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

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

ange-ftp under tramp ignores ange-ftp-auto-save


From: Chris Moore
Subject: ange-ftp under tramp ignores ange-ftp-auto-save
Date: 15 Apr 2004 03:24:51 +0200

I replace my .emacs with these 2 lines:

  (setq tramp-auto-save-directory "/tmp"
        ange-ftp-auto-save 0)

and then run Emacs like this:

  emacs /address@hidden:/README

tramp uses ange-ftp to vist the remote file.  ange-ftp-auto-save
specifies that I don't want any auto-saving to happen, but
buffer-auto-save-file-name's value is
"/tmp/address@hidden", and auto-saving *does*
happen.

When I save the file remotely (if I had permission) the auto-save
file isn't deleted, because at this point the value of
ange-ftp-auto-save is respected.

Chris.




reply via email to

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