From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50474 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Proposed patch Date: Sat, 01 Mar 2003 23:48:05 +0100 Organization: http://purl.org/harder/ Sender: owner-ding@hpc.uh.edu Message-ID: References: <84isvfe05f.fsf@lucy.is.informatik.uni-duisburg.de> <84d6lls5gk.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1046559568 27808 80.91.224.249 (1 Mar 2003 22:59:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 1 Mar 2003 22:59:28 +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 18pFx0-0007EO-00 for ; Sat, 01 Mar 2003 23:59:27 +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 18pFwj-0004B4-00; Sat, 01 Mar 2003 16:59:09 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 01 Mar 2003 17:00:09 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id QAA23103 for ; Sat, 1 Mar 2003 16:59:55 -0600 (CST) Original-Received: (qmail 18478 invoked by alias); 1 Mar 2003 22:58:52 -0000 Original-Received: (qmail 18473 invoked from network); 1 Mar 2003 22:58:51 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 1 Mar 2003 22:58:51 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18pGE8-0005hj-00 for ; Sun, 02 Mar 2003 00:17:08 +0100 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 37 Original-NNTP-Posting-Host: 0xc3f95293.esnxr1.ras.tele.dk Original-X-Trace: quimby.gnus.org 1046560628 21930 195.249.82.147 (1 Mar 2003 23:17:08 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 1 Mar 2003 23:17:08 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; Before if you wanted to use `gnus-article-refer-article' on message-ids > *without* »<>« that didn't work (allthough the button worked). That was > a situation I didn't like as I like to do nearly everything with the > keyboard. Now message-ids like > o news:foo.bar@baz.bat (which is a correct URI) > can also be searched with `C-c ^'. Try it at the moment it is not > possible. e.g. > o against > o against > o news: > (incorrect but can often be seen) against > o news:84d6lls5gk.fsf@lucy.is.informatik.uni-duisburg.de I found a couple of problems with it: * I think `gnus-button-mid-or-mail-regexp' is too restrictive. It's okay for automatic buttonizing, but when the user calls `gnus-article-refer-article' interactively, we shouldn't insist that the TLD is valid. E.g. these don't work: m3adh6bvr0.fsf@troodon.localdomain * It sometimes fails for a plain msg-id with no brackets or "news:", e.g. place point after the "@" and press `C-c ^' there: m3of55tt40.fsf@hamster.pflaesterer.de I've checked in another version. It appears to work for all the examples in this message -- but shout up if you find an example where it fails.