From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48005 Path: main.gmane.org!not-for-mail From: Maciej Matysiak Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus doesn't obey header settings. Date: Tue, 03 Dec 2002 15:19:29 +0100 Organization: =?iso-8859-2?q?gnu=B6ni?= ludzie Sender: owner-ding@hpc.uh.edu Message-ID: References: <841y4z7e8y.fsf@lucy.cs.uni-dortmund.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1038925092 25687 80.91.224.249 (3 Dec 2002 14:18:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 3 Dec 2002 14:18:12 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18JDsJ-0006gA-00 for ; Tue, 03 Dec 2002 15:18:11 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18JDty-0003ko-00; Tue, 03 Dec 2002 08:19:54 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 03 Dec 2002 08:20:43 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id IAA14805 for ; Tue, 3 Dec 2002 08:20:28 -0600 (CST) Original-Received: (qmail 17108 invoked by alias); 3 Dec 2002 14:19:33 -0000 Original-Received: (qmail 17103 invoked from network); 3 Dec 2002 14:19:33 -0000 Original-Received: from wsc.pl (qmailr@212.244.163.99) by gnus.org with SMTP; 3 Dec 2002 14:19:33 -0000 Original-Received: (qmail 9526 invoked by uid 666); 3 Dec 2002 14:19:29 -0000 Original-To: ding@gnus.org In-Reply-To: <841y4z7e8y.fsf@lucy.cs.uni-dortmund.de> (kai.grossjohann@uni-duisburg.de's message of "Tue, 03 Dec 2002 08:28:29 +0100") Mail-Followup-To: ding@gnus.org Mail-Copies-To: nobody User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Common Lisp, i386-debian-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48005 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48005 kai.grossjohann@uni-duisburg.de (Kai Gro=DFjohann) writes: >> (setq gnus-show-all-headers t) > This means to show all headers, regardless of other variables. Jesper Harder writes: > Don't set `gnus-show-all-headers' to t if you want some headers to be > hidden. done. no change :( gnus still shows all the headers in articles. >> (setq gnus-sorted-header-list >> (concat >> "^\\(" >> (regexp-opt >> '( >> "From" >> "To" >> [...] >> )) >> "\\):") >> ) >> >> the above should tell gnus to display article's headers in such order, >> but has no effect at all. > Make it a list of regexps not _one_ single regexp. like that: (setq gnus-sorted-header-list '( "^From:" "^To:" "^Cc:" "^Newsgroups:" "^Followup-To:" "^Subject:" "^Date:" "^X-Sent:" "^Organization:" "^X-Mailer:" "^User-Agent:" )) ? still no effect, gnus shows the headers in chaotic way. how can i debug why gnus ignores the settings? i'm really confused. (why only headers' settings?) m.m. --=20 use gnus, not guns!