From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: regex support Date: Fri, 29 Apr 2005 00:57:29 +0200 Message-ID: <2725d2773298b9d7a4628255b76187ce@Web.DE> References: <20050428212956.16723.qmail@web51902.mail.yahoo.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1114729639 11712 80.91.229.2 (28 Apr 2005 23:07:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Apr 2005 23:07:19 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 29 01:07:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DRI5j-0006A5-Jr for geh-help-gnu-emacs@m.gmane.org; Fri, 29 Apr 2005 01:06:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DRIBw-0001Zw-NT for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Apr 2005 19:13:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DRI9q-0000mU-Li for help-gnu-emacs@gnu.org; Thu, 28 Apr 2005 19:10:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DRI9n-0000fl-JR for help-gnu-emacs@gnu.org; Thu, 28 Apr 2005 19:10:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DRI9l-00007o-C6 for help-gnu-emacs@gnu.org; Thu, 28 Apr 2005 19:10:54 -0400 Original-Received: from [217.72.192.224] (helo=smtp06.web.de) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DRI0r-0001z8-Dh for help-gnu-emacs@gnu.org; Thu, 28 Apr 2005 19:01:41 -0400 Original-Received: from [84.245.189.121] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.105 #282) id 1DRHwl-0003wZ-00; Fri, 29 Apr 2005 00:57:27 +0200 In-Reply-To: <20050428212956.16723.qmail@web51902.mail.yahoo.com> Original-To: Ryan Bowman X-Mailer: Apple Mail (2.622) X-Sender: Peter_Dyballa@web.de X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:26127 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:26127 Am 28.04.2005 um 23:29 schrieb Ryan Bowman: > so I'm trying (for the year part) something like "[0-9]{4}" This should work: "[0-9]\{4\}" -- and this too: C-h i m Emacs RET m Regexps RET. -- Greetings Pete The human brain operates at only 10% of its capacity. The rest is overhead for the operating system.