From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88423 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Igor Sosa Mayor Newsgroups: gmane.emacs.gnus.general Subject: Help with gnus-simplify-subject-fuzzy-regexp Date: Tue, 05 Mar 2019 22:03:50 +0100 Message-ID: <87tvghf2yx.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="147462"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+M36629@lists.math.uh.edu Tue Mar 05 22:05:10 2019 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1h1HFO-000cBr-En for ding-account@gmane.org; Tue, 05 Mar 2019 22:05:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92) (envelope-from ) id 1h1HEQ-0008SL-Q4; Tue, 05 Mar 2019 15:04:10 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1h1HEK-0008PY-OR for ding@lists.math.uh.edu; Tue, 05 Mar 2019 15:04:04 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1h1HEI-0001x6-Uu for ding@lists.math.uh.edu; Tue, 05 Mar 2019 15:04:04 -0600 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1h1HEE-0000YZ-7s for ding@gnus.org; Tue, 05 Mar 2019 22:04:00 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1h1HEB-000aef-GU for ding@gnus.org; Tue, 05 Mar 2019 22:03:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ X-Operating-System: Archlinux Cancel-Lock: sha1:uVVvoCO0SDVM4hNDMLVzsAqxrMw= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88423 Archived-At: Hi, I'm using gnus as rss fetcher (using gwene, etc.). The news in some groups have url addresses in their subjects. I want to get rid of them and (as far as I understand) I should do it using gnus-simplify-subject-functions. I have this in my config: (setq gnus-simplify-subject-fuzzy-regexp "http.*$") (setq gnus-simplify-subject-functions '(gnus-simplify-subject-fuzzy)) But the subjects still have "http://etc.". Is there any other variable or function which could maybe interfer with this config? Many thanks in advance!