From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: stack overflow in regexp matcher with gdb Date: Fri, 15 Nov 2013 16:48:53 +0200 Message-ID: <83a9h5iuui.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1384526967 7269 80.91.229.3 (15 Nov 2013 14:49:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Nov 2013 14:49:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 15 15:49:32 2013 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 1VhKiB-0000kq-PW for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Nov 2013 15:49:31 +0100 Original-Received: from localhost ([::1]:60658 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhKiB-0005F4-G2 for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Nov 2013 09:49:31 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhKhw-0005Cy-3A for help-gnu-emacs@gnu.org; Fri, 15 Nov 2013 09:49:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VhKhp-0003o6-UB for help-gnu-emacs@gnu.org; Fri, 15 Nov 2013 09:49:16 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:48599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhKhp-0003lc-Lj for help-gnu-emacs@gnu.org; Fri, 15 Nov 2013 09:49:09 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MWB008007R4TG00@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Fri, 15 Nov 2013 16:49:08 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MWB008CW7TVQS40@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Fri, 15 Nov 2013 16:49:08 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:94500 Archived-At: > From: Stefan Monnier > Date: Fri, 15 Nov 2013 09:18:50 -0500 > > > Well I'm not fluent in Lisp so it's difficult for me to really understand > > what it's doing. > > My question was about GDB's behavior, regardless of what Emacs/Elisp might > do: in GDB's output can a " appear inside the ... of value="..." ? Yes. > If so, how is it quoted? With a backslash. In general, the THING in 'value="THING"' is a C string.