From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.bugs Subject: Re: color-gray-p Date: Sun, 22 Aug 2004 12:34:48 -0500 (CDT) Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200408221734.i7MHYmc07617@raven.dms.auburn.edu> References: <200408221636.i7MGah907488@raven.dms.auburn.edu> <200408221702.i7MH2qML061174@grant.org> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1093196152 22637 80.91.224.253 (22 Aug 2004 17:35:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Aug 2004 17:35:52 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, gnu-emacs-hacker@jovi.net Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Aug 22 19:35:45 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BywFs-00027C-00 for ; Sun, 22 Aug 2004 19:35:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BywKI-0001U9-K9 for geb-bug-gnu-emacs@m.gmane.org; Sun, 22 Aug 2004 13:40:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BywKG-0001U2-TF for bug-gnu-emacs@gnu.org; Sun, 22 Aug 2004 13:40:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BywKG-0001Tq-BS for bug-gnu-emacs@gnu.org; Sun, 22 Aug 2004 13:40:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BywKG-0001Tn-8z for bug-gnu-emacs@gnu.org; Sun, 22 Aug 2004 13:40:16 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BywFQ-0003bi-CW for bug-gnu-emacs@gnu.org; Sun, 22 Aug 2004 13:35:16 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i7MHZFuE018727; Sun, 22 Aug 2004 12:35:15 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i7MHYmc07617; Sun, 22 Aug 2004 12:34:48 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: Devon@jovi.net In-reply-to: <200408221702.i7MH2qML061174@grant.org> (Devon@jovi.net) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:8775 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8775 Devon Sean McCullough wrote: Thanks. Where do I get Emacs CVS? I know how to FTP but I understand you have to undergo secret initiation rites at Unix Summer Camp before CVS will deign to fetch you any software. It is a while ago that I used _anonymous_ CVS, but I believe that all you have to do is: export CVS_RSH="ssh" cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/webcvs/emacs co emacs When prompted for a password for anoncvs, simply press the Enter key. You might first want to take a look at: http://savannah.gnu.org/cvs/?group=emacs where you can find more details. Sincerely, Luc.