Jeremy Zawodny <[email protected]> writes:

Hi,

> Has anyone hacked up something so that desktop-save-mode can save TRAMP
> buffers as well as emacs remembers local files I was editing?

I don't use desktop-save-mode. However, the customer option
desktop-files-not-to-save looks promising:

;; Skip tramp and ange-ftp files
(defcustom desktop-files-not-to-save
  "^/[^/:]*:"
  "Regexp identifying files whose buffers are to be excluded from saving."
  :type 'regexp
  :group 'desktop)

> Thanks,
>
> Jeremy

Best regards, Michael.



_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to