From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: gratuitous changes Date: Sun, 2 Feb 2003 07:52:11 +0200 (IST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <5b3cn7lgx6.fsf@lister.roxen.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1044165149 12872 80.91.224.249 (2 Feb 2003 05:52:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 2 Feb 2003 05:52:29 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18fD3M-0003LG-00 for ; Sun, 02 Feb 2003 06:52:28 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18fDAK-00073U-00 for ; Sun, 02 Feb 2003 06:59:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18fD4Q-0006jp-0A for emacs-devel@quimby.gnus.org; Sun, 02 Feb 2003 00:53:34 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18fD3d-0005aA-00 for emacs-devel@gnu.org; Sun, 02 Feb 2003 00:52:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18fD3X-0005PL-00 for emacs-devel@gnu.org; Sun, 02 Feb 2003 00:52:42 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18fD3T-00058F-00; Sun, 02 Feb 2003 00:52:36 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA19101; Sun, 2 Feb 2003 07:52:12 +0200 (IST) X-Sender: eliz@is Original-To: bug-cc-mode@gnu.org In-Reply-To: <5b3cn7lgx6.fsf@lister.roxen.com> Original-cc: rms@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11284 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11284 On 2 Feb 2003, Martin Stjernholm wrote: > The trimming is done whenever the point leaves a line that has been > changed. Editing that affects more than one line, e.g. pasting of > blocks, is normally not affected. > > I'm willing to contribute this package if there's interest. FWIW, I'm in favor. I remove trailing whitespace from the parts of code I edit as a matter of habit.