From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43219 Path: main.gmane.org!not-for-mail From: Benjamin Rutt Newsgroups: gmane.emacs.gnus.general Subject: Re: Katsumi Yamaoka's CVS update of gnus/lisp (73 files) Date: Thu, 21 Feb 2002 09:04:14 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178347 16409 80.91.224.250 (21 Oct 2002 05:32:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:32:27 +0000 (UTC) Return-Path: Original-Received: (qmail 27128 invoked from network); 21 Feb 2002 14:06:48 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 21 Feb 2002 14:06:48 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16dtpv-00022p-00; Thu, 21 Feb 2002 08:04:39 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 21 Feb 2002 08:04:37 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id IAA27187 for ; Thu, 21 Feb 2002 08:04:25 -0600 (CST) Original-Received: (qmail 27097 invoked by alias); 21 Feb 2002 14:04:19 -0000 Original-Received: (qmail 27092 invoked from network); 21 Feb 2002 14:04:19 -0000 Original-Received: from ingebrigtsen.no (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 21 Feb 2002 14:04:19 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16dtqT-0002cV-00 for ; Thu, 21 Feb 2002 15:05:13 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 35 Original-NNTP-Posting-Host: gamma.cis.ohio-state.edu Original-X-Trace: quimby2.netfonds.no 1014300313 10074 164.107.112.13 (21 Feb 2002 14:05:13 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 21 Feb 2002 14:05:13 GMT X-Face: (&zE&hBC"G~kYNV6dt5#[X'%{!h5@/oUyc`CRNn#d6e2qi%~4N.?_ys_bQ3&7.* writes: >> * many files: Remove trailing whitespaces, replace spc+tab with >> tab, replace leading whitespaces with tabs. > > `replace leading whitespaces with tabs' does not mean using only > tabs. I've replaced > > ssssssss -> t > sssssssst -> tt > > and so on. I've never done something like: ttss -> ttt OK. That wasn't obvious from your Changelog, since you mention "spc+tab" which generally sounds like "all combinations of spaces and tabs" being replaced with tab. > It is natural on the condition that the option `indent-tabs-mode' is > t (by default). Could you see the actual Gnus source files? OK, I cvs updated one file, and saved the old version first (gnus-dired.el, a file I wrote not too long ago) to see the diffs. What is the motivation for this change? When I wrote gnus-dired.el, the last thing I did before submitting it for inclusion was M-x mark-whole-buffer and M-x indent-region, and I've never customized any of the indention variables in emacs-lisp-mode either. So, gnus-dired.el was originally indented using emacs's default indentation in emacs-lisp-mode. Is there any way I could have coded it differently to avoid requiring your whitespace modification? If not, then I think you're going to have to repeat the changes you made again and again as new code is submitted using emacs-lisp-mode's default indentation rules. -- Benjamin