emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Scheme-mode: Add support for regular expression literal


From: Toshi Umehara
Subject: Re: [PATCH] Scheme-mode: Add support for regular expression literal
Date: Sun, 24 Mar 2024 13:33:19 +0900
User-agent: Cyrus-JMAP/3.11.0-alpha0-332-gdeb4194079-fm-20240319.002-gdeb41940

Thank you very much for reviewing the patch, Stefan.

The patch is updated.

- Subexpression 1 is now used for regular expression rule in
  syntax-propertize-rules

- Unused arguments are removed from caller and callee of
  scheme-syntax-propertize-regexp
  
- Changing the third argument of re-search-forward from t to 'move moves
  the point to end if the search does not find closing slash, which is
  ideal.

Attached patches are separated into three. The first one changes only
regular expression part mentioned above. The second one is NEWS update.
The third one removes unused arguments also for
scheme-syntax-propertize-sexp-comment . Please use them as you want.

Also about copyright assignment, this is the first commitment to GNU,
and I have filled out the form and have emailed it to assign@gnu.org .

Thanks

-- 
Toshi (Toshihiro Umehara)

Attachment: 0001-Enable-dealing-with-regular-expression-literal.patch
Description: Text Data

Attachment: 0002-NEWS-update-for-scheme-mode.patch
Description: Text Data

Attachment: 0003-remove-unused-arguments-from-scheme-syntax-propertiz.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]