From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/3809 Path: main.gmane.org!not-for-mail From: larsi@ifi.uio.no (Lars Magne Ingebrigtsen) Newsgroups: gmane.emacs.gnus.general Subject: Re: Buttons in the headers? Date: 02 Nov 1995 04:40:45 +0100 Organization: Dept. of Informatics, University of Oslo, Norway Sender: larsi@ifi.uio.no Message-ID: References: <199510301906.LAA12388@samsun.oracle.com> <199510302011.VAA05090@ssv4.dina.kvl.dk> <199510302121.NAA02710@steffi.accessone.com> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035144639 27361 80.91.224.250 (20 Oct 2002 20:10:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:10:39 +0000 (UTC) X-From-Line: ding-request@ifi.uio.no Wed Nov 1 21:46:20 1995 Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id VAA05600 for ; Wed, 1 Nov 1995 21:46:14 -0800 Original-Received: from surt.ifi.uio.no (4867@surt.ifi.uio.no [129.240.76.2]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 2 Nov 1995 04:40:48 +0100 Original-Received: (from larsi@localhost) by surt.ifi.uio.no ; Thu, 2 Nov 1995 04:40:46 +0100 Original-To: ding@ifi.uio.no In-Reply-To: Robert Nicholson's message of Mon, 30 Oct 1995 13:21:35 -0800 (PST) Original-Lines: 25 Xref: main.gmane.org gmane.emacs.gnus.general:3809 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:3809 Robert Nicholson writes: > Providing you get the regex's correct I find that > > (defun gnus-article-add-buttons (&optional force) > "Find external references in article and make them to buttons. [...] > ;(or (search-forward "\n\n" nil t) > ; (goto-char (point-max)) > ;) [...] > does the job for obvious reasons. No, not really. Message-IDs and mail addresses have the same syntax -- "<.*@.*>" (to be imprecise). So you'll get some false matches. There's a `gnus-article-add-buttons-to-head' in September which does what you want. -- Home is where the cat is.