From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30977 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: The .. rule Date: 16 May 2000 09:29:21 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <00May12.111709edt.115683@gateway.intersys.com> <200005121547.RAA12153@marcy.cs.uni-dortmund.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167442 11459 80.91.224.250 (21 Oct 2002 02:30:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:30:42 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id 193E1D0520 for ; Tue, 16 May 2000 03:30:00 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id CAB17607; Tue, 16 May 2000 02:29:49 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 16 May 2000 02:29:17 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id CAA05828 for ; Tue, 16 May 2000 02:29:05 -0500 (CDT) Original-Received: from mraz.iskon.hr (mraz.iskon.hr [195.29.170.8]) by mailhost.sclp.com (Postfix) with ESMTP id 141BBD0520 for ; Tue, 16 May 2000 03:29:25 -0400 (EDT) Original-Received: (from hniksic@localhost) by mraz.iskon.hr (8.9.3/8.9.3/Debian 8.9.3-21) id JAA22311; Tue, 16 May 2000 09:29:21 +0200 X-Authentication-Warning: mraz.iskon.hr: hniksic set sender to hniksic@iskon.hr using -f Original-To: ding@gnus.org X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > Karl Kleinpaste writes: > > > M-x customize RET gnus-article-buttons RET > > Look at gnus-button-url-regexp. > > Strip off everything from the last "\|" to the end. > > Set, save, exit customize, exit Gnus, exit Emacs. > > Start a fresh Emacs, start Gnus. > > Yes, I know that, but I preffer to edit .gnus myself rather then > allowing automatic writing to .xemacs-options or .emacs. Then use `M-x find-variable RET gnus-button-url-regexp RET' to locate the variable definition, copy/paste it to your .gnus (remember to change `defvar' to `setq' and lose the docstring and custom options), and edit it at your leasure. > I found good string posted by > Per Abrahamsen This string is > just fine, not too much, not too small. (Main problem was strings and > regexps, this `|\(%' are hardly readible to me). Sigh, a standard problem in languages that don't support a regexp syntax.