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

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

[Emacs-bug-tracker] bug#6390: closed (Should not regexp-quote quote newl


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6390: closed (Should not regexp-quote quote newline?)
Date: Sat, 09 Jul 2011 05:31:02 +0000

Your message dated Sat, 09 Jul 2011 01:30:34 -0400
with message-id <address@hidden>
and subject line Re: bug#6390: Should not regexp-quote quote newline?
has caused the GNU bug report #6390,
regarding Should not regexp-quote quote newline?
to be marked as done.

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


-- 
6390: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6390
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Should not regexp-quote quote newline? Date: Thu, 10 Jun 2010 16:42:14 +0200
To illustrate the problem eval this

(progn
  (setq x (regexp-quote "a
b"))
  (message "length x=%d" (length x)))

The length of x will be 3 because the string returned by regexp-quote
includes a newline.

Would it not be more practical if the result was "a\nb"?



--- End Message ---
--- Begin Message --- Subject: Re: bug#6390: Should not regexp-quote quote newline? Date: Sat, 09 Jul 2011 01:30:34 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
I don't see a need to keep open this particular report, which was marked
"wontfix" some time ago.


--- End Message ---

reply via email to

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