From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48574 Path: main.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.gnus.general Subject: Re: [patch] More buttons for emacs stuff, MIDs, mail addresses Date: Thu, 02 Jan 2003 19:00:07 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <878yy3qvo8.fsf@enberg.org> References: <3D6FED17.6040201@yahoo.com.cn> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041530478 3191 80.91.224.249 (2 Jan 2003 18:01:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 2 Jan 2003 18:01:18 +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 18U9ed-0000p8-00 for ; Thu, 02 Jan 2003 19:01:15 +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 18U9ef-0002NY-00; Thu, 02 Jan 2003 12:01:17 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 02 Jan 2003 12:02:10 -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 MAA24188 for ; Thu, 2 Jan 2003 12:01:57 -0600 (CST) Original-Received: (qmail 2946 invoked by alias); 2 Jan 2003 18:01:00 -0000 Original-Received: (qmail 2941 invoked from network); 2 Jan 2003 18:00:59 -0000 Original-Received: from mailc.telia.com (194.22.190.4) by 66.230.238.6 with SMTP; 2 Jan 2003 18:00:59 -0000 Original-Received: from d1o1112.telia.com (d1o1112.telia.com [213.67.192.241]) by mailc.telia.com (8.12.5/8.12.5) with ESMTP id h02I0oWX027198 for ; Thu, 2 Jan 2003 19:00:57 +0100 (CET) X-Original-Recipient: Original-Received: from rocksteady (h71n2fls32o1112.telia.com [213.65.65.71]) by d1o1112.telia.com (8.10.2/8.10.1) with ESMTP id h02I0oH10748 for ; Thu, 2 Jan 2003 19:00:50 +0100 (CET) Original-Received: by rocksteady (Postfix, from userid 1000) id 8398337EAB; Thu, 2 Jan 2003 19:00:07 +0100 (CET) Original-To: ding@gnus.org X-Now-Playing: Augustus Pablo - Up Warrika Hill In-Reply-To: (Reiner Steib's message of "Thu, 02 Jan 2003 17:47:43 +0100") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48574 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48574 Reiner Steib <4uce.02.r.steib@gmx.net> writes: > [1] E.g., what's the Lisp-RE equivalent for "^[0-9][0-9a-fA-F]{3,3}"? ^^^^^ This works in Emacs 21. Dunno about XEmacs. > Is "^[0-9][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][^0-9a-fA-F]" correct? I think so. It isn't pretty, but it should work.