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: Re: electric-buffer-list family-size trailing whitespace Date: Wed, 06 Oct 2004 09:48:39 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87oejgboqw.fsf@jidanni.org> References: <415AD04A.9010509@yahoo.com> <415D86D5.8090100@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097098619 18124 80.91.229.6 (6 Oct 2004 21:36:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Oct 2004 21:36:59 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 06 23:36:49 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 1CFJSq-0005Dg-00 for ; Wed, 06 Oct 2004 23:36:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFJZY-0004yz-Cf for geb-bug-gnu-emacs@m.gmane.org; Wed, 06 Oct 2004 17:43:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CFJZT-0004x1-5u for bug-gnu-emacs@gnu.org; Wed, 06 Oct 2004 17:43:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CFJZS-0004wZ-LL for bug-gnu-emacs@gnu.org; Wed, 06 Oct 2004 17:43:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFJZS-0004wQ-DG for bug-gnu-emacs@gnu.org; Wed, 06 Oct 2004 17:43:38 -0400 Original-Received: from [203.79.224.63] (helo=smtp2.apol.com.tw) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CFJSh-0000jL-SL for bug-gnu-emacs@gnu.org; Wed, 06 Oct 2004 17:36:40 -0400 Original-Received: from jidanni1 (TC218-187-73-132.2-3.dynamic.apol.com.tw [218.187.73.132]) by smtp2.apol.com.tw (8.9.3/8.9.3) with ESMTP id FAA34256567 for ; Thu, 7 Oct 2004 05:36:34 +0800 (CST) Original-Received: from jidanni by jidanni1 with local (Exim 4.34) id 1CF0v1-0005Xs-RI for bug-gnu-emacs@gnu.org; Wed, 06 Oct 2004 09:48:39 +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:9217 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:9217 K> It behaves the same as list-buffers. Indeed it does. Somebody fix that too. I was using ibuffer these days and wasn't aware. ibuffer is probably not maintained these days, BTW. K> Try this: K> (add-hook 'buffer-menu-mode-hook (lambda () (set K> (make-local-variable show-trailing-whitespace) nil))) But that is just sweeping the whitespace under the rug.