From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: sokobania.01@gmail.com Newsgroups: gmane.emacs.help Subject: Re: how to find " on string Date: Tue, 16 Sep 2014 05:22:32 -0700 (PDT) Message-ID: <105957b9-89c9-4676-a863-a3df6eb192f3@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1410870326 14396 80.91.229.3 (16 Sep 2014 12:25:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Sep 2014 12:25:26 +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 14:25:19 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 1XTros-0004kb-GY for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Sep 2014 14:25:18 +0200 Original-Received: from localhost ([::1]:37676 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTror-0003Sf-SJ for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Sep 2014 08:25:17 -0400 X-Received: by 10.236.207.101 with SMTP id m65mr18931220yho.41.1410870152990; Tue, 16 Sep 2014 05:22:32 -0700 (PDT) X-Received: by 10.140.32.227 with SMTP id h90mr193qgh.26.1410870152917; Tue, 16 Sep 2014 05:22:32 -0700 (PDT) Original-Path: usenet.stanford.edu!s7no1193355qap.1!news-out.google.com!q8ni12qal.1!nntp.google.com!m5no1474857qaj.0!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=213.39.33.67; posting-account=6AmU8QoAAABkSb2sbJisGlnlR_egh2hP Original-NNTP-Posting-Host: 213.39.33.67 User-Agent: G2/1.0 Injection-Date: Tue, 16 Sep 2014 12:22:32 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:207675 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:99948 Archived-At: Just backquote the quote character inside the string like this: (setq my-str "a string with \"quoted quotes\" and other chars") (setq a-quote "\"") ; just a quote character