From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Help with regexp Date: Wed, 2 Dec 2009 18:16:11 +0100 Message-ID: References: <87y6lmtnbx.fsf@galatea.local> <20091202051626.GA19970@tomas> <87vdgpbtlp.fsf@ergodik.univ-brest.fr> <87ocmhtsd2.fsf@fh-trier.de> <87d42xs4bi.fsf@fh-trier.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1259780917 18629 80.91.229.12 (2 Dec 2009 19:08:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Dec 2009 19:08:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andreas Politz Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 02 20:08:30 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NFuYf-0002Zt-TI for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Dec 2009 20:08:14 +0100 Original-Received: from localhost ([127.0.0.1]:42345 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFuYf-0003db-Au for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Dec 2009 14:08:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFsof-0000Pi-M8 for help-gnu-emacs@gnu.org; Wed, 02 Dec 2009 12:16:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFsoa-0000I6-Me for help-gnu-emacs@gnu.org; Wed, 02 Dec 2009 12:16:36 -0500 Original-Received: from [199.232.76.173] (port=42811 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFsoa-0000Hd-As for help-gnu-emacs@gnu.org; Wed, 02 Dec 2009 12:16:32 -0500 Original-Received: from mail-yx0-f191.google.com ([209.85.210.191]:41344) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFsoa-0006Fn-5x for help-gnu-emacs@gnu.org; Wed, 02 Dec 2009 12:16:32 -0500 Original-Received: by yxe29 with SMTP id 29so952928yxe.14 for ; Wed, 02 Dec 2009 09:16:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=Yc3wD1CNtaT9NZCVTgB/2MLI/Qc1KPf4aLh761nC1Tc=; b=tig28dzaffyp7mvo/hPEsNAlEOpknWnQPZs0LddkZmlt3X+KdQhTTPgK/WpYCIE59e ZgxsYWlmIP7vsG/1HqzQu16dSaSUYkPcuiOBrbtjWnw942OSqz3uIkcd7jJEukOPYBOW Tq3lC4vYFOmxKpNx42CtoruDvNzUYAV/RLD04= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=hq+LfIM5j2ccYp318HY3NPHtFoj/n060XVVjb9DIPpZYrkVKyTP8oFbACala/AZ0fn riz/OZaq5p7RX5R/jMjXMFp/aNZA0d2LfPQeHawll93WXk1hJeKnE6UAj8vyoOcV/9J+ Xcrhf/eilHzh60dFMWoId99BCDSGjoI8zTqOs= Original-Received: by 10.101.143.37 with SMTP id v37mr379581ann.182.1259774191301; Wed, 02 Dec 2009 09:16:31 -0800 (PST) In-Reply-To: <87d42xs4bi.fsf@fh-trier.de> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:70332 Archived-At: On Wed, Dec 2, 2009 at 5:56 PM, Andreas Politz wrote: > > This reminds me of something else regexp related, =C2=A0though fixable. > Navigating point inside a regexp is very painfully. How does it hurt?