From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: No commit in vc? Date: Sun, 31 Jan 2010 00:54:59 +0200 Organization: JURTA Message-ID: <87ockbi4js.fsf@mail.jurta.org> References: <4B613BFB.2000107@swipnet.se> <87bpgev5bk.fsf@telefonica.net> <4B618AA4.1040403@swipnet.se> <87vdemtk4g.fsf@telefonica.net> <837hr23wrs.fsf@gnu.org> <87eilat62r.fsf@telefonica.net> <83eilat4g7.fsf@gnu.org> <873a1qt32z.fsf@telefonica.net> <83aavyt0bt.fsf@gnu.org> <201001290200.o0T200xh010567@godzilla.ics.uci.edu> <83y6jhs2b6.fsf@gnu.org> <201001290940.o0T9e0br025585@godzilla.ics.uci.edu> <87r5p9rxun.fsf@telefonica.net> <83vdelrx60.fsf@gnu.org> <201001291729.o0THTFam010863@godzilla.ics.uci.edu> <87ljfgdatj.fsf@telefonica.net> <83d40ssn0g.fsf@gnu.org> <201001301949.o0UJnBmA002547@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1264895856 29639 80.91.229.12 (30 Jan 2010 23:57:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Jan 2010 23:57:36 +0000 (UTC) Cc: =?iso-8859-1?Q?=D3scar?= Fuentes , Eli Zaretskii , emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 31 00:57:32 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 1NbNBz-0008T8-J1 for ged-emacs-devel@m.gmane.org; Sun, 31 Jan 2010 00:57:31 +0100 Original-Received: from localhost ([127.0.0.1]:35051 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbNBz-0002SQ-6C for ged-emacs-devel@m.gmane.org; Sat, 30 Jan 2010 18:57:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbNBA-0002BG-JH for emacs-devel@gnu.org; Sat, 30 Jan 2010 18:56:40 -0500 Original-Received: from [199.232.76.173] (port=41860 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbNBA-0002B4-9K for emacs-devel@gnu.org; Sat, 30 Jan 2010 18:56:40 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbNB9-0007RD-Df for emacs-devel@gnu.org; Sat, 30 Jan 2010 18:56:40 -0500 Original-Received: from smtp-out4.starman.ee ([85.253.0.6]:37785 helo=mx2.starman.ee) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbNB5-0007Q2-LK; Sat, 30 Jan 2010 18:56:36 -0500 X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Original-Received: from mail.starman.ee (82.131.68.107.cable.starman.ee [82.131.68.107]) by mx2.starman.ee (Postfix) with ESMTP id A714C3F40CD; Sun, 31 Jan 2010 01:56:28 +0200 (EET) In-Reply-To: <201001301949.o0UJnBmA002547@godzilla.ics.uci.edu> (Dan Nicolaescu's message of "Sat, 30 Jan 2010 11:49:11 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (x86_64-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:120730 Archived-At: > (when pending-merge > (concat > (propertize "Warning : " 'face 'font-lock-warning-face > 'help-echo shelve-help-echo) > (propertize "Pending merges, commit recommended before any other action" > 'help-echo (format "A merge has been performed.\nA commit from the top-level directory (%s)\nis required before being able to check in anything else" root-dir) > 'face 'font-lock-warning-face) > "\n")) > (if shelve > (concat > (propertize "Shelves :\n" 'face 'font-lock-type-face > 'help-echo shelve-help-echo) > (mapconcat > (lambda (x) > (propertize x > 'face 'font-lock-variable-name-face > 'mouse-face 'highlight > 'help-echo "mouse-3: Show shelve menu\nA: Apply and keep shelf\nP: Apply and remove shelf (pop)\nS: Snapshot to a shelf\nC-k: Delete shelf" > 'keymap vc-bzr-shelve-map)) > shelve "\n")) > (concat > (propertize "Shelves : " 'face 'font-lock-type-face > 'help-echo shelve-help-echo) > (propertize "No shelved changes" > 'help-echo shelve-help-echo > 'face 'font-lock-variable-name-face)))))) I recommend to not display inactive features because "No shelved changes" adds more noise as there will be no "No pending merges". -- Juri Linkov http://www.jurta.org/emacs/