emacs-devel
[Top][All Lists]
Advanced

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

Re: <filename> changed on disk; really edit the buffer?


From: Richard Stallman
Subject: Re: <filename> changed on disk; really edit the buffer?
Date: Thu, 22 Nov 2007 03:22:39 -0500

    `make-auto-save-file-name' already tries to substitute the
    default-directory in

                        (expand-file-name
                         (format "#%s#" buffer-name)
                         ;; Try a few alternative directories, to get one we can
                         ;; write it.
                         (cond
                          ((file-writable-p default-directory) 
default-directory)

That is in the branch for non-file buffers.




reply via email to

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