From unknown Wed Aug 20 06:40:37 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#10765 <10765@debbugs.gnu.org> To: bug#10765 <10765@debbugs.gnu.org> Subject: Status: 24.0.93; gdb-mi cannot transmit commands containing double quotes Reply-To: bug#10765 <10765@debbugs.gnu.org> Date: Wed, 20 Aug 2025 13:40:37 +0000 retitle 10765 24.0.93; gdb-mi cannot transmit commands containing double qu= otes reassign 10765 emacs submitter 10765 Jim Blandy severity 10765 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 08 16:03:46 2012 Received: (at submit) by debbugs.gnu.org; 8 Feb 2012 21:03:46 +0000 Received: from localhost ([127.0.0.1]:32860 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RvEg4-0004Nc-UN for submit@debbugs.gnu.org; Wed, 08 Feb 2012 16:03:46 -0500 Received: from eggs.gnu.org ([140.186.70.92]:49287) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RvEap-0004Ey-UX for submit@debbugs.gnu.org; Wed, 08 Feb 2012 15:58:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvEZe-0005dK-9f for submit@debbugs.gnu.org; Wed, 08 Feb 2012 15:57:11 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:53473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvEZe-0005dG-84 for submit@debbugs.gnu.org; Wed, 08 Feb 2012 15:57:06 -0500 Received: from eggs.gnu.org ([140.186.70.92]:42085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvEZc-0002rb-2b for bug-gnu-emacs@gnu.org; Wed, 08 Feb 2012 15:57:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvEZZ-0005ck-Of for bug-gnu-emacs@gnu.org; Wed, 08 Feb 2012 15:57:04 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:38225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvEZZ-0005cR-H7 for bug-gnu-emacs@gnu.org; Wed, 08 Feb 2012 15:57:01 -0500 Received: by wibhj13 with SMTP id hj13so920839wib.0 for ; Wed, 08 Feb 2012 12:56:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=VABrUj1ztNuk90YZNZIAYGqAqKQmVZbwYD3ECWugNWw=; b=IBPdTbtAUpCEA9qpwh0YZmZvOuCR6Jr27KkuHMkLafr6DmAyQeTxF+EF6yehBWy6Ec NWGC2cLJvJFR5QSCnRg9UYfeQZBZCfksodLSYrOUM096v97j2F8yd7hjd4yQfQZU4Ar+ JNzW7IWVEicFtGzQ+M5jeMuuC2Sppd4PnkgQI= MIME-Version: 1.0 Received: by 10.180.83.104 with SMTP id p8mr28908760wiy.4.1328734619499; Wed, 08 Feb 2012 12:56:59 -0800 (PST) Received: by 10.216.166.147 with HTTP; Wed, 8 Feb 2012 12:56:59 -0800 (PST) Date: Wed, 8 Feb 2012 12:56:59 -0800 X-Google-Sender-Auth: Fi4hX-4m0YnR6aHrOls_VWq6LrQ Message-ID: Subject: 24.0.93; gdb-mi cannot transmit commands containing double quotes From: Jim Blandy To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 08 Feb 2012 16:03:43 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.4 (---) When I start debugging a program with M-x gdb, and type the command: (gdb) print "fleen" The following message appears in the minibuffer: Problem parsing arguments: interpreter-exec console "print "fleen"" This problem occurs because gdb-send fails to properly quote the arguments to the "-interpreter-exec console" MI packet it sends. In GNU Emacs 24.0.93.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1) of 2012-02-08 on fyodor Windowing system distributor `The X.Org Foundation', version 11.0.10706000 Configured using: `configure '--prefix=/home/jimb/emacs' 'CFLAGS=-g3 -O0'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.utf8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: erc-track-mode: t erc-track-minor-mode: t erc-ring-mode: t erc-notify-mode: t erc-networks-mode: t erc-netsplit-mode: t erc-menu-mode: t erc-match-mode: t erc-list-mode: t erc-pcomplete-mode: t erc-button-mode: t erc-fill-mode: t erc-stamp-mode: t erc-autojoin-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-move-to-prompt-mode: t erc-readonly-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x C-f e m a c s / e m a c s / . g i t / c o n f i g M-x m a n g i t - p u s h C-x 0 q q C-x C-y C-x C-y C-x C-f e m a c s e m a s c l i c s / l i s p r o g g m g d b - m C-v C-v C-v C-s - g d b - q u C-a C-s g d b - m i - q u o t e C-s C-a C-x C-v C-s g d b - m i - q u o t e C-a M-x e v a l - b u f f M-x g d b ~ / m o z / d b g / j s / s r c / o b j ~ / j s p r i n t SPC " f l e e n " C-x 2 C-x o C-x b * M e s M-x m e m a c s - r e r e p o r t - e m C-g M-x e m a c s - r e b u b u g r e p o r t Recent messages: Loading vc-git...done Invoking man git-push in the background Please wait: formatting the git-push man page... git-push man page formatted Making completion list... Mark saved where search started [3 times] Problem parsing arguments: interpreter-exec console "print "fleen"" Making completion list... Quit Making completion list... [2 times] Load-path shadows: /home/jimb/elisp/psvn hides /usr/share/emacs/site-lisp/psvn /home/jimb/moz/elisp/diff-mode hides /home/jimb/emacs/share/emacs/24.0.93/lisp/vc/diff-mode /home/jimb/elisp/rst hides /home/jimb/emacs/share/emacs/24.0.93/lisp/textmodes/rst /home/jimb/.emacs.d/org-7.5/lisp/org-faces hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-faces /home/jimb/.emacs.d/org-7.5/lisp/ob-keys hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-keys /home/jimb/.emacs.d/org-7.5/lisp/org-taskjuggler hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-taskjuggler /home/jimb/.emacs.d/org-7.5/lisp/ob-C hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-C /home/jimb/.emacs.d/org-7.5/lisp/org-capture hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-capture /home/jimb/.emacs.d/org-7.5/lisp/org-freemind hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-freemind /home/jimb/.emacs.d/org-7.5/lisp/org-datetree hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-datetree /home/jimb/.emacs.d/org-7.5/lisp/org-publish hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-publish /home/jimb/.emacs.d/org-7.5/lisp/ob-exp hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-exp /home/jimb/.emacs.d/org-7.5/lisp/ob-js hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-js /home/jimb/.emacs.d/org-7.5/lisp/ob-ocaml hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-ocaml /home/jimb/.emacs.d/org-7.5/lisp/org-ctags hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-ctags /home/jimb/.emacs.d/org-7.5/lisp/ob-R hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-R /home/jimb/.emacs.d/org-7.5/lisp/org-footnote hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-footnote /home/jimb/.emacs.d/org-7.5/lisp/ob-gnuplot hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-gnuplot /home/jimb/.emacs.d/org-7.5/lisp/org-remember hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-remember /home/jimb/.emacs.d/org-7.5/lisp/org-irc hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-irc /home/jimb/.emacs.d/org-7.5/lisp/org-clock hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-clock /home/jimb/.emacs.d/org-7.5/lisp/ob-calc hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-calc /home/jimb/.emacs.d/org-7.5/lisp/org-docbook hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-docbook /home/jimb/.emacs.d/org-7.5/lisp/org-timer hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-timer /home/jimb/.emacs.d/org-7.5/lisp/ob-emacs-lisp hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-emacs-lisp /home/jimb/.emacs.d/org-7.5/lisp/org-table hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-table /home/jimb/.emacs.d/org-7.5/lisp/ob-ruby hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-ruby /home/jimb/.emacs.d/org-7.5/lisp/org-info hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-info /home/jimb/.emacs.d/org-7.5/lisp/org-vm hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-vm /home/jimb/.emacs.d/org-7.5/lisp/org-pcomplete hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-pcomplete /home/jimb/.emacs.d/org-7.5/lisp/ob-css hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-css /home/jimb/.emacs.d/org-7.5/lisp/ob-tangle hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-tangle /home/jimb/.emacs.d/org-7.5/lisp/org-install hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-install /home/jimb/.emacs.d/org-7.5/lisp/ob-ledger hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-ledger /home/jimb/.emacs.d/org-7.5/lisp/org-archive hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-archive /home/jimb/.emacs.d/org-7.5/lisp/org hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org /home/jimb/.emacs.d/org-7.5/lisp/org-beamer hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-beamer /home/jimb/.emacs.d/org-7.5/lisp/org-colview hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-colview /home/jimb/.emacs.d/org-7.5/lisp/org-latex hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-latex /home/jimb/.emacs.d/org-7.5/lisp/org-wl hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-wl /home/jimb/.emacs.d/org-7.5/lisp/org-habit hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-habit /home/jimb/.emacs.d/org-7.5/lisp/ob-lob hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-lob /home/jimb/.emacs.d/org-7.5/lisp/org-bibtex hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-bibtex /home/jimb/.emacs.d/org-7.5/lisp/ob-python hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-python /home/jimb/.emacs.d/org-7.5/lisp/org-exp hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-exp /home/jimb/.emacs.d/org-7.5/lisp/org-indent hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-indent /home/jimb/.emacs.d/org-7.5/lisp/ob-scheme hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-scheme /home/jimb/.emacs.d/org-7.5/lisp/ob-sh hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-sh /home/jimb/.emacs.d/org-7.5/lisp/org-mobile hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-mobile /home/jimb/.emacs.d/org-7.5/lisp/ob hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob /home/jimb/.emacs.d/org-7.5/lisp/org-gnus hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-gnus /home/jimb/.emacs.d/org-7.5/lisp/org-compat hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-compat /home/jimb/.emacs.d/org-7.5/lisp/org-mhe hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-mhe /home/jimb/.emacs.d/org-7.5/lisp/org-w3m hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-w3m /home/jimb/.emacs.d/org-7.5/lisp/org-src hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-src /home/jimb/.emacs.d/org-7.5/lisp/ob-lisp hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-lisp /home/jimb/.emacs.d/org-7.5/lisp/org-docview hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-docview /home/jimb/.emacs.d/org-7.5/lisp/ob-screen hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-screen /home/jimb/.emacs.d/org-7.5/lisp/org-list hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-list /home/jimb/.emacs.d/org-7.5/lisp/ob-eval hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-eval /home/jimb/.emacs.d/org-7.5/lisp/ob-haskell hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-haskell /home/jimb/.emacs.d/org-7.5/lisp/org-exp-blocks hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-exp-blocks /home/jimb/.emacs.d/org-7.5/lisp/org-id hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-id /home/jimb/.emacs.d/org-7.5/lisp/org-attach hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-attach /home/jimb/.emacs.d/org-7.5/lisp/org-rmail hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-rmail /home/jimb/.emacs.d/org-7.5/lisp/ob-latex hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-latex /home/jimb/.emacs.d/org-7.5/lisp/org-mouse hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-mouse /home/jimb/.emacs.d/org-7.5/lisp/ob-octave hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-octave /home/jimb/.emacs.d/org-7.5/lisp/ob-comint hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-comint /home/jimb/.emacs.d/org-7.5/lisp/ob-ref hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-ref /home/jimb/.emacs.d/org-7.5/lisp/org-special-blocks hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-special-blocks /home/jimb/.emacs.d/org-7.5/lisp/ob-sql hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-sql /home/jimb/.emacs.d/org-7.5/lisp/ob-table hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-table /home/jimb/.emacs.d/org-7.5/lisp/org-mks hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-mks /home/jimb/.emacs.d/org-7.5/lisp/org-plot hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-plot /home/jimb/.emacs.d/org-7.5/lisp/ob-mscgen hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-mscgen /home/jimb/.emacs.d/org-7.5/lisp/org-mew hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-mew /home/jimb/.emacs.d/org-7.5/lisp/org-icalendar hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-icalendar /home/jimb/.emacs.d/org-7.5/lisp/ob-clojure hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-clojure /home/jimb/.emacs.d/org-7.5/lisp/org-inlinetask hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-inlinetask /home/jimb/.emacs.d/org-7.5/lisp/ob-dot hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-dot /home/jimb/.emacs.d/org-7.5/lisp/org-agenda hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-agenda /home/jimb/.emacs.d/org-7.5/lisp/org-protocol hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-protocol /home/jimb/.emacs.d/org-7.5/lisp/org-entities hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-entities /home/jimb/.emacs.d/org-7.5/lisp/ob-asymptote hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-asymptote /home/jimb/.emacs.d/org-7.5/lisp/ob-sqlite hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-sqlite /home/jimb/.emacs.d/org-7.5/lisp/org-feed hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-feed /home/jimb/.emacs.d/org-7.5/lisp/org-ascii hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-ascii /home/jimb/.emacs.d/org-7.5/lisp/ob-matlab hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-matlab /home/jimb/.emacs.d/org-7.5/lisp/ob-org hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-org /home/jimb/.emacs.d/org-7.5/lisp/org-bbdb hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-bbdb /home/jimb/.emacs.d/org-7.5/lisp/org-xoxo hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-xoxo /home/jimb/.emacs.d/org-7.5/lisp/org-macs hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-macs /home/jimb/.emacs.d/org-7.5/lisp/org-mac-message hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-mac-message /home/jimb/.emacs.d/org-7.5/lisp/ob-ditaa hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-ditaa /home/jimb/.emacs.d/org-7.5/lisp/org-html hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-html /home/jimb/.emacs.d/org-7.5/lisp/org-jsinfo hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-jsinfo /home/jimb/.emacs.d/org-7.5/lisp/ob-sass hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-sass /home/jimb/.emacs.d/org-7.5/lisp/org-crypt hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/org-crypt /home/jimb/.emacs.d/org-7.5/lisp/ob-perl hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-perl /home/jimb/.emacs.d/org-7.5/lisp/ob-plantuml hides /home/jimb/emacs/share/emacs/24.0.93/lisp/org/ob-plantuml Features: (shadow sort gnus-cite mail-extr gnus-msg gnus-art mm-uu mml2015 epg-config mm-view mml-smime smime dig gnus-sum nnoo gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-int gnus-range gnus-win message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader gnus gnus-ems nnheader emacsbug gdb-mi help-fns derived bindat json gud easy-mmode multi-isearch help-mode view tabify man vc-git conf-mode newcomment gnutls network-stream starttls tls erc-track erc-ring erc-notify erc-networks erc-netsplit erc-menu easymenu erc-match erc-pcomplete pcomplete comint ring erc-button erc-fill erc-stamp wid-edit erc-join erc-goodies erc erc-backend erc-compat format-spec thingatpt pp sendmail rfc2047 rfc2045 ietf-drums mail-utils patchutils jimb-patch page-ext server alt-dired-view dired diff-find-mq-file mozilla-c-style google-c-style cc-styles cc-align cc-engine cc-vars cc-defs regexp-opt jimb-frames ffap org-install bugzilla url url-proxy url-privacy url-expand url-methods url-history url-cookie url-util url-parse auth-source eieio byte-opt bytecomp byte-compile cconv macroexp assoc gnus-util password-cache url-vars mm-util mail-prsvr mailcap jimb-js edmacro kmacro mercurial-queues cl js2-mode-autoloads package reporter time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 08 16:05:48 2012 Received: (at 10765) by debbugs.gnu.org; 8 Feb 2012 21:05:48 +0000 Received: from localhost ([127.0.0.1]:32868 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RvEi4-0004RC-E2 for submit@debbugs.gnu.org; Wed, 08 Feb 2012 16:05:48 -0500 Received: from mail-ww0-f46.google.com ([74.125.82.46]:36100) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RvEi1-0004Qj-S0 for 10765@debbugs.gnu.org; Wed, 08 Feb 2012 16:05:46 -0500 Received: by wgbdt14 with SMTP id dt14so936510wgb.15 for <10765@debbugs.gnu.org>; Wed, 08 Feb 2012 13:04:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=H4WGV1djIMyxJ1V4XaAHWN7+uazcQX9wXC5YchsMy7U=; b=G/AG503xHACcvqqwqY0znmZKWtxuVnLIiT8vZ7rX1fcbfFGcOTqUUEFiun3ophx/3R wnfa0t60co+Lm6rNUcw7ppvaF94zpGzw0EW8scVkkz+jgm54N2F3AYXkkX10S7LwcoLh CZlaE4kJWV2jrkq+4bKTfYSJYEcURqstnlkVo= MIME-Version: 1.0 Received: by 10.180.84.201 with SMTP id b9mr43343010wiz.4.1328735076859; Wed, 08 Feb 2012 13:04:36 -0800 (PST) Received: by 10.216.166.147 with HTTP; Wed, 8 Feb 2012 13:04:36 -0800 (PST) Date: Wed, 8 Feb 2012 13:04:36 -0800 X-Google-Sender-Auth: LrJ0evXO_AQ5RpPTyCa3ALlMKGg Message-ID: Subject: Patch to fix this bug From: Jim Blandy To: 10765@debbugs.gnu.org Content-Type: multipart/mixed; boundary=f46d0442875041be5804b87a3e99 X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 10765 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) --f46d0442875041be5804b87a3e99 Content-Type: text/plain; charset=ISO-8859-1 Attached is a patch to fix this bug. --f46d0442875041be5804b87a3e99 Content-Type: text/x-patch; charset=US-ASCII; name="gdb-mi-quotes.patch" Content-Disposition: attachment; filename="gdb-mi-quotes.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gyeujkyj0 ZGlmZiAtLWdpdCBhL2xpc3AvQ2hhbmdlTG9nIGIvbGlzcC9DaGFuZ2VMb2cKaW5kZXggYmUxMmE3 My4uMDBjZDdkYiAxMDA2NDQKLS0tIGEvbGlzcC9DaGFuZ2VMb2cKKysrIGIvbGlzcC9DaGFuZ2VM b2cKQEAgLTE1Niw2ICsxNTYsMTMgQEAKIAogCSogaWRvLmVsIChpZG8tZmluZC1maWxlKTogRG9j IGZpeCAoaWRvLXRvZ2dsZS12YyBub3Qgb24gYW55IGtleSkuCiAKKzIwMTItMDItMDQgIEppbSBC bGFuZHkgIDxqaW1iQHJlZC1iZWFuLmNvbT4KKworCSogcHJvZ21vZGVzL2dkYi1taS5lbCAoZ2Ri LW1pLXF1b3RlKTogTmV3IGZ1bmN0aW9uLgorCShnZGItc2VuZCk6IEFwcGx5IGl0IHRvIHRoZSBv cGVyYW5kIG9mIHRoZSAnLWludGVycHJldGVyLWV4ZWMKKwljb25zb2xlJyBjb21tYW5kLCBzbyB0 aGF0IHdlIGNhbiBwYXNzIGFyZ3VtZW50cyB3aXRoIChzYXkpIHF1b3RlcworCWluIHRoZW0uCisK IDIwMTItMDItMDMgIEdsZW5uIE1vcnJpcyAgPHJnbUBnbnUub3JnPgogCiAJKiBpbWFnZS5lbCAo aW1hZ2UtYW5pbWF0ZWQtcCk6IERvYyBmaXguICBVc2UgaW1hZ2UtYW5pbWF0ZWQtdHlwZXMuCmRp ZmYgLS1naXQgYS9saXNwL3Byb2dtb2Rlcy9nZGItbWkuZWwgYi9saXNwL3Byb2dtb2Rlcy9nZGIt bWkuZWwKaW5kZXggMzAxNzE0ZS4uNmZmYjY3ZSAxMDA2NDQKLS0tIGEvbGlzcC9wcm9nbW9kZXMv Z2RiLW1pLmVsCisrKyBiL2xpc3AvcHJvZ21vZGVzL2dkYi1taS5lbApAQCAtMTY3Miw4ICsxNjcy LDYgQEAgc3RhdGljIGNoYXIgKm1hZ2lja1tdID0gewogICAoaWYgKG5vdCAoc3RyaW5nPSAiIiBz dHJpbmcpKQogICAgICAgKHNldHEgZ2RiLWxhc3QtY29tbWFuZCBzdHJpbmcpCiAgICAgKGlmIGdk Yi1sYXN0LWNvbW1hbmQgKHNldHEgc3RyaW5nIGdkYi1sYXN0LWNvbW1hbmQpKSkKLSAgKGlmIGdk Yi1lbmFibGUtZGVidWcKLSAgICAgIChwdXNoIChjb25zICdtaS1zZW5kIChjb25jYXQgc3RyaW5n ICJcbiIpKSBnZGItZGVidWctbG9nKSkKICAgKGlmIChzdHJpbmctbWF0Y2ggIl4tIiBzdHJpbmcp CiAgICAgICA7OyBNSSBjb21tYW5kCiAgICAgICAocHJvZ24KQEAgLTE2ODMsMTAgKzE2ODEsMjMg QEAgc3RhdGljIGNoYXIgKm1hZ2lja1tdID0gewogICAgIChpZiAoc3RyaW5nLW1hdGNoICJcXFxc JCIgc3RyaW5nKQogCShzZXRxIGdkYi1jb250aW51YXRpb24gKGNvbmNhdCBnZGItY29udGludWF0 aW9uIHN0cmluZyAiXG4iKSkKICAgICAgIChzZXRxIGdkYi1maXJzdC1kb25lLW9yLWVycm9yIHQp Ci0gICAgICAocHJvY2Vzcy1zZW5kLXN0cmluZyBwcm9jIChjb25jYXQgIi1pbnRlcnByZXRlci1l eGVjIGNvbnNvbGUgXCIiCi0JCQkJCWdkYi1jb250aW51YXRpb24gc3RyaW5nICJcIlxuIikpCisg ICAgICAobGV0ICgodG8tc2VuZCAoY29uY2F0ICItaW50ZXJwcmV0ZXItZXhlYyBjb25zb2xlICIK KyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKGdkYi1taS1xdW90ZSBzdHJpbmcpCisgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICJcbiIpKSkKKyAgICAgICAgKGlmIGdkYi1lbmFibGUt ZGVidWcKKyAgICAgICAgICAgIChwdXNoIChjb25zICdtaS1zZW5kIHRvLXNlbmQpIGdkYi1kZWJ1 Zy1sb2cpKQorICAgICAgICAocHJvY2Vzcy1zZW5kLXN0cmluZyBwcm9jIHRvLXNlbmQpKQogICAg ICAgKHNldHEgZ2RiLWNvbnRpbnVhdGlvbiBuaWwpKSkpCiAKKyhkZWZ1biBnZGItbWktcXVvdGUg KHN0cmluZykKKyAgIlJldHVybiBTVFJJTkcgcXVvdGVkIHByb3Blcmx5IGFzIGFuIE1JIGFyZ3Vt ZW50LgorVGhlIHN0cmluZyBpcyBlbmNsb3NlZCBpbiBkb3VibGUgcXVvdGVzLgorQWxsIGVtYmVk ZGVkIHF1b3RlcyBhcmUgcmVwbGFjZWQgd2l0aCBcIlxcXCJcIi4KK0FsbCBlbWJlZGRlZCBuZXds aW5lcyBhcmUgcmVwbGFjZWQgd2l0aCBcIlxcblwiLiIKKyAgKGxldCogKChxdW90ZXMgKHJlcGxh Y2UtcmVnZXhwLWluLXN0cmluZyAiXCIiICJcXFwiIiBzdHJpbmcgdCB0KSkKKyAgICAgICAgIChu ZXdsaW5lcyAocmVwbGFjZS1yZWdleHAtaW4tc3RyaW5nICJcbiIgIlxcbiIgcXVvdGVzIHQgdCkp KQorICAgIChjb25jYXQgIlwiIiBuZXdsaW5lcyAiXCIiKSkpCisKIChkZWZ1biBnZGItaW5wdXQg KGNvbW1hbmQgaGFuZGxlci1mdW5jdGlvbikKICAgIlNlbmQgQ09NTUFORCB0byBHREIgdmlhIHRo ZSBNSSBpbnRlcmZhY2UuCiBSdW4gdGhlIGZ1bmN0aW9uIEhBTkRMRVItRlVOQ1RJT04sIHdpdGgg bm8gYXJndW1lbnRzLCBvbmNlIHRoZSBjb21tYW5kIGlzCg== --f46d0442875041be5804b87a3e99-- From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 08 16:34:04 2012 Received: (at 10765) by debbugs.gnu.org; 8 Feb 2012 21:34:04 +0000 Received: from localhost ([127.0.0.1]:32880 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RvF9Q-00057l-GS for submit@debbugs.gnu.org; Wed, 08 Feb 2012 16:34:04 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:52564) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RvF9O-00057J-EY for 10765@debbugs.gnu.org; Wed, 08 Feb 2012 16:34:03 -0500 Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 5F71218000E6; Wed, 8 Feb 2012 22:32:57 +0100 (CET) X-Auth-Info: Gg0o7tTpas700V+I54zFZVJV0KgqzCIt6J+x+vLRSJQ= Received: from igel.home (ppp-88-217-126-60.dynamic.mnet-online.de [88.217.126.60]) by mail.mnet-online.de (Postfix) with ESMTPA id 708791C00131; Wed, 8 Feb 2012 22:32:57 +0100 (CET) Received: by igel.home (Postfix, from userid 501) id 2E05CCA299; Wed, 8 Feb 2012 22:32:57 +0100 (CET) From: Andreas Schwab To: Jim Blandy Subject: Re: bug#10765: Patch to fix this bug References: X-Yow: It's today's SPECIAL! Date: Wed, 08 Feb 2012 22:32:56 +0100 In-Reply-To: (Jim Blandy's message of "Wed, 8 Feb 2012 13:04:36 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 10765 Cc: 10765@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Jim Blandy writes: > +(defun gdb-mi-quote (string) > + "Return STRING quoted properly as an MI argument. > +The string is enclosed in double quotes. > +All embedded quotes are replaced with \"\\\"\". > +All embedded newlines are replaced with \"\\n\"." What about backslashes? Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 09 14:15:48 2012 Received: (at 10765) by debbugs.gnu.org; 9 Feb 2012 19:15:48 +0000 Received: from localhost ([127.0.0.1]:34041 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RvZT6-0006uF-Co for submit@debbugs.gnu.org; Thu, 09 Feb 2012 14:15:47 -0500 Received: from mail-we0-f172.google.com ([74.125.82.172]:64300) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RvZT3-0006ty-BC for 10765@debbugs.gnu.org; Thu, 09 Feb 2012 14:15:43 -0500 Received: by werm10 with SMTP id m10so1407763wer.3 for <10765@debbugs.gnu.org>; Thu, 09 Feb 2012 11:14:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=RzKdrkcxSkfhOO2G9nnBZ1FUcN6VIPpU69Ce6ldrXBQ=; b=d3b8Q5fmJLfQBfeasUX+pSm5hL8iJlioNC5Xz7XuS+TPYL6yprvf2JGxValMVcpGK1 V/OpA2Uk7JVtRt4nijlM3iI6pbMurnB3ILkXoLBay3bkSE8i+Go4HAmTxUeBd90PnV9n ZGx13sZxLU7z45Arzcwv4YcyLl/xth6/btBcg= MIME-Version: 1.0 Received: by 10.180.78.130 with SMTP id b2mr35162399wix.1.1328814866804; Thu, 09 Feb 2012 11:14:26 -0800 (PST) Received: by 10.216.166.147 with HTTP; Thu, 9 Feb 2012 11:14:26 -0800 (PST) In-Reply-To: References: Date: Thu, 9 Feb 2012 11:14:26 -0800 X-Google-Sender-Auth: QB7FStdt2Q8gobECzFibPBDCTvA Message-ID: Subject: Re: bug#10765: Patch to fix this bug From: Jim Blandy To: Andreas Schwab Content-Type: multipart/mixed; boundary=f46d043438ac1bae4b04b88cd2a4 X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 10765 Cc: 10765@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) --f46d043438ac1bae4b04b88cd2a4 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Feb 8, 2012 at 1:32 PM, Andreas Schwab wrote: > What about backslashes? Duh --- thanks. Revised patch attached. --f46d043438ac1bae4b04b88cd2a4 Content-Type: text/x-patch; charset=US-ASCII; name="gdb-mi-quotes.patch" Content-Disposition: attachment; filename="gdb-mi-quotes.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gyg622lo0 bGlzcC9DaGFuZ2VMb2c6CjIwMTItMDItMDQgIEppbSBCbGFuZHkgIDxqaW1iQHJlZC1iZWFuLmNv bT4KCgkqIHByb2dtb2Rlcy9nZGItbWkuZWwgKGdkYi1taS1xdW90ZSk6IE5ldyBmdW5jdGlvbi4K CShnZGItc2VuZCk6IEFwcGx5IGl0IHRvIHRoZSBvcGVyYW5kIG9mIHRoZSAnLWludGVycHJldGVy LWV4ZWMKCWNvbnNvbGUnIGNvbW1hbmQsIHNvIHRoYXQgd2UgY2FuIHBhc3MgYXJndW1lbnRzIHdp dGggKHNheSkgcXVvdGVzCglpbiB0aGVtLiBTdG9yZSB0aGUgZXhhY3Qgc3RyaW5nIHNlbnQgaW4g Z2RiLWRlYnVnLWxvZy4KCmRpZmYgLS1naXQgYS9saXNwL3Byb2dtb2Rlcy9nZGItbWkuZWwgYi9s aXNwL3Byb2dtb2Rlcy9nZGItbWkuZWwKaW5kZXggMzAxNzE0ZS4uMGM0NWMzZiAxMDA2NDQKLS0t IGEvbGlzcC9wcm9nbW9kZXMvZ2RiLW1pLmVsCisrKyBiL2xpc3AvcHJvZ21vZGVzL2dkYi1taS5l bApAQCAtMTY3Miw4ICsxNjcyLDYgQEAgc3RhdGljIGNoYXIgKm1hZ2lja1tdID0gewogICAoaWYg KG5vdCAoc3RyaW5nPSAiIiBzdHJpbmcpKQogICAgICAgKHNldHEgZ2RiLWxhc3QtY29tbWFuZCBz dHJpbmcpCiAgICAgKGlmIGdkYi1sYXN0LWNvbW1hbmQgKHNldHEgc3RyaW5nIGdkYi1sYXN0LWNv bW1hbmQpKSkKLSAgKGlmIGdkYi1lbmFibGUtZGVidWcKLSAgICAgIChwdXNoIChjb25zICdtaS1z ZW5kIChjb25jYXQgc3RyaW5nICJcbiIpKSBnZGItZGVidWctbG9nKSkKICAgKGlmIChzdHJpbmct bWF0Y2ggIl4tIiBzdHJpbmcpCiAgICAgICA7OyBNSSBjb21tYW5kCiAgICAgICAocHJvZ24KQEAg LTE2ODMsMTAgKzE2ODEsMjIgQEAgc3RhdGljIGNoYXIgKm1hZ2lja1tdID0gewogICAgIChpZiAo c3RyaW5nLW1hdGNoICJcXFxcJCIgc3RyaW5nKQogCShzZXRxIGdkYi1jb250aW51YXRpb24gKGNv bmNhdCBnZGItY29udGludWF0aW9uIHN0cmluZyAiXG4iKSkKICAgICAgIChzZXRxIGdkYi1maXJz dC1kb25lLW9yLWVycm9yIHQpCi0gICAgICAocHJvY2Vzcy1zZW5kLXN0cmluZyBwcm9jIChjb25j YXQgIi1pbnRlcnByZXRlci1leGVjIGNvbnNvbGUgXCIiCi0JCQkJCWdkYi1jb250aW51YXRpb24g c3RyaW5nICJcIlxuIikpCisgICAgICAobGV0ICgodG8tc2VuZCAoY29uY2F0ICItaW50ZXJwcmV0 ZXItZXhlYyBjb25zb2xlICIKKyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKGdkYi1taS1x dW90ZSBzdHJpbmcpCisgICAgICAgICAgICAgICAgICAgICAgICAgICAgICJcbiIpKSkKKyAgICAg ICAgKGlmIGdkYi1lbmFibGUtZGVidWcKKyAgICAgICAgICAgIChwdXNoIChjb25zICdtaS1zZW5k IHRvLXNlbmQpIGdkYi1kZWJ1Zy1sb2cpKQorICAgICAgICAocHJvY2Vzcy1zZW5kLXN0cmluZyBw cm9jIHRvLXNlbmQpKQogICAgICAgKHNldHEgZ2RiLWNvbnRpbnVhdGlvbiBuaWwpKSkpCiAKKyhk ZWZ1biBnZGItbWktcXVvdGUgKHN0cmluZykKKyAgIlJldHVybiBTVFJJTkcgcXVvdGVkIHByb3Bl cmx5IGFzIGFuIE1JIGFyZ3VtZW50LgorVGhlIHN0cmluZyBpcyBlbmNsb3NlZCBpbiBkb3VibGUg cXVvdGVzLgorQWxsIGVtYmVkZGVkIHF1b3RlcywgbmV3bGluZXMsIGFuZCBiYWNrc2xhc2hlcyBh cmUgcHJlY2VkZWQgd2l0aCBhIGJhY2tzbGFzaC4iCisgIChzZXRxIHN0cmluZyAocmVwbGFjZS1y ZWdleHAtaW4tc3RyaW5nICJcXChbXCJcXF1cXCkiICJcXFxcXFwmIiBzdHJpbmcpKQorICAoc2V0 cSBzdHJpbmcgKHJlcGxhY2UtcmVnZXhwLWluLXN0cmluZyAiXG4iICJcXG4iIHN0cmluZyB0IHQp KQorICAoY29uY2F0ICJcIiIgc3RyaW5nICJcIiIpKQorCiAoZGVmdW4gZ2RiLWlucHV0IChjb21t YW5kIGhhbmRsZXItZnVuY3Rpb24pCiAgICJTZW5kIENPTU1BTkQgdG8gR0RCIHZpYSB0aGUgTUkg aW50ZXJmYWNlLgogUnVuIHRoZSBmdW5jdGlvbiBIQU5ETEVSLUZVTkNUSU9OLCB3aXRoIG5vIGFy Z3VtZW50cywgb25jZSB0aGUgY29tbWFuZCBpcwo= --f46d043438ac1bae4b04b88cd2a4-- From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 26 04:42:05 2012 Received: (at 10765) by debbugs.gnu.org; 26 Feb 2012 09:42:05 +0000 Received: from localhost ([127.0.0.1]:56758 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S1acG-0002qa-Kx for submit@debbugs.gnu.org; Sun, 26 Feb 2012 04:42:05 -0500 Received: from fencepost.gnu.org ([140.186.70.10]:44330) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S1acE-0002qT-Pw for 10765@debbugs.gnu.org; Sun, 26 Feb 2012 04:42:03 -0500 Received: from [155.69.16.142] (port=46681 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1S1aZZ-0003CX-6c; Sun, 26 Feb 2012 04:39:17 -0500 From: Chong Yidong To: Jim Blandy Subject: Re: bug#10765: Patch to fix this bug References: Date: Sun, 26 Feb 2012 17:39:10 +0800 In-Reply-To: (Jim Blandy's message of "Thu, 9 Feb 2012 11:14:26 -0800") Message-ID: <87sjhyhr29.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 10765 Cc: Andreas Schwab , 10765@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) Jim Blandy writes: > On Wed, Feb 8, 2012 at 1:32 PM, Andreas Schwab wrote: >> What about backslashes? > > Duh --- thanks. Revised patch attached. Committed, thanks. From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 26 04:42:19 2012 Received: (at control) by debbugs.gnu.org; 26 Feb 2012 09:42:19 +0000 Received: from localhost ([127.0.0.1]:56761 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S1acV-0002r3-EK for submit@debbugs.gnu.org; Sun, 26 Feb 2012 04:42:19 -0500 Received: from fencepost.gnu.org ([140.186.70.10]:44333) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S1acU-0002qx-1L for control@debbugs.gnu.org; Sun, 26 Feb 2012 04:42:19 -0500 Received: from [155.69.16.142] (port=46682 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1S1aZo-0003Co-TW for control@debbugs.gnu.org; Sun, 26 Feb 2012 04:39:33 -0500 From: Chong Yidong To: control@debbugs.gnu.org Subject: close 10765 Date: Sun, 26 Feb 2012 17:39:27 +0800 Message-ID: <87linqszlc.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) close 10765 thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 27 14:08:53 2012 Received: (at 10765) by debbugs.gnu.org; 27 Feb 2012 19:08:53 +0000 Received: from localhost ([127.0.0.1]:60122 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S25wK-0005q6-Ve for submit@debbugs.gnu.org; Mon, 27 Feb 2012 14:08:53 -0500 Received: from mail-we0-f172.google.com ([74.125.82.172]:53185) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S25wI-0005pz-Ki for 10765@debbugs.gnu.org; Mon, 27 Feb 2012 14:08:51 -0500 Received: by werb10 with SMTP id b10so1212297wer.3 for <10765@debbugs.gnu.org>; Mon, 27 Feb 2012 11:05:57 -0800 (PST) Received-SPF: pass (google.com: domain of jimblandy@gmail.com designates 10.216.134.39 as permitted sender) client-ip=10.216.134.39; Authentication-Results: mr.google.com; spf=pass (google.com: domain of jimblandy@gmail.com designates 10.216.134.39 as permitted sender) smtp.mail=jimblandy@gmail.com; dkim=pass header.i=jimblandy@gmail.com Received: from mr.google.com ([10.216.134.39]) by 10.216.134.39 with SMTP id r39mr7731114wei.26.1330369557739 (num_hops = 1); Mon, 27 Feb 2012 11:05:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=mLjJ5TP0oHL2GG9pAOaL1u1a7ysVQ9IZo7fcT5f7bWw=; b=JG5nZeEyRe4dL3D1odOhT8pJnAGofZsQFBOYtW2zd1bpdgk//qrdfgmgapW5IWcaVm ce3lLQvcmz9qaA/nJArOBArWKOhFz6uHAk3C1mzfL0++sPTy2S7z//27CWT9EQ8+Ii2C BQL3iA5FYnzRvyAz+/aLKazyQA4mylN7uw+1s= MIME-Version: 1.0 Received: by 10.216.134.39 with SMTP id r39mr6126293wei.26.1330369557641; Mon, 27 Feb 2012 11:05:57 -0800 (PST) Received: by 10.216.242.140 with HTTP; Mon, 27 Feb 2012 11:05:57 -0800 (PST) In-Reply-To: <87sjhyhr29.fsf@gnu.org> References: <87sjhyhr29.fsf@gnu.org> Date: Mon, 27 Feb 2012 11:05:57 -0800 X-Google-Sender-Auth: JeWuU7WrmFvxmJijEHSPhWVYQd4 Message-ID: Subject: Re: bug#10765: Patch to fix this bug From: Jim Blandy To: Chong Yidong Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 10765 Cc: Andreas Schwab , 10765@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Thank you! On Sun, Feb 26, 2012 at 1:39 AM, Chong Yidong wrote: > Jim Blandy writes: > >> On Wed, Feb 8, 2012 at 1:32 PM, Andreas Schwab wrote: >>> What about backslashes? >> >> Duh --- thanks. Revised patch attached. > > Committed, thanks. From unknown Wed Aug 20 06:40:37 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 27 Mar 2012 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator