From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17651 invoked by alias); 19 Jan 2011 14:59:47 -0000 Received: (qmail 17637 invoked by uid 22791); 19 Jan 2011 14:59:46 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 19 Jan 2011 14:59:42 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PfZVX-0005SF-MH; Wed, 19 Jan 2011 09:59:35 -0500 From: Eli Zaretskii To: Joel Brobecker CC: gdb-patches@sourceware.org In-reply-to: <1295394141-14863-1-git-send-email-brobecker@adacore.com> (message from Joel Brobecker on Tue, 18 Jan 2011 18:42:21 -0500) Subject: Re: [RFA/commit/doco] move handing of "set interactive-mode" to gdb_has_a_terminal Reply-to: Eli Zaretskii References: <1295394141-14863-1-git-send-email-brobecker@adacore.com> Message-Id: Date: Wed, 19 Jan 2011 15:01:00 -0000 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: 2011-01/txt/msg00390.txt.bz2 > From: Joel Brobecker > Cc: Joel Brobecker > Date: Tue, 18 Jan 2011 18:42:21 -0500 > > I feel that the name of the setting isn't great, and I've been trying > to find better names, but not much luck (the best I have, I feel, is > "set/show terminal-mode [on|off|auto]). I see nothing wrong with "set interactive-mode", maybe because I'm accustomed to this term in Emacs. > This patch also adjust the command help and the associated section in > the GDB Manual to be a little clearer about that. Thanks. > If @code{auto} (the default), @value{GDBN} guesses which mode to use, > -based on whether the debugger was started in a terminal or not. > +based on standard input settings. "Based on standard input settings" sounds vague and mysterious. What exactly does this mean? Thanks.