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

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

[Emacs-bug-tracker] bug#2341: closed (absolute file name arg of `true-fi


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#2341: closed (absolute file name arg of `true-filename': should/must?)
Date: Thu, 03 Mar 2011 08:12:02 +0000

Your message dated Thu, 03 Mar 2011 03:11:11 -0500
with message-id <address@hidden>
and subject line Re: absolute file name arg of `true-filename': should/must?
has caused the GNU bug report #2341,
regarding absolute file name arg of `true-filename': should/must?
to be marked as done.

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


-- 
2341: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2341
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: absolute file name arg of `true-filename': should/must? Date: Mon, 16 Feb 2009 10:09:54 +0100
Package: emacs,documentation

According to true-filename's docstring:

  Return the truename of filename, which should be absolute.

In (elisp)25.6.3 Truenames:

  The function `file-truename' returns the truename of the file
  FILENAME.  The argument must be an absolute file name.

OTOH,

  (file-truename "test") => "C:/emacs/test"

and some functions seem to use it as expecting that it expands the
argument. For example, `find-buffer-visiting':

  (defun find-buffer-visiting (filename &optional predicate)
    "..."
    (let ((predicate (or predicate #'identity))
          (truename (abbreviate-file-name (file-truename filename))))
       ;; ...

where the argument FILENAME of `find-buffer-visiting' is usually not
an absolute file name.

The current behavior seems to be: "SHOULD be an absolute filename; if
it is not, it will be expanded using `default-directory'." Is that
intended, and if so, shouldn't it be documented?

    Juanma



--- End Message ---
--- Begin Message --- Subject: Re: absolute file name arg of `true-filename': should/must? Date: Thu, 03 Mar 2011 03:11:11 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.1

Clarified.


--- End Message ---

reply via email to

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