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: fill-region: no NOSQUEEZE, one would expect the blanks to go Date: Mon, 21 Jun 2004 03:33:55 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87pt7u10t8.fsf@jidanni.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1087771743 1912 80.91.224.253 (20 Jun 2004 22:49:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Jun 2004 22:49:03 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jun 21 00:49: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 1BcB7U-0006sQ-00 for ; Mon, 21 Jun 2004 00:49:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BcB8h-0004z5-CP for geb-bug-gnu-emacs@m.gmane.org; Sun, 20 Jun 2004 18:50:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BcB8g-0004ys-Ld for bug-gnu-emacs@gnu.org; Sun, 20 Jun 2004 18:50:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BcB8f-0004yZ-5j for bug-gnu-emacs@gnu.org; Sun, 20 Jun 2004 18:50:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BcB8f-0004yW-1z for bug-gnu-emacs@gnu.org; Sun, 20 Jun 2004 18:50:13 -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 1BcB7G-0006bs-P1 for bug-gnu-emacs@gnu.org; Sun, 20 Jun 2004 18:48:47 -0400 Original-Received: from tc218-187-82-66.2-7.dynamic.apol.com.tw ([218.187.82.66]:33948 helo=jidanni1) by frodo.hserus.net with asmtp (Cipher TLSv1:RC4-SHA:128) (Exim 4.34 #0) id 1BcB7C-0005rk-KE by authid with plain for ; Mon, 21 Jun 2004 04:18:45 +0530 Original-Received: from jidanni by jidanni1 with local (Exim 4.34) id 1Bc84h-0000OH-3r for bug-gnu-emacs@gnu.org; Mon, 21 Jun 2004 03:33:55 +0800 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 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:8243 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8243 Gentlemen, doing fill-region ought to wipe out the trailing whitespace in $ cat -e o 1$ $ 2$ without having to resort to delete-trailing-whitespace. Also doing a repeat-complex-command should by default bring up a Redo: (fill-region) instead of a Redo: (fill-region 1 9 nil) which we need to clean up each time we adjust the file, spoiling the convenience of repeat-complex-command. Also as you can see, I didn't specify NOSQUEEZE, so one would expect the blanks to go. Emacs 21.3.1