On Thu, 16 Oct 2008 11:10:16 +0200 Sebastian Kaps <[EMAIL PROTECTED]> wrote:
SK> I'd like to store my .newsrc on a server and load it when Gnus starts SK> up, so I could use Gnus on different systems. SK> I'd preferably use IMAP but I think noone has implemented this yet. SK> So maybe someone has written some code that copies the .newsrc file SK> using scp after each write and retrieves it (also using scp) when Gnus SK> starts? SK> This should be fairly simple to implement for someone who is familar SK> with Emacs Lisp (which I'm unfortunately not). I want to do this (file access through Tramp to an IMAP server) but unfortunately haven't had the time. I got a file to open by name, but didn't do the necessary work to integrate it with Tramp. It's on my TODO list. Meanwhile, you can just use the Tramp syntax for the file name: /host:/path/to/file and see if it works. It should be OK, Gnus won't care that it's a remote file. Ted _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
