From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: chandan r Newsgroups: gmane.emacs.help Subject: GDB: Don't display I/O buffer window. Date: Sat, 15 Sep 2012 20:43:16 +0530 Message-ID: <87haqzjp4j.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1347719741 15790 80.91.229.3 (15 Sep 2012 14:35:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 15 Sep 2012 14:35:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 15 16:35:45 2012 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 1TCtTE-0007gJ-VJ for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Sep 2012 16:35:45 +0200 Original-Received: from localhost ([::1]:60147 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCtTB-0000Gn-32 for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Sep 2012 10:35:41 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCtT6-0000GT-CA for help-gnu-emacs@gnu.org; Sat, 15 Sep 2012 10:35:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCtT5-0002jI-Kp for help-gnu-emacs@gnu.org; Sat, 15 Sep 2012 10:35:36 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:35824) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCtT5-0002j5-DC for help-gnu-emacs@gnu.org; Sat, 15 Sep 2012 10:35:35 -0400 Original-Received: by pbbro12 with SMTP id ro12so8004061pbb.0 for ; Sat, 15 Sep 2012 07:35:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:user-agent:date:message-id:mime-version :content-type; bh=vNo+Wc3zIDbDKRIRMJiXKNuh1CwrZ9OoYU5Bqg9jXuw=; b=WgwxfAeZkIE2Ipa9ip99VQntRnxogHHYdiDb8ATC2ysCZvG2mWyAXN2CQZdcBQIb6K eEbqSDu18o1os9UgitvaDNdkMsi08Nqszjzuug6DHLOz1nuZ1ZsLAIUjc3Vl+RAWv19l VTWFBYEYRS5yWCMVwHn360uBZ8Y64jzqQRo/lUhHYvq3Fk0tWE80w6xe6b9yVVMMFggN omGvFj0llNyXYMEpnMRjsPHPDDkw80m54hY6QRRKDTb4ZtLBNw/W/I97pq7nciz4fOzh BQyrQ02Vf1RTPEQqP/SJXRTRZjEWWTp3MTR0HgXd+G7ZaW5AQ7pgcWdcA99guqEFf1+Y 5q7g== Original-Received: by 10.66.75.106 with SMTP id b10mr9173341paw.73.1347719734419; Sat, 15 Sep 2012 07:35:34 -0700 (PDT) Original-Received: from archlinux ([117.192.143.17]) by mx.google.com with ESMTPS id uu10sm3081156pbc.2.2012.09.15.07.35.31 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 15 Sep 2012 07:35:33 -0700 (PDT) User-agent: mu4e 0.9.8.5; emacs 24.2.1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 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:86794 Archived-At: Hi all, Quoting from the Emacs manual, "However, if `gdb-use-separate-io-buffer' is `nil', the I/O buffer does not appear and the primary source buffer occupies the full width of the frame." Emacs displays the 'I/O buffer', Inspite of setting gdb-use-separate-io-buffer to nil in my init file. Please let me know what else I need to add in my init file to disable the 'I/O buffer'. Regards, chandan r