Torsten Bronger <[EMAIL PROTECTED]> writes: > I use Tramp for editing a remote file trhough a ssh connection. The file is > on > a FAT32 filesystem. When I write the file for the first time in the Emacs > session, a buffer named *trams/ssh bob* opens with the following contents:
This buffer pops up in case Tramp detects an error. It is the connection buffer. But usually Tramp stops with further work then. > *Messages* contains: > > Loading tramp...done > Loading time-date...done > Making completion list... > Mark set > Wrote /tmp/tramp.27051ZvA > Loading python...done > Loading subst-ksc...done > Loading subst-gb2312...done > Loading subst-big5...done > Loading subst-jis...done > Cannot write backup file; backing up in %backup%~ > Mark set > Wrote /tmp/tramp.27051R5s > Wrote /home/bronger/%backup%~ > Wrote /ssh:bob:/windows/hobie/magnetfeld.py > Mark set > > > I suspect it has something to do with the fact that the bakup file could not > be > saved. Saving the file works but this behaviour is slightly annoying. Can it > be avoided? It could be because of this. In order to exclude the problem with backups, you might customize `backup-directory-alist' or `tramp-backup-directory-alist' (see the doc). Your current settings are > tramp-backup-directory-alist nil > backup-directory-alist nil Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
