* make-auto-save-file-name change NEWS-worthy?
@ 2008-04-04 10:23 Stephen Berman
2008-04-04 14:05 ` Stefan Monnier
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Berman @ 2008-04-04 10:23 UTC (permalink / raw)
To: emacs-devel
I have some code that operates on auto-save files based on the
assumption that they match the pattern #<buffer-name># for a particular
value of buffer-name. This code stopped working, I believe after this
change:
2008-03-01 Jason Rumney <jasonr@gnu.org>
* files.el (make-auto-save-file-name): Encode more characters in
non-file buffer names. Use url-encoding.
I wasn't aware of this change and only recently discovered that it broke
my code (in particular, since `*' in buffer-name is now `%2A', due to
url-encoding). Since it changes a previous default, shouldn't it be
mentioned in NEWS? (It isn't in GNU Emacs 23.0.60.3 (i686-pc-linux-gnu,
GTK+ Version 2.12.0) of 2008-03-31 on escher; if it's been added in the
mean time, sorry for the noise.)
Steve Berman
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: make-auto-save-file-name change NEWS-worthy?
2008-04-04 10:23 make-auto-save-file-name change NEWS-worthy? Stephen Berman
@ 2008-04-04 14:05 ` Stefan Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2008-04-04 14:05 UTC (permalink / raw)
To: Stephen Berman; +Cc: emacs-devel
> 2008-03-01 Jason Rumney <jasonr@gnu.org>
> * files.el (make-auto-save-file-name): Encode more characters in
> non-file buffer names. Use url-encoding.
> I wasn't aware of this change and only recently discovered that it broke
> my code (in particular, since `*' in buffer-name is now `%2A', due to
> url-encoding).
Maybe we should add * to the list of "safe" characters that do not
require url-encoding? What do people think?
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-04 14:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-04 10:23 make-auto-save-file-name change NEWS-worthy? Stephen Berman
2008-04-04 14:05 ` Stefan Monnier
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.