From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: Loading local .emacs from remote machine Date: Thu, 06 Feb 2003 15:42:12 +0000 Organization: None Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <848ywwtur8.fsf@lucy.is.informatik.uni-duisburg.de> <811y2ldexb.fsf@kwikemart.springfield.se> <84r8alsey2.fsf@lucy.is.informatik.uni-duisburg.de> <84fzr1v3xx.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1044546376 14849 80.91.224.249 (6 Feb 2003 15:46:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Feb 2003 15:46:16 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18goE7-0003qr-00 for ; Thu, 06 Feb 2003 16:46:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18goDc-0000Gq-03 for gnu-help-gnu-emacs@m.gmane.org; Thu, 06 Feb 2003 10:45:40 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!fu-berlin.de!server1.netnews.ja.net!pegasus.csx.cam.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: xpc21.ast.cam.ac.uk X-Attribution: GM Mail-Copies-To: never User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/directory/emacs.html) Cancel-Lock: sha1:gspEn4kIon+eg/HFPe4a6HfeaFs= Original-Xref: shelby.stanford.edu gnu.emacs.help:109864 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6369 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6369 Kai Großjohann wrote: > You can edit wherever you like and then commit. You don't have to > think about which is the master copy. Using the scp method means > that you always have to be careful where you edit the config file (if > you have more than 2 machines at least), and if you happen to edit it > on two hosts at the same time, you're screwed. > > With cvs, no such problem. Just edit, and if you remember, do "cvs > commit". If you don't remember today, tomorrow is early enough. Mmm... sounds nice. I think you've convinced me to give it a go. Thanks!