From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88434 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Igor Sosa Mayor Newsgroups: gmane.emacs.gnus.general Subject: Re: Help with gnus-simplify-subject-fuzzy-regexp Date: Thu, 07 Mar 2019 23:28:53 +0100 Message-ID: <87tvgee2u2.fsf@gmail.com> References: <87tvghf2yx.fsf@gmail.com> <87pnr5at3f.fsf@igel.home> <87h8cheyu4.fsf@gmail.com> <87imwwsedd.fsf@ucl.ac.uk> <87bm2ng78y.fsf@gmail.com> <87y35rk7of.fsf@ucl.ac.uk> <871s3ifk3a.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="95190"; 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+M36640@lists.math.uh.edu Thu Mar 07 23:29:42 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 1h21WI-000OfY-HR for ding-account@gmane.org; Thu, 07 Mar 2019 23:29:42 +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 1h21Vm-0000yh-MN; Thu, 07 Mar 2019 16:29: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 1h21Vg-0000vj-5p for ding@lists.math.uh.edu; Thu, 07 Mar 2019 16:29: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 1h21Ve-0001Px-Pn for ding@lists.math.uh.edu; Thu, 07 Mar 2019 16:29: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 1h21Vb-0002da-Ai for ding@gnus.org; Thu, 07 Mar 2019 23:29:01 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1h21Va-000NuV-Rs for ding@gnus.org; Thu, 07 Mar 2019 23:28:58 +0100 X-Injected-Via-Gmane: http://gmane.org/ X-Operating-System: Archlinux Cancel-Lock: sha1:75X63tkPHgMHd2IFeblnv4R8a3Q= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88434 Archived-At: Just for the record. I achieved it with this simple function: (defun gnus-user-format-function-j (header) (replace-regexp-in-string "http.*$" "" (mail-header-subject header)))