From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: sparky1685@yahoo.co.uk (Sparky) Newsgroups: gmane.emacs.help Subject: Re: emacsclient not working as documented Date: 26 Apr 2004 05:37:15 -0700 Organization: http://groups.google.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <877jw61r60.fsf@osu.edu> <87y8omyt41.fsf@osu.edu> NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1082983928 21835 80.91.224.253 (26 Apr 2004 12:52:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Apr 2004 12:52:08 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 26 14:52:03 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BI5ac-00081v-00 for ; Mon, 26 Apr 2004 14:52:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BI5WC-0006aX-6O for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Apr 2004 08:47:28 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 35 Original-NNTP-Posting-Host: 217.207.165.106 Original-X-Trace: posting.google.com 1082983035 15891 127.0.0.1 (26 Apr 2004 12:37:15 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 26 Apr 2004 12:37:15 +0000 (UTC) Original-Xref: shelby.stanford.edu gnu.emacs.help:122718 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18006 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18006 Benjamin Rutt wrote in message > > CVS is pretty easy to learn, but to help you get started building > emacs from CVS, here are the basic commands I use: > > $ cd /tmp > $ mkdir emacsbuild > $ cd emacsbuild > $ export CVS_RSH=ssh > $ cvs -z3 -d :ext:anoncvs@subversions.gnu.org:/cvsroot/emacs co emacs > $ cd emacs > $ ./configure > $ make bootstrap > $ su -c 'make install' > > Then, to try it out, just run /usr/local/bin/emacs. > > If the build fails, you can always replace the cvs command with > > cvs -z3 -d :ext:anoncvs@subversions.gnu.org:/cvsroot/emacs co -D "2 days ago" emacs > > and keep trying larger values for the 2 in "2 days ago" until you get > checkout one that builds. > > Hope this helps, Thanks very much for the instructions - much appreciated. It all worked perfectly and emacsclient is indeed working as expected from the command line now. I don't imagine many people use the jump to column feature in emacs, but it will be a lifesaver when editing music notation in lilypond. Many thanks Mark