From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/11258 Path: news.gmane.org!not-for-mail From: Hermann Newsgroups: gmane.emacs.gnus.user Subject: Re: Changing quoting headers? Date: Tue, 29 Jul 2008 17:51:36 +0200 Organization: 1&1 Internet AG Message-ID: <87od4glmd3.fsf@onlinehome.de> References: <87iquqmezf.fsf@onlinehome.de> <87d4kxsvv3.fsf@sphinx.net.ru> <874p68n57f.fsf@onlinehome.de> <87od4g4tgc.fsf@sphinx.net.ru> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1217349630 24361 80.91.229.12 (29 Jul 2008 16:40:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Jul 2008 16:40:30 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Jul 29 18:41:20 2008 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 1KNsG4-0000gU-S9 for gegu-info-gnus-english@m.gmane.org; Tue, 29 Jul 2008 18:41:09 +0200 Original-Received: from localhost ([127.0.0.1]:42269 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNsFA-0003qk-B6 for gegu-info-gnus-english@m.gmane.org; Tue, 29 Jul 2008 12:40:12 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!goblin1!goblin.stu.neva.ru!newsfeed.straub-nv.de!news.k-dsl.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 35 Original-NNTP-Posting-Host: p5b213b5e.dip0.t-ipconnect.de Original-X-Trace: online.de 1217346609 3459 91.33.59.94 (29 Jul 2008 15:50:09 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Tue, 29 Jul 2008 15:50:09 +0000 (UTC) User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux) Cancel-Lock: sha1:A0YQol15yIddO+T/BnZUUT+XFpc= Original-Xref: news.stanford.edu gnu.emacs.gnus:81478 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:11258 Archived-At: On 29.07.2008 Dmitry Dzhus wrote: [...] >>> Change `message-citation-line-function` variable to >>> `message-insert-formatted-citation-line`, adjust >>> `message-citation-line-format` variable to meet your needs. This is >>> described in «3.6 Insertion Variables» of message package manual. >>> >> I changed my .gnus file following your instructions. As you see in the >> quoting header, I wasn't successful. >> The message package manual is not very enlightening in this case. >> I insert the lines from my .gnus: >> >> (setq message-insert-formatted-citation-line >> '(message-citation-line-format >> "on %d. %m. %Y at %X %n <%a> wrote:")) > > I think, that was meant to be > > (setq message-citation-line-function > 'message-insert-formatted-citation-line) > (setq messate-citation-line-format "On %d.%m.%Y %f wrote:\n") > Thank you very much, as you see in the header it now works as wanted. > You may need to reload Gnus for new settings to take effect. > >> "%n" should mean "name" and "<%a>" should mean "mail address". I took >> this from the syntax used by Mutt. I guess it is different in Gnus? > > Yes, it is. Looks like that you'd better use `M-x customize-variable` to > edit settings, because that way you get contextual documentation right > at your fingertips. Thanks for the tip. Hermann