From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: list-processes reimplementation, and list/menu buffers Date: Wed, 06 Apr 2011 16:49:45 -0400 Message-ID: <87wrj7t89i.fsf@stupidchicken.com> References: <87y63o65o5.fsf@stupidchicken.com> <87r59gcmjq.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1302124519 12724 80.91.229.12 (6 Apr 2011 21:15:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Apr 2011 21:15:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 06 23:15:07 2011 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 1Q7a48-0006fl-Q1 for ged-emacs-devel@m.gmane.org; Wed, 06 Apr 2011 23:15:06 +0200 Original-Received: from localhost ([127.0.0.1]:41046 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7a46-0003tC-Lc for ged-emacs-devel@m.gmane.org; Wed, 06 Apr 2011 17:15:02 -0400 Original-Received: from [140.186.70.92] (port=45627 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7Zfl-0006Gm-Lb for emacs-devel@gnu.org; Wed, 06 Apr 2011 16:49:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7Zfh-0004i7-A9 for emacs-devel@gnu.org; Wed, 06 Apr 2011 16:49:53 -0400 Original-Received: from vm-emlprdomr-03.its.yale.edu ([130.132.50.144]:49821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7Zfh-0004gq-2C for emacs-devel@gnu.org; Wed, 06 Apr 2011 16:49:49 -0400 Original-Received: from furball (dhcp128036014125.central.yale.edu [128.36.14.125]) (authenticated bits=0) by vm-emlprdomr-03.its.yale.edu (8.14.4/8.14.4) with ESMTP id p36KnjMk032546 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 6 Apr 2011 16:49:46 -0400 Original-Received: by furball (Postfix, from userid 1000) id 15FB0160501; Wed, 6 Apr 2011 16:49:46 -0400 (EDT) In-Reply-To: <87r59gcmjq.fsf@stupidchicken.com> (Chong Yidong's message of "Tue, 05 Apr 2011 19:20:57 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.144 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.144 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:138263 Archived-At: Chong Yidong writes: >> I think an important feature of this parent mode is that it handles >> tabulated data (as opposed to things like completion-list-mode), so >> that might give us a clue for what name to give it. Maybe >> tabulated-list-mode? > > It's a bit wordy, but I can't come up with anything better, so OK. I've committed tabulated-list.el to the trunk.