unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* 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
[parent not found: <mailman.767.1090344696.1960.bug-gnu-emacs@gnu.org>]

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 --
2004-07-20 17:25 file-name-sans-extension returns an absolute file name when Luc Teirlinck
  -- strict thread matches above, loose matches on Subject: below --
2004-07-20 17:38 Luc Teirlinck
     [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

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).