From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63916 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Re: calling gnus-article-fill-cited-article only for a given group Date: Mon, 30 Oct 2006 10:25:05 +0100 Organization: Dept. of Theoretical Physics, University of Ulm Message-ID: References: Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1162201527 28350 80.91.229.2 (30 Oct 2006 09:45:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Oct 2006 09:45:27 +0000 (UTC) Original-X-From: ding-owner+m12443@lists.math.uh.edu Mon Oct 30 10:45:24 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GeThk-0003HD-H9 for ding-account@gmane.org; Mon, 30 Oct 2006 10:45:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1GeThB-0005Qw-00; Mon, 30 Oct 2006 03:44:41 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1GeTcH-0005Qq-00 for ding@lists.math.uh.edu; Mon, 30 Oct 2006 03:39:37 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1GeTcE-0007VX-OS for ding@lists.math.uh.edu; Mon, 30 Oct 2006 03:39:37 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1GeTc9-0006sm-00 for ; Mon, 30 Oct 2006 10:39:29 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GeTbm-00024y-CY for ding@gnus.org; Mon, 30 Oct 2006 10:39:06 +0100 Original-Received: from bridgekeeper.physik.uni-ulm.de ([134.60.10.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Oct 2006 10:39:06 +0100 Original-Received: from Reiner.Steib by bridgekeeper.physik.uni-ulm.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Oct 2006 10:39:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 35 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: bridgekeeper.physik.uni-ulm.de X-Face: /U7=m^"/-Dn61mAl{g9e3>\G5Tp,oEX|V)g2I1hBk\ML;)7A?6cmB-y7y?'NA^J<=oz7syB =(McAwIHgLX!.B?R3X}98d@?>CrT094KLWh]WU4gDpnL/")MS(XoQTv`Oq225uL>+;CpPXo$N5e>N> $tPd-gbB^F{gQS#1ase]XO~D4p4M"3+F-7~u]dy3I?Pb8RO*H-EFeWDUf?Rf,d]pv\Jvh2Cht!A=im yKAS2Z%Ao^;}W/qzMvMm Mail-Copies-To: nobody User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:+Ba3BrZc8MF2BV5wihURwY3xQ9k= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63916 Archived-At: On Mon, Oct 30 2006, Johan Bockgård wrote: > Reiner Steib writes: > >> You need to make the hook buffer local and set it as follows in >> `gnus-posting-styles': >> >> (add-hook (make-local-variable 'gnus-message-setup-hook) >> 'rs-message-insert-in-reply-to))) > > ,----[ C-h f make-local-variable RET ] > | [...] > | > | Do not use `make-local-variable' to make a hook variable buffer-local. > | Instead, use `add-hook' and specify t for the LOCAL argument. > `---- Thanks for the correction. Originally I used `add-to-list', which shouldn't be used on hooks, IIRC. Using... (eval (add-hook 'gnus-message-setup-hook 'rs-message-insert-in-reply-to nil t)) ... in posting styles doesn't work. Beside that, I now realize that `gnus-posting-styles' doesn't make sense for the original problem (filling the article). Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/