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

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

Re: say where attempt to write backup file was


From: Richard Stallman
Subject: Re: say where attempt to write backup file was
Date: Sat, 30 Dec 2006 01:23:44 -0500

    If the echo area automatically accomodates long messages, couldn't the
    absolute file name for both the original backup and the fallback be
    displayed?

Yes, nowadays that will work.  I will make that change.

                         (message "Cannot write backup file %s; backing up in 
%s"
                                  backupname
                                  (setq backupname (expand-file-name
                                                    (convert-standard-filename
                                                     "~/%backup%~"))))

To bury a setq inside a function call is potentially confusing;
better to keep it at top level where it is.

Thanks.




reply via email to

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