From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87415 Path: news.gmane.org!.POSTED!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Set gnus-simplify-subject-functions in group parameters? Date: Mon, 27 Feb 2017 15:35:45 +0900 Organization: Emacsen advocacy group Message-ID: References: <87ino1vwvt.fsf@passepartout.tim-landscheidt.de> <877f4ebknb.fsf@marauder.physik.uni-ulm.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1488177432 27615 195.159.176.226 (27 Feb 2017 06:37:12 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 27 Feb 2017 06:37:12 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (i686-pc-cygwin) To: ding@gnus.org Original-X-From: ding-owner+m35636@lists.math.uh.edu Mon Feb 27 07:37:08 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048035.atla03.us.yomura.com ([107.189.48.35]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ciEvi-0006Pd-0y for ding-account@gmane.org; Mon, 27 Feb 2017 07:37:06 +0100 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048035.atla03.us.yomura.com (Halon) with ESMTPS id 297a9d35-fcb7-11e6-b156-b499baabecb2; Mon, 27 Feb 2017 06:37:09 +0000 (UTC) Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.87) (envelope-from ) id 1ciEuh-0000r9-MM; Mon, 27 Feb 2017 00:36:03 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1ciEue-0000qa-Q7 for ding@lists.math.uh.edu; Mon, 27 Feb 2017 00:36:00 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1ciEud-0003iD-2V for ding@lists.math.uh.edu; Mon, 27 Feb 2017 00:36:00 -0600 Original-Received: from mail-hampton.hostforweb.net ([205.234.186.191] helo=hampton.hostforweb.net) by quimby.gnus.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1ciEub-0004zz-DI for ding@gnus.org; Mon, 27 Feb 2017 07:35:57 +0100 Original-Received: from s70.gtokyofl21.vectant.ne.jp ([202.215.75.70]:60000 helo=localhost) by hampton.hostforweb.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.87) (envelope-from ) id 1ciEuS-000H3c-10 for ding@gnus.org; Mon, 27 Feb 2017 00:35:49 -0600 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( Cancel-Lock: sha1:rOb2Ezbp1ujQ/ler2NQvSKWsUBw= X-OutGoing-Spam-Status: No, score=-2.9 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: authenticated_id: yamaoka/from_h X-Authenticated-Sender: hampton.hostforweb.net: yamaoka@jpl.org X-Source: X-Source-Args: X-Source-Dir: List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87415 Archived-At: Thanks a lot Andreas and Reiner. So, Tim, what you want to use would probably be `gnus-list-identifiers', I guess. Note that if it is a regexp, the one atutually used is: (concat "^\\(?:R[Ee]: +\\)*\\(" regexp " *\\)") cf. `gnus-summary-remove-list-identifiers' You can use one of the following ways (all I confirmed): ;; Set it globally: (setq gnus-list-identifiers "Wikipedia-Seite") ;; Set it per group (use `gnus-parameters'): (add-to-list 'gnus-parameters '("\\`nnxx:foo\\.bar\\'" (gnus-list-identifiers "Wikipedia-Seite"))) ;; Set it per group (use the `G c' buffer): [X] Identifier: [Value Menu] Regexp: Wikipedia-Seite If non-nil, specify how to remove =E2=80=98identifiers=E2=80=99 from ar= ticles=E2=80=99 subject. More