From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9929 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.user Subject: Re: problems with the news-reply-hook and the message-setup-hook Date: Mon, 19 Nov 2007 15:23:29 +0100 Message-ID: <87tznipb4u.fsf@mat.ucm.es> References: <874pfnl6dh.fsf@mat.ucm.es> Reply-To: Uwe Brauer NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195482605 31830 80.91.229.12 (19 Nov 2007 14:30:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Nov 2007 14:30:05 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Nov 19 15:30:11 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iu7d8-0007KU-FV for gegu-info-gnus-english@m.gmane.org; Mon, 19 Nov 2007 15:29:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iu7cu-00008O-Sw for gegu-info-gnus-english@m.gmane.org; Mon, 19 Nov 2007 09:29:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iu7ct-000081-OG for info-gnus-english@gnu.org; Mon, 19 Nov 2007 09:29:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iu7cp-00006O-2j for info-gnus-english@gnu.org; Mon, 19 Nov 2007 09:29:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iu7cp-00006L-0S for info-gnus-english@gnu.org; Mon, 19 Nov 2007 09:29:23 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Iu7co-0008BR-Es for info-gnus-english@gnu.org; Mon, 19 Nov 2007 09:29:22 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Iu7Zl-0007ep-Rx for info-gnus-english@gnu.org; Mon, 19 Nov 2007 14:26:13 +0000 Original-Received: from maportatil12.quim.ucm.es ([147.96.6.137]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Nov 2007 14:26:13 +0000 Original-Received: from oub by maportatil12.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Nov 2007 14:26:13 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 40 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: maportatil12.quim.ucm.es X-Hashcash: 1:20:071119:gmane.emacs.gnus.user::HR46Qx9Z93WQ9GXk:00000000000000000000000000000000000000002LEI User-Agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.19 (linux) Cancel-Lock: sha1:HB48e671xucaB96Ld2pbZtkOxUI= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9929 Archived-At: >>>>> "Reiner" == Reiner Steib writes: > In No Gnus, there is `message-cite-reply-above', but it's doc string > says "This variable has no effect in news postings." Well I am using no gnus 0.6 and can't find this variable so it must be new. >> and one has almost to apologise for using *bottom posting* or >> *inline replying*. >> Now that function I have defined interactively and in this way I can >> call it, however I would find it more convenient to have it in a >> hook, so that I don't have to call the function explicitly however I >> put it in the news-reply-hook > There's no such hook in Gnus, AFAICS. >> and in the message-setup-hook without any result. Can anybody give >> me an idea? > Maybe setting `message-citation-line-format' (new in No Gnus, > cf. `message-insert-formatted-citation-line') specially for these > groups? The problem is that starts with a >>>> or something similar, besides it is not flexible enough and it is not connected to bbdb. The idea I had was that such a string is configured according to a relevant entry in the bbdb. > When using `message-setup-hook' you need to make sure to jump to the > right position in the message buffer: `message-goto-body', ... I have the feeling that it there is a conflict with supercite, like supercite inserts its stuff first and then my bbdbcite command is not executed. Uwe