From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19515 invoked by alias); 7 Dec 2012 15:54:58 -0000 Received: (qmail 19502 invoked by uid 22791); 7 Dec 2012 15:54:57 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 07 Dec 2012 15:54:53 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MEO002003XVAA00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Fri, 07 Dec 2012 17:54:51 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MEO002JH47F7330@a-mtaout23.012.net.il>; Fri, 07 Dec 2012 17:54:51 +0200 (IST) Date: Fri, 07 Dec 2012 15:54:00 -0000 From: Eli Zaretskii Subject: Re: [patch][python] 5 of 5 - Frame filter documentation changes In-reply-to: <83624doqdz.fsf@gnu.org> To: pmuldoon@redhat.com Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83zk1pn9hi.fsf@gnu.org> References: <50B8C35F.9040000@redhat.com> <83boeet4wh.fsf@gnu.org> <50C1FE8A.20909@redhat.com> <83624doqdz.fsf@gnu.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-12/txt/msg00183.txt.bz2 > Date: Fri, 07 Dec 2012 17:04:08 +0200 > From: Eli Zaretskii > Cc: gdb-patches@sourceware.org > > > >> +(gdb) disable frame-filter ``/build/test'' ``Build Test Program Filter'' > > > > > > Why the quotes? they were never mentioned before. And in any case, > > > use ".." here, not ``..'', as the conversion is not done in @example, > > > AFAIR. > > > > Quotes are needed so that options with spaces are correctly parsed > > (like the name). Quotes are not needed for the first "/build/test" > > option. I will remove those. EMACS is quite insistent on placing > > those quotes in @smallexample. > > You are right about Emacs, but that's an Emacs bug. Now fixed for the upcoming release 24.3 of Emacs.