From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56591 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with agent and empty groups Date: Sat, 06 Mar 2004 16:40:28 +0900 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1078558921 25680 80.91.224.253 (6 Mar 2004 07:42:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Mar 2004 07:42:01 +0000 (UTC) Original-X-From: ding-owner+M5131@lists.math.uh.edu Sat Mar 06 08:41:52 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AzWRU-0001wS-00 for ; Sat, 06 Mar 2004 08:41:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AzWQR-0002U2-00; Sat, 06 Mar 2004 01:40:47 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AzWQE-0002Tu-00 for ding@lists.math.uh.edu; Sat, 06 Mar 2004 01:40:34 -0600 Original-Received: from minsk.hostforweb.net (minsk.hostforweb.net [69.61.9.140]) by justine.libertine.org (Postfix) with ESMTP id 17D7A3A004B for ; Sat, 6 Mar 2004 01:40:34 -0600 (CST) Original-Received: from yamaokac by minsk.hostforweb.net with local (Exim 4.24) id 1AzWQB-0005nr-KK for ding@gnus.org; Sat, 06 Mar 2004 02:40:31 -0500 Original-To: ding@gnus.org X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:+Yb58lxi+ZWSLs4aKcKGkqsoykw= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - minsk.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [32531 32531] / [47 12] X-AntiAbuse: Sender Address Domain - minsk.hostforweb.net Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56591 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56591 >>>>> In >>>>> Kevin Greiner wrote: > Katsumi Yamaoka writes: > >>>>>> In > >>>>>> Kevin Greiner wrote: > > > >> I've checked in a new version that blocks recording nil entries. > > > > I wonder what indentation function you use to edit ELisp files. > > Those are shifted from the standard, and tabs were replaced with > > spaces... > Hmmm... Well, I usually work on projects where nobody will agree on > the development environment so I have indent-tabs-mode defaulted to > nil. Let's see, OK I now have a hook to set it to t for lisp files. That's ok. Although I don't like mixture of indent by setting indent-tabs-mode as nil and indent by default. > As for shifted, I've opened a couple of files that I've never worked > on then tried to re-indent using indent-sexp. Nothing changed so my > indentation settings (i.e. the defaults) appear to be what other > people are using. Perhaps it was the spaces that were throwing the > alignment off. Please let me know if the standard isn't the default > emacs settings. I see. Your setting may not be strange, but you perhaps didn't use the indent function. See the following: (defun gnus-request-accept-article (group &optional gnus-command-method last [...] (let ((gnus-command-method (or gnus-command-method (gnus-find-method-for-group group))) (result (funcall (gnus-get-function gnus-command-method 'request-accept-article) (if (stringp group) (gnus-group-real-name group) group) (cadr gnus-command-method) last))) IMO, that is unsightly. Furthermore, it will have a bad influence on additional changes of the future. I can see many non-standard indentations in some files in Gnus. Weren't they made from the same cause? -- Katsumi Yamaoka