From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: jari.aalto@cante.net (Jari Aalto+mail.linux) Newsgroups: gmane.emacs.bugs Subject: [21.3] pcl-cvs.el suggestion: make *cvs* buffer headers shorter Date: 21 Oct 2004 00:54:36 +0300 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87lle1838j.fsf@cante> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098309310 4829 80.91.229.6 (20 Oct 2004 21:55:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Oct 2004 21:55:10 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 20 23:55:00 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CKOQ7-00032y-00 for ; Wed, 20 Oct 2004 23:54:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CKOXV-0002Iy-T1 for geb-bug-gnu-emacs@m.gmane.org; Wed, 20 Oct 2004 18:02:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CKOXU-0002Ig-JC for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2004 18:02:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CKOXT-0002II-Ti for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2004 18:02:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CKOXT-0002I6-Mt for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2004 18:02:35 -0400 Original-Received: from [193.229.0.63] (helo=fep32-app.kolumbus.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CKOQ1-0005SC-QD for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2004 17:54:54 -0400 Original-Received: from bongo.cante.net ([81.197.3.110]) by fep32-app.kolumbus.fi with ESMTP id <20041020215452.IBBN29325.fep32-app.kolumbus.fi@bongo.cante.net> for ; Thu, 21 Oct 2004 00:54:52 +0300 Original-Received: from fw.cante.net ([192.168.1.20]:41101 helo=cante.cante.net) by bongo.cante.net with esmtp (Exim 4.34) id 1CKOPl-0007Aw-Ga for bug-gnu-emacs@gnu.org; Thu, 21 Oct 2004 00:54:37 +0300 Original-Received: from jaalto by cante.cante.net with local (Exim 4.34) id 1CKOPk-0003LF-Nb for bug-gnu-emacs@gnu.org; Thu, 21 Oct 2004 00:54:36 +0300 Original-To: bug-gnu-emacs@gnu.org Original-Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:9392 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:9392 In GNU Emacs 21.3.1 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2004-08-03 on raven, modified by Debian The layout of *cvs* buffer looks like this: PCL-CVS release v2_9_9 Repository : foo@some.site.com:/version/control/public/projects Working directory: /home/staff-f/foo/operating-systems/project/this.site.com/etc/spamassassin I'd wish that the headers were shortened so that valuable space were left for the actual values. The defaults could simply be: Repository: foo@some.site.com:/version/control/public/projects Directory : /home/staff-f/foo/operating-systems/project/this.site.com/etc/spamassassin It would be good if the header names were user configurable and stored to variables, so that they could be shortened even more, like this: Rep: foo@some.site.com:/version/control/public/projects Dir: /home/staff-f/foo/operating-systems/project/this.site.com/etc/spamassassin Jari