From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37645 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Wrong default indents in message.el Date: Thu, 09 Aug 2001 10:57:13 -0700 Message-ID: <2n3d71t8ue.fsf@piglet.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035173021 14901 80.91.224.250 (21 Oct 2002 04:03:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:03:41 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 25452 invoked from network); 9 Aug 2001 18:00:10 -0000 Original-Received: from unknown (HELO zsh.2y.net) (131.241.79.80) by gnus.org with SMTP; 9 Aug 2001 18:00:10 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.2/8.11.2) id f79HvFV23657; Thu, 9 Aug 2001 10:57:15 -0700 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: ("Arvid =?iso-8859-1?q?Gr=F8tting"'s?= message of "Thu, 09 Aug 2001 16:27:40 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.105 Original-Lines: 24 Xref: main.gmane.org gmane.emacs.gnus.general:37645 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37645 "Arvid Grøtting" writes: > "Arvid Grøtting" writes: > >> I suspect this must have been a typo: > > Hmm. My fix, too, might have been a bit too quick. Although it does > make message-mode usable again[1], TAB no longer works in any > sane fashion. Oh well. > > I guess setting indent-line-function is the canonical right thing to > do for a major mode, but indent-relative is just the wrong default > choice. tab-to-tab-stop or indent-relative-maybe come to mind. Any > other suggestions? > > > [1] it's unusable with auto-fill-mode turned on in the current CVS > version, as this message demonstrates. Yes, this footnote gets > all nice and shiny, but the main text doesn't. I remove the setting and let message-tab call indent-relative. Hope now it is better. ShengHuo