From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "cmr.Pent@gmail.com" Newsgroups: gmane.emacs.help Subject: Re: Emacs 23.1 -- colored octagon in lower left corner? Date: Mon, 13 Apr 2009 23:50:27 -0700 (PDT) Organization: http://groups.google.com Message-ID: <659fc84c-b3a0-4c76-928d-445c5aafee52@z19g2000yqe.googlegroups.com> References: <86ebe621-4cfa-4032-a737-bf74e76dcbb4@q16g2000yqg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1239694885 1152 80.91.229.12 (14 Apr 2009 07:41:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Apr 2009 07:41:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 14 09:42:45 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LtdI3-0000iT-In for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Apr 2009 09:42:44 +0200 Original-Received: from localhost ([127.0.0.1]:35034 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtdGe-000176-Gk for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Apr 2009 03:41:16 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!z19g2000yqe.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: 89.111.144.78 Original-X-Trace: posting.google.com 1239691827 20357 127.0.0.1 (14 Apr 2009 06:50:27 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 14 Apr 2009 06:50:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z19g2000yqe.googlegroups.com; posting-host=89.111.144.78; posting-account=gGXeuQoAAAAj0VaJ1PQ4rEKCfxef3hne User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.0 acdlab.garnet.ru:8080 (squid/2.6.STABLE18) Original-Xref: news.stanford.edu gnu.emacs.help:168445 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:63722 Archived-At: I've dug a bit deeper and I've discovered that the octagon is shown by psvn.el, and is indeed not a part of the vanilla Emacs. I'll send a patch to Stefan Reich=F6r to provide a tooltip "svn status". The feature is customizable so the octagon is easy to remove (once you know in what package to look for). I think a sort of "modified" indicator might indeed be useful in the base vc module, as at least psvn and git-emacs have their implementations of it. For example, we could show SVN-123M instead of SVN-123 for locally modified buffers. I'll look at the code later. Andrey