From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: luca.spinacci@selex-comms.com Newsgroups: gmane.emacs.help Subject: Regular expression with re-search-forward... Date: Fri, 3 Feb 2006 16:37:34 +0100 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1138996407 15172 80.91.229.2 (3 Feb 2006 19:53:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Feb 2006 19:53:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 03 20:53:24 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F56zO-000115-0Y for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Feb 2006 20:53:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F56rC-00011m-6Q for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Feb 2006 14:44:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F53Xs-0003G9-Qg for help-gnu-emacs@gnu.org; Fri, 03 Feb 2006 11:12:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F533X-0004zL-6J for help-gnu-emacs@gnu.org; Fri, 03 Feb 2006 10:41:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F533W-0004yb-29 for help-gnu-emacs@gnu.org; Fri, 03 Feb 2006 10:41:02 -0500 Original-Received: from [81.120.201.7] (helo=relay1.selex-comms.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F532X-0002bf-Kz for help-gnu-emacs@gnu.org; Fri, 03 Feb 2006 10:40:01 -0500 Original-Received: from gefss001 ([10.1.202.2]) by relay1.selex-comms.com (8.12.11/8.12.11) with ESMTP id k13FbeFc022042 for ; Fri, 3 Feb 2006 16:37:40 +0100 (CET) Sensitivity: Original-To: help-gnu-emacs@gnu.org X-MIMETrack: Serialize by Router on mgeg01/S/EXT/MM1(Release 6.5.3|September 14, 2004) at 02/03/2006 16:37:40 X-Mailman-Approved-At: Fri, 03 Feb 2006 13:51:55 -0500 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:32974 Archived-At: Hi all, I'm poorly skillled with regular expression and I'd like to use re-search-forward so that I can read MY_TYPE as follow: #define MY_TYPE value ^^^^^^^^^ and } MY_TYPE; ^^^^^^^^^ Thank you very much, L.Spinacci