From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: mode-line menu for minor modes Date: Mon, 25 Feb 2008 10:47:10 -0500 Message-ID: References: <200802190809.m1J89C74001353@sallyv1.ics.uci.edu> <008201c87372$3d5b2ab0$0600a8c0@us.oracle.com> <200802200629.m1K6TIoH027637@sallyv1.ics.uci.edu> <007601c8741e$57f0d120$c2b22382@us.oracle.com> <200802210917.m1L9H9AT005421@sallyv1.ics.uci.edu> <001c01c8746b$f5111800$0600a8c0@us.oracle.com> <200802210932.m1L9WJhJ011356@sallyv1.ics.uci.edu> <878x19cw8f.fsf@bzg.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203954471 11809 80.91.229.12 (25 Feb 2008 15:47:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2008 15:47:51 +0000 (UTC) Cc: Dan Nicolaescu , Drew Adams , emacs-devel@gnu.org To: Bastien Guerry Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 25 16:48:15 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JTfYY-0006Nf-Rd for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 16:47:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTfY3-0005nc-07 for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 10:47:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTfXz-0005nX-IJ for emacs-devel@gnu.org; Mon, 25 Feb 2008 10:47:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTfXy-0005nL-BO for emacs-devel@gnu.org; Mon, 25 Feb 2008 10:47:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTfXy-0005nI-8b for emacs-devel@gnu.org; Mon, 25 Feb 2008 10:47:18 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JTfXx-0001GJ-Un for emacs-devel@gnu.org; Mon, 25 Feb 2008 10:47:18 -0500 Original-Received: from ceviche.home (vpn-132-204-232-165.acd.umontreal.ca [132.204.232.165]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id m1PFlGeS032014 for ; Mon, 25 Feb 2008 10:47:16 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 31FB4B40C5; Mon, 25 Feb 2008 10:47:10 -0500 (EST) In-Reply-To: <878x19cw8f.fsf@bzg.ath.cx> (Bastien Guerry's message of "Mon, 25 Feb 2008 07:48:32 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered HAS_X_HELO=0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:90403 Archived-At: > This gives you the revision 1.328 for mouse.el in lisp/ : > http://cvs.savannah.gnu.org/viewvc/emacs/lisp/mouse.el?revision=1.328&root=emacs&view=markup > You can reach this from: > http://cvs.savannah.gnu.org/viewvc/emacs/lisp/mouse.el?root=emacs&view=log > I don't know if there is a way to request the "latest" revision, instead > of requesting a specific number. Yes, replace "1.328" with "HEAD" in the above URL. Stefan