GNU bug report logs -
#13186
24.2; auto-save-file-name-p regexp \\` \\'
Previous Next
Reported by: Kevin Ryde <user42 <at> zip.com.au>
Date: Sat, 15 Dec 2012 00:53:01 UTC
Severity: normal
Found in version 24.2
Done: Stefan Monnier <monnier <at> iro.umontreal.ca>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 17 Dec 2012 10:52:18 -0500
with message-id <jwvsj744qxv.fsf-monnier+emacs <at> gnu.org>
and subject line Re: bug#13186: 24.2; auto-save-file-name-p regexp \\` \\'
has caused the debbugs.gnu.org bug report #13186,
regarding 24.2; auto-save-file-name-p regexp \\` \\'
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
13186: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13186
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
While nosing around some auto saving I noticed auto-save-file-name-p is
(string-match "^#.*#$" filename)
I wondered if it should be something like
"\\`#.*#\\'"
just in case the filename contains newlines.
In GNU Emacs 24.2.1 (i486-pc-linux-gnu, GTK+ Version 2.24.10)
of 2012-09-10 on biber, modified by Debian
Configured using:
`configure '--build' 'i486-linux-gnu' '--build' 'i486-linux-gnu'
'--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib'
'--localstatedir=/var/lib' '--infodir=/usr/share/info'
'--mandir=/usr/share/man' '--with-pop=yes'
'--enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.2/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.2/site-lisp:/usr/share/emacs/site-lisp'
'--with-crt-dir=/usr/lib/i386-linux-gnu' '--with-x=yes'
'--with-x-toolkit=gtk' '--with-toolkit-scroll-bars'
'build_alias=i486-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall'
'CPPFLAGS=-D_FORTIFY_SOURCE=2''
[Message part 3 (message/rfc822, inline)]
> While nosing around some auto saving I noticed auto-save-file-name-p is
> (string-match "^#.*#$" filename)
> I wondered if it should be something like
> "\\`#.*#\\'"
> just in case the filename contains newlines.
Indeed, installed in trunk, thanks,
Stefan
This bug report was last modified 12 years and 162 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.