From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Gnus update (was: MH-E 7.4.4 checked in) Date: Mon, 26 Jul 2004 16:19:30 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <20040726161603.8A08.JMBARRANQUERO@wke.es> References: <20040724033814.GA30001@fencepost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1090851601 21673 80.91.224.253 (26 Jul 2004 14:20:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Jul 2004 14:20:01 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 26 16:19:51 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 1Bp6KU-0007XZ-00 for ; Mon, 26 Jul 2004 16:19:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bp6NX-0007kX-A1 for ged-emacs-devel@m.gmane.org; Mon, 26 Jul 2004 10:22:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bp6NQ-0007kB-7g for emacs-devel@gnu.org; Mon, 26 Jul 2004 10:22:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bp6NO-0007jk-7f for emacs-devel@gnu.org; Mon, 26 Jul 2004 10:22:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bp6NO-0007jh-49 for emacs-devel@gnu.org; Mon, 26 Jul 2004 10:22:50 -0400 Original-Received: from [62.22.181.117] (helo=idefix.laley.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bp6KE-0006ZS-Pr for emacs-devel@gnu.org; Mon, 26 Jul 2004 10:19:35 -0400 Original-Received: from [172.17.221.23] (JMBARRANQUERO [172.17.221.23]) by idefix.laley.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id PA7BR4Z6; Mon, 26 Jul 2004 16:19:05 +0200 Original-To: emacs-devel@gnu.org In-Reply-To: <20040724033814.GA30001@fencepost> X-Mailer: Becky! ver. 2.11.02 [en] 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25974 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25974 On Fri, 23 Jul 2004 23:38:14 -0400 Miles Bader wrote: > And for god's sake, leave out the @#$! whitespace changes; OK, I'll be careful to not delete trailing whitespace (in the lisp\gnus files, I mean, not everywhere). But the best way not to have trailing whitespace problems is not having trailing whitespace in the first place. (Same goes for these #$@!% tabs, incidentally, though that's quite another fight.) Juanma