From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.bugs Subject: extra tabs discovered in dired *Deletions* buffer Date: Wed, 13 Feb 2008 01:09:09 +0800 Message-ID: <87y79qhzka.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202847124 29142 80.91.229.12 (12 Feb 2008 20:12:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Feb 2008 20:12:04 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Feb 12 21:12:27 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JP1UQ-000255-Bc for geb-bug-gnu-emacs@m.gmane.org; Tue, 12 Feb 2008 21:12:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JP1Tw-0004gI-Gx for geb-bug-gnu-emacs@m.gmane.org; Tue, 12 Feb 2008 15:11:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JP1Ts-0004gB-0y for bug-gnu-emacs@gnu.org; Tue, 12 Feb 2008 15:11:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JP1Tr-0004fv-Aj for bug-gnu-emacs@gnu.org; Tue, 12 Feb 2008 15:11:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JP1Tr-0004fr-4x for bug-gnu-emacs@gnu.org; Tue, 12 Feb 2008 15:11:51 -0500 Original-Received: from lax-green-bigip-5.dreamhost.com ([208.113.200.5] helo=blingymail-a2.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JP1Tq-0007ek-Rj for bug-gnu-emacs@gnu.org; Tue, 12 Feb 2008 15:11:51 -0500 Original-Received: from jidanni1 (122-127-34-145.dynamic.hinet.net [122.127.34.145]) by blingymail-a2.g.dreamhost.com (Postfix) with ESMTP id 5230840E1A; Tue, 12 Feb 2008 12:11:46 -0800 (PST) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17528 Archived-At: Gentlemen, I have discovered the " *Deletions*" buffer dired makes has wasteful tabs etc. in it. Mom will be proud. According to cat -vte output: .ICE-unix hhh.txt.~1~ hhh.txt.~3~ hhh.txt.~5~ ^I^I $ Just mark some files and hit x (dired-do-flagged-delete) and analyze the " *Deletions*" buffer with od -c or cat -vte to see them. With (setq-default show-trailing-whitespace t) in .emacs, you never know what you will discover next!