bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#24477: 25.1; make-mode: should '$' have punctuation syntax?


From: Noam Postavsky
Subject: bug#24477: 25.1; make-mode: should '$' have punctuation syntax?
Date: Tue, 15 May 2018 20:17:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

tags 24477 fixed
close 24477 27.1
quit

Dima Kogan <dima@secretsauce.net> writes:

> Eli Zaretskii <eliz@gnu.org> writes:
>
>> Does your change still allow to type "C-x 4 a" in a line like this:
>>
>> asdf-$(xyz) = FOO
>>
>> and get a ChangeLog entry that references "asdf-$(xyz)"?
>
> It appears to, yes.

`makefile-add-log-defun' doesn't consult the syntax table, it uses only
regexps (which don't use the \sSYNTAX construct, as far as I can tell).

Anyway, there seems to be no reason not to make this change, so I've
pushed it in master.

[1: 4c3cd27df9]: 2018-05-15 19:33:34 -0400
  Give '$' punctuation syntax in make-mode (Bug#24477)
  
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=4c3cd27df9c0735d907813a8c16a87acc54b9edc





reply via email to

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