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: vc-mode-line Date: Thu, 05 Aug 2010 14:54:02 -0400 Message-ID: References: <83lj8tb2yg.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1281034455 30352 80.91.229.12 (5 Aug 2010 18:54:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 Aug 2010 18:54:15 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 05 20:54:14 2010 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.69) (envelope-from ) id 1Oh5a1-00013J-Jb for ged-emacs-devel@m.gmane.org; Thu, 05 Aug 2010 20:54:13 +0200 Original-Received: from localhost ([127.0.0.1]:57815 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oh5a0-0001ge-Vm for ged-emacs-devel@m.gmane.org; Thu, 05 Aug 2010 14:54:13 -0400 Original-Received: from [199.232.76.173] (port=39142 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oh5Zs-0001dw-TT for emacs-devel@gnu.org; Thu, 05 Aug 2010 14:54:04 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Oh5Zr-0004Ry-Pb for emacs-devel@gnu.org; Thu, 05 Aug 2010 14:54:04 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:36555) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Oh5Zr-0004Ru-Iz for emacs-devel@gnu.org; Thu, 05 Aug 2010 14:54:03 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Oh5Zq-0000aT-Rj; Thu, 05 Aug 2010 14:54:02 -0400 In-Reply-To: (Miles Bader's message of "Thu\, 05 Aug 2010 13\:55\:39 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/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:128319 Archived-At: Miles Bader writes: > In particular, I think "*" might not be such a good choice, because > using "*" for the VCS indicator would dilute the impact of the standard > "buffer modified" indicator. Right now, the buffer-modified indicator > stands out, as "*" is a fairly noticeable character; the more "*"s with > _different_ meanings we add to the modeline, the less noticeable it > becomes (and noticing whether the buffer is modified or not is important > I think). Given that the * would be placed close to the CVS/GIT/SVN/etc string, IMO it would be quite clear that it refers to the VC context. That seems better than a new context-free symbol...