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

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

bug#39094: closed (27.0.50; ; [PATCH] * makefile-edit.el: regexp-quote t


From: GNU bug Tracking System
Subject: bug#39094: closed (27.0.50; ; [PATCH] * makefile-edit.el: regexp-quote the param in makefile-move-to-macro to avoid error message)
Date: Fri, 17 Jan 2020 00:13:02 +0000

Your message dated Thu, 16 Jan 2020 16:12:01 -0800
with message-id <address@hidden>
and subject line regexp-quote the param in makefile-move-to-macro to avoid 
error message
has caused the debbugs.gnu.org bug report #39094,
regarding 27.0.50; ; [PATCH] * makefile-edit.el: regexp-quote the param in 
makefile-move-to-macro to avoid error message
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39094: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39094
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 27.0.50; ; [PATCH] * makefile-edit.el: regexp-quote the param in makefile-move-to-macro to avoid error message Date: Sun, 12 Jan 2020 16:06:43 +0800
Hi Eli,

The attachment is a patch to fix the complaint message from 
`makefile-move-to-macro' for the param for re-search-forward isn't escaped.
To reproduce the issue, just run follow commands in your shell,
$ echo 'AM_LIBTMP_LIBS:=$(shell X \--libs)' > /tmp/Makefile.am
$ emacs -Q --eval '(progn (global-ede-mode t)(semantic-mode t)(find-file 
"/tmp/Makefile.am"))'

Could you please review and apply the patch? 
Thank you.

B.R.
Lin Sun

Attachment: 0001-Fix-the-error-message-from-makefile-move-to-macro.patch
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: regexp-quote the param in makefile-move-to-macro to avoid error message Date: Thu, 16 Jan 2020 16:12:01 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 Thanks for reporting that bug. I installed your patch into the master branch.


--- End Message ---

reply via email to

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