From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dkcombs@panix.com (David Combs) Newsgroups: gmane.emacs.help Subject: Re: Pasting into emacs..with certain characters.. Date: Sat, 14 Oct 2006 21:54:05 +0000 (UTC) Organization: Public Access Networks Corp. Message-ID: References: <1155679013.888561.27400@i42g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1160865664 26566 80.91.229.2 (14 Oct 2006 22:41:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Oct 2006 22:41:04 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 15 00:41:02 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GYsBd-0003gd-9H for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Oct 2006 00:40:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYsBc-0004V2-Ua for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Oct 2006 18:40:56 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!newsfeed-00.mathworks.com!panix!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 74 Original-NNTP-Posting-Host: panix2.panix.com Original-X-Trace: reader1.panix.com 1160862845 26074 166.84.1.2 (14 Oct 2006 21:54:05 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Sat, 14 Oct 2006 21:54:05 +0000 (UTC) X-Newsreader: trn 4.0-test76 (Apr 2, 2001) Original-Xref: shelby.stanford.edu gnu.emacs.help:142423 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:38044 Archived-At: In article , Peter Dyballa wrote: > >Am 16.09.2006 um 00:29 schrieb David Combs: > >> I would *love* to get 23.0.0! > >I have these two URLs: > > http://savannah.gnu.org/forum/forum.php?forum_id=4168 > http://www.emacswiki.org/cgi-bin/emacs/EmacsFromCVS > > >http://savannah.gnu.org/cvs/?group=emacs describes how to get GNU >Emacs via CVS. I once used this command to download the whole tree: > > cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co -d emacs- >unicode -r emacs-unicode-2 -P emacs > >so the module name seems to be emacs-unicode-2. > >In my ~/.cvspass I have: > > :pserver:anonymous@cvs.savannah.gnu.org:/cvsroot/emacs A > :pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs A > >Once you have the source you can write into ~/.cvsrc > > cvs -z3 > >that you can omit -z3 (compression) and that you can say just > > cvs up > >in the top-level directory (emacs-unicode in my example above) to >fetch the updated files only. > > >For GNU Emacs 22.0.50 I have saved these lines: > > cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co >emacs > cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs > cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs update emacs > >The module name here is just emacs. I think the anoncvs access was >stopped, so the last two lines are historic. (You can create an >account, and at once you're not anonymous any more!) > > >Actually I am no expert on CVS. I managed to login to the servers – >and they put these "cookies" into my ~/.cvspass file. Since the I >just cd into the appropriate directory and do 'cvs up' ... > > >Dont forget to 'make bootstrap'!!! > >-- >Greetings > > Pete > >Globalisation -- communism from above. > > > > > THANK YOU!!!! David