From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: add a tooltip and a mouse binding to the VC mode-line entry Date: Wed, 11 Jul 2007 11:39:48 -0700 Message-ID: <200707111839.l6BIdmj5020193@oogie-boogie.ics.uci.edu> References: <200707031711.l63HB39F025974@oogie-boogie.ics.uci.edu> <200707051545.l65FjSgW019871@oogie-boogie.ics.uci.edu> <20070706.140607.81800388.jet@gyve.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1184179258 28932 80.91.229.12 (11 Jul 2007 18:40:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Jul 2007 18:40:58 +0000 (UTC) Cc: Masatake YAMATO , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 11 20:40:55 2007 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 1I8h7N-0005ra-Dj for ged-emacs-devel@m.gmane.org; Wed, 11 Jul 2007 20:40:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8h7M-0003Js-V4 for ged-emacs-devel@m.gmane.org; Wed, 11 Jul 2007 14:40:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I8h7E-0003Aw-S9 for emacs-devel@gnu.org; Wed, 11 Jul 2007 14:40:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I8h7D-00039w-Ct for emacs-devel@gnu.org; Wed, 11 Jul 2007 14:40:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8h7D-00039e-7n for emacs-devel@gnu.org; Wed, 11 Jul 2007 14:40:43 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I8h7C-0001il-Gu for emacs-devel@gnu.org; Wed, 11 Jul 2007 14:40:42 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l6BIdmj5020193; Wed, 11 Jul 2007 11:39:49 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Fri\, 06 Jul 2007 12\:01\:56 -0400") Original-Lines: 11 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: Solaris 9 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:74652 Archived-At: Stefan Monnier writes: > > I think this should be done in `vc-mode-line'. > > Look at `vc-default-mode-line-string'. > > Telling the meaning of `:' or `-' in the tooltip string may help users. > > Very good point. I committed something like this. Please feel free to improve the wording for the tooltip.