From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88345 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Command for browsing article URLs? Date: Wed, 30 Jan 2019 11:23:49 -0800 Message-ID: <87r2culzju.fsf@ericabrahamsen.net> References: <878szwwdjw.fsf@ericabrahamsen.net> <87a7k8wg9k.fsf@ericabrahamsen.net> <87wonbts5s.fsf@ucl.ac.uk> <87fttzc4lo.fsf@ericabrahamsen.net> <87sgxpzvsr.fsf@ericabrahamsen.net> <87r2d8c3az.fsf@ucl.ac.uk> <874la1yjjo.fsf@ericabrahamsen.net> <87pnso9rzp.fsf@ericabrahamsen.net> <87sgxak1gz.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="259257"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+M36554@lists.math.uh.edu Wed Jan 30 20:24:57 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 1govTl-0015Em-2r for ding-account@gmane.org; Wed, 30 Jan 2019 20:24:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.91) (envelope-from ) id 1govSy-00073b-S9; Wed, 30 Jan 2019 13:24:08 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.91) (envelope-from ) id 1govSs-00070i-HW for ding@lists.math.uh.edu; Wed, 30 Jan 2019 13:24:02 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1govSq-0000ZB-TY for ding@lists.math.uh.edu; Wed, 30 Jan 2019 13:24:02 -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 1govSn-0005NJ-10 for ding@gnus.org; Wed, 30 Jan 2019 20:23:58 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1govSm-00147H-3Z for ding@gnus.org; Wed, 30 Jan 2019 20:23:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:0z+nxx0pk+TKCNd8nI2dKmiSMHc= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88345 Archived-At: Eric S Fraga writes: > On Tuesday, 22 Jan 2019 at 15:45, Eric Abrahamsen wrote: >> Nope, wasn't able to figure it out. I can't find any messages that >> return that kind of marker structure for me. >> >> Here's one more version that might handle that case properly for you, >> and at the very least shouldn't error. > > Hi Eric, > > You may not have been able to figure it out but your new version works! > > I haven't tested it extensively but it definitely works for at least one > of my emails whereas the previous version did not work at all. I'll > start using it in anger and will let you know if and when it fails. > > Thanks and sorry for the delay (very busy time of year for me). Not at all, thanks for testing. I'll probably add this as it is, then, and fix further bugs as they arise. I ended up thinking this was more appropriate for the gnus-summary-article-map rather than the mime map, so the command will probably live at "A l". Eric