help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Remote .emacs


From: Tassilo Horn
Subject: Re: Remote .emacs
Date: Mon, 07 Apr 2008 10:50:38 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

"Paulo J. Matos" <pocm@soton.ac.uk> writes:

> - I don't know much about emacs lisp but if there are ways through
> emacs lisp to get files from http or ftp or something, it shouldn't be
> hard to implement this as a library required by local .emacs and ran
> each time the local .emacs is executed.

On all machines use a .emacs with these contents:

  (load-file "/paulo@paulos.server.net:/home/paulo/.emacs")

This requires TRAMP, which is included in emacs 22 AFAICT.

Of course, that won't do caching, but I leave that to you as an
exercise. ;-)

Hope that helps,
Tassilo





reply via email to

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