From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Introducing 'unrecognized and 'ignored Date: Sun, 06 Jan 2008 23:01:27 -0500 Message-ID: References: <17EA38DF-BCC1-4565-8510-5DD10DD667E3@mac.com> <20071229114551.GD9794@thyrsus.com> <20080102021907.GA15494@thyrsus.com> <200801020445.m024jWU2008538@oogie-boogie.ics.uci.edu> <200801031805.m03I5SBf022748@oogie-boogie.ics.uci.edu> <200801050901.m0591mQj011970@oogie-boogie.ics.uci.edu> <20080105143415.GG30869@thyrsus.com> <200801061037.m06AbIRD004966@oogie-boogie.ics.uci.edu> <200801070322.m073MiNR005963@oogie-boogie.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 1199678504 32489 80.91.229.12 (7 Jan 2008 04:01:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jan 2008 04:01:44 +0000 (UTC) Cc: esr@thyrsus.com, harsanyi@mac.com, Dan Nicolaescu , rms@gnu.org, emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 07 05:02:05 2008 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 1JBjBY-0004W4-Hr for ged-emacs-devel@m.gmane.org; Mon, 07 Jan 2008 05:02:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBjBB-0000aT-R0 for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 23:01:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBjB8-0000aO-6m for emacs-devel@gnu.org; Sun, 06 Jan 2008 23:01:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBjB5-0000aC-QX for emacs-devel@gnu.org; Sun, 06 Jan 2008 23:01:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBjB5-0000a9-LH for emacs-devel@gnu.org; Sun, 06 Jan 2008 23:01:31 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBjB1-0008KO-Tv; Sun, 06 Jan 2008 23:01:28 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAFIygUfO+K+E/2dsb2JhbACmTw X-IronPort-AV: E=Sophos;i="4.24,251,1196658000"; d="scan'208";a="12351627" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 06 Jan 2008 23:01:27 -0500 Original-Received: from pastel.home ([206.248.175.132]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id NFI54627; Sun, 06 Jan 2008 23:01:27 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 1CBE97F7C; Sun, 6 Jan 2008 23:01:26 -0500 (EST) In-Reply-To: (Tom Tromey's message of "Sun, 06 Jan 2008 20:03:30 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:86423 Archived-At: Dan> No opinion here. PCL-CVS calls it *cvs*, and it does not seem like a big Dan> issue when using it. > FWIW, pcl-cvs isn't super friendly here, but it does make numbered > buffers when you have more than one. Actually PCL-CVS makes significant efforts to do better than that, My PCL-CVS buffers are called "*cvs*" but they get uniquified like file buffers, so if I have more than 1 they get names like "*cvs* | emacs" and "*cvs* | haskell-mode" etc... Stefan