From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4501 invoked by alias); 12 Jun 2011 16:54:18 -0000 Received: (qmail 4490 invoked by uid 22791); 12 Jun 2011 16:54:17 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 12 Jun 2011 16:54:02 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LMO00M00S5PO200@a-mtaout21.012.net.il> for gdb@sourceware.org; Sun, 12 Jun 2011 19:53:29 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.164.125]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LMO00MWIS94F280@a-mtaout21.012.net.il>; Sun, 12 Jun 2011 19:53:29 +0300 (IDT) Date: Sun, 12 Jun 2011 16:54:00 -0000 From: Eli Zaretskii Subject: Re: gdbinit: supress quit prompt In-reply-to: To: Matt Rice Cc: noloader@gmail.com, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83r56z9em8.fsf@gnu.org> References: X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-06/txt/msg00086.txt.bz2 > Date: Sun, 12 Jun 2011 02:01:47 -0700 > From: Matt Rice > Cc: GDB Users > > set confirm off > (note that this disables more than just quit confirmation). But one could define a hook-quit command to turn off confirm, and then it will only affect that single "quit" and nothing else. Right?