From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Renato Pontefice Newsgroups: gmane.emacs.help Subject: Re: how to find " on string Date: Tue, 16 Sep 2014 07:54:03 -0700 (PDT) Message-ID: <3b48236d-e5f8-454f-ad5e-932d31e71482@googlegroups.com> References: <90e73c07-3e68-42ab-8d93-2a17d210ebdd@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1410879335 4783 80.91.229.3 (16 Sep 2014 14:55:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Sep 2014 14:55:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 16 16:55:29 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XTuAB-0007LV-6r for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Sep 2014 16:55:27 +0200 Original-Received: from localhost ([::1]:38469 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTuAA-0001jp-Rk for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Sep 2014 10:55:26 -0400 X-Received: by 10.50.153.98 with SMTP id vf2mr16024193igb.5.1410879244045; Tue, 16 Sep 2014 07:54:04 -0700 (PDT) X-Received: by 10.140.108.203 with SMTP id j69mr11464qgf.30.1410879244007; Tue, 16 Sep 2014 07:54:04 -0700 (PDT) Original-Path: usenet.stanford.edu!r10no3290674igi.0!news-out.google.com!q8ni9qal.1!nntp.google.com!s7no1222173qap.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.118.42.225; posting-account=u2YPPQoAAAD4EIiLgz2UEPmFMncWw22R Original-NNTP-Posting-Host: 2.118.42.225 User-Agent: G2/1.0 Injection-Date: Tue, 16 Sep 2014 14:54:04 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:207687 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99960 Archived-At: Il giorno marted=EC 16 settembre 2014 16:27:44 UTC+2, sokoba...@gmail.com h= a scritto: > Le mardi 16 septembre 2014 15:35:47 UTC+2, Renato Pontefice a =E9crit=A0: >=20 >=20 >=20 > > nothing works...:-( >=20 > > maybe I made some mistake. >=20 > > Can someone add, in thist line of code >=20 > > (skip-chars-forward "A-Z_\\(0-9\)") >=20 > > the right char to skip the " (double quote) ? >=20 >=20 >=20 > Have you read my previous post? >=20 > Have you read Eric Abrahamsen's last post? >=20 >=20 >=20 > Have you tried (skip-chars-forward "A-Z_0-9\"") ? Yes, I have done all.=20 MORE I've anderstund what I made wrong. :-( the character intercepted, was not the ", but another one (it's difficult f= or me, why. But, trust me, it was another ;-) . Now, I've understand the error... and all works great! Thaks to all Renato