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

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

Re: Loading local .emacs from remote machine


From: Kai Großjohann
Subject: Re: Loading local .emacs from remote machine
Date: Tue, 04 Feb 2003 07:39:07 +0100
User-agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.3.50 (i686-pc-linux-gnu)

gebser@ameritech.net writes:

> I'm using X via ssh to open emacs on a remote machine but which pops
> open a frame on my local box.  This is extremely cool, but how can I
> have it load my local ".emacs" file when it does?

Try M-x load-file RET /user@host:/path/to/.emacs RET.  This logs into
host via ftp.  Then there is Tramp which allows you to use ssh
instead of ftp.  (Warning: I started Tramp.)

I think what I would do is to set up a CVS repository and put my dot
files in there, then write a Makefile that sets up symlinks from
$HOME to the locations in the CVS repository.  (That's actually what
I did.)  Then it becomes easy to access your dot files from anywhere,
and also the modifications will propagate if you check in on your
main machine and regularly update on the clients (or client's).
-- 
A turnip curses Elvis


reply via email to

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