From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: electric-buffer-list family-size trailing whitespace Date: Thu, 30 Sep 2004 09:08:01 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <871xgkk1hq.fsf_-_@jidanni.org> References: <415AD04A.9010509@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1096517052 16653 80.91.229.6 (30 Sep 2004 04:04:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Sep 2004 04:04:12 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Sep 30 06:04: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 1CCsAi-0007n2-00 for ; Thu, 30 Sep 2004 06:04:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CCsH5-0000vo-Ch for geb-bug-gnu-emacs@m.gmane.org; Thu, 30 Sep 2004 00:10:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CCsH3-0000vj-SR for bug-gnu-emacs@gnu.org; Thu, 30 Sep 2004 00:10:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CCsH3-0000vX-CW for bug-gnu-emacs@gnu.org; Thu, 30 Sep 2004 00:10:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CCsH3-0000vU-AC for bug-gnu-emacs@gnu.org; Thu, 30 Sep 2004 00:10:33 -0400 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CCsAT-0000yy-LS for bug-gnu-emacs@gnu.org; Thu, 30 Sep 2004 00:03:45 -0400 Original-Received: from [218.32.126.33] (port=32801 helo=jidanni1) by frodo.hserus.net with esmtpsa (Cipher TLSv1:RC4-SHA:128) (Exim 4.42 #0) id 1CCsAP-000OPo-PZ by authid with plain for ; Thu, 30 Sep 2004 09:33:42 +0530 Original-Received: from jidanni by jidanni1 with local (Exim 4.34) id 1CCpQP-0001is-8z for bug-gnu-emacs@gnu.org; Thu, 30 Sep 2004 09:08:01 +0800 Original-To: bug-gnu-emacs@gnu.org 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:9137 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:9137 >> Note that buffers with names starting with spaces are omitted. > Well, mention there how to list them too. Sizes and all. K> Do you mean `electric-buffer-list'? electric-buffer-list doesn't list them either. electric-buffer-list is an interactive compiled Lisp function in `ebuff-menu'. (electric-buffer-list ARG) And then the docstring forgets to mention what ARG is. And whatever it is it doesn't show buffers starting with spaces, nor does I bet its docstring mention how. Most annoying is if one uses electric-buffer-list with (setq show-trailing-whitespace t) The loads of trailing whitespace were obviously not caught in the review phase of the electric-buffer-list project. Nope, too electric for me. Plus banging C-h tells you to hit a "?" when a second C-h would work just as well.