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: hanoi space wasted Date: Wed, 16 Feb 2005 03:59:15 +0800 Message-ID: <87sm3xfvcc.fsf@jidanni.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108512647 3759 80.91.229.2 (16 Feb 2005 00:10:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Feb 2005 00:10:47 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 16 01:10:47 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D1Cm4-000201-LK for geb-bug-gnu-emacs@m.gmane.org; Wed, 16 Feb 2005 01:10:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1D1u-0006Ho-Dp for geb-bug-gnu-emacs@m.gmane.org; Tue, 15 Feb 2005 19:26:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D1D1n-0006Fm-IQ for bug-gnu-emacs@gnu.org; Tue, 15 Feb 2005 19:26:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D1D1m-0006FB-IT for bug-gnu-emacs@gnu.org; Tue, 15 Feb 2005 19:26:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1CxO-0004hf-8d for bug-gnu-emacs@gnu.org; Tue, 15 Feb 2005 19:22:18 -0500 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 1D1CQO-0006yP-IX for bug-gnu-emacs@gnu.org; Tue, 15 Feb 2005 18:48:12 -0500 Original-Received: from tc218-187-73-206.2-3.dynamic.apol.com.tw ([218.187.73.206]:38476 helo=jidanni1) by frodo.hserus.net with esmtpsa (Cipher TLSv1:RC4-SHA:128) (Exim 4.44 #0) id 1D1CQM-000I4F-Hi by authid with plain for ; Wed, 16 Feb 2005 05:18:11 +0530 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: , 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 X-MailScanner-To: geb-bug-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.bugs:10741 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:10741 $ emacs -eval '(setq-default show-trailing-whitespace t)' -eval '(hanoi 3)' shows the whitespace at the right is wasted... if the user intends to save the screen into a file I guess.