* file-name-sans-extension returns an absolute file name when
@ 2004-07-20 17:25 Luc Teirlinck
0 siblings, 0 replies; 4+ messages in thread
From: Luc Teirlinck @ 2004-07-20 17:25 UTC (permalink / raw)
Cc: bug-gnu-emacs
FCC: sent.xmail
--text follows this line--
Kevin Rodgers wrote:
(file-name-sans-extension "foo/abc.xyz")
"/home/kevinr/foo/abc" ; bug
(let ((default-directory nil))
(file-name-sans-extension "foo/abc.xyz"))
"/foo/abc" ; bug
This has been fixed in current CVS.
More precisely, it has been fixed since 2002-07-27:
2002-07-27 Richard M. Stallman <rms@gnu.org>
* files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
^ permalink raw reply [flat|nested] 4+ messages in thread
* file-name-sans-extension returns an absolute file name when
@ 2004-07-20 17:38 Luc Teirlinck
0 siblings, 0 replies; 4+ messages in thread
From: Luc Teirlinck @ 2004-07-20 17:38 UTC (permalink / raw)
FCC: sent.xmail
--text follows this line--
Sorry if I wind up sending this twice, but I did not get this in my
mail archive file, so I believe something went wrong the first time I
tried to send it.
Kevin Rodgers wrote:
(file-name-sans-extension "foo/abc.xyz")
"/home/kevinr/foo/abc" ; bug
(let ((default-directory nil))
(file-name-sans-extension "foo/abc.xyz"))
"/foo/abc" ; bug
This has been fixed in current CVS:
2002-07-27 Richard M. Stallman <rms@gnu.org>
* files.el (file-name-sans-extension): Avoid expanding
DIRECTORY.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: file-name-sans-extension returns an absolute file name when
[not found] <mailman.767.1090344696.1960.bug-gnu-emacs@gnu.org>
@ 2004-07-20 21:59 ` Kevin Rodgers
2004-07-22 21:36 ` Richard Stallman
0 siblings, 1 reply; 4+ messages in thread
From: Kevin Rodgers @ 2004-07-20 21:59 UTC (permalink / raw)
Luc Teirlinck wrote:
> This has been fixed in current CVS.
>
> More precisely, it has been fixed since 2002-07-27:
>
> 2002-07-27 Richard M. Stallman <rms@gnu.org>
>
> * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
That's 1 year and 51 weeks ago. Apparently the Emacs maintainers' motto
is "We will release no bug fix before its time".
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: file-name-sans-extension returns an absolute file name when
2004-07-20 21:59 ` file-name-sans-extension returns an absolute file name when Kevin Rodgers
@ 2004-07-22 21:36 ` Richard Stallman
0 siblings, 0 replies; 4+ messages in thread
From: Richard Stallman @ 2004-07-22 21:36 UTC (permalink / raw)
Cc: gnu-emacs-bug
That's 1 year and 51 weeks ago. Apparently the Emacs maintainers' motto
is "We will release no bug fix before its time".
The Emacs maintainers are all volunteers. People who would like
more work to be done are invited to join in and help.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-07-22 21:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.767.1090344696.1960.bug-gnu-emacs@gnu.org>
2004-07-20 21:59 ` file-name-sans-extension returns an absolute file name when Kevin Rodgers
2004-07-22 21:36 ` Richard Stallman
2004-07-20 17:38 Luc Teirlinck
-- strict thread matches above, loose matches on Subject: below --
2004-07-20 17:25 Luc Teirlinck
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.