From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Proposal: diff-remove-trailing-blanks Date: Sat, 26 Apr 2008 11:44:59 -0700 Message-ID: <200804261845.m3QIixvX026773@sallyv1.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1209235562 17845 80.91.229.12 (26 Apr 2008 18:46:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Apr 2008 18:46:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 26 20:46:37 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JppPs-0007Q2-Mk for ged-emacs-devel@m.gmane.org; Sat, 26 Apr 2008 20:46:32 +0200 Original-Received: from localhost ([127.0.0.1]:56801 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JppPC-0006mW-BZ for ged-emacs-devel@m.gmane.org; Sat, 26 Apr 2008 14:45:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JppP8-0006la-Bt for emacs-devel@gnu.org; Sat, 26 Apr 2008 14:45:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JppP7-0006kp-Qw for emacs-devel@gnu.org; Sat, 26 Apr 2008 14:45:46 -0400 Original-Received: from [199.232.76.173] (port=41678 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JppP7-0006km-GG for emacs-devel@gnu.org; Sat, 26 Apr 2008 14:45:45 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JppP6-0003Aj-Uf for emacs-devel@gnu.org; Sat, 26 Apr 2008 14:45:45 -0400 X-ICS-MailScanner-Watermark: 1209840301.7319@bQ1gTixv4ZsyIvSCU8SnBg Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m3QIixvX026773; Sat, 26 Apr 2008 11:45:00 -0700 (PDT) In-Reply-To: (=?iso-8859-1?Q?=22=D3scar?= Fuentes"'s message of "Sat, 26 Apr 2008 16:59:34 +0200") Original-Lines: 13 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.34, required 5, autolearn=disabled, ALL_TRUSTED -1.44, FM_MULTI_ODD2 1.10) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:95985 Archived-At: =D3scar Fuentes writes: > Some time ago Steffan suggested that this function could be a worth > addition to diff-mode. If this is ok, I need to sign the copyright > papers. This seems like a good idea. It would be even nicer if something like this could be combined with whitespace-mode to clearly show trailing whitespace. That way the user knows he has a problem. (I currently do (setq show-trailing-whitespace t) in a hook for diff-mode-hook, but it is not good enough, it highlights things that are not relevant in a diff).