From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: andrea Newsgroups: gmane.emacs.help Subject: gud settings Date: Sun, 27 Dec 2009 18:07:01 +0100 Message-ID: Reply-To: andrea.crotti.0@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1261933849 28330 80.91.229.12 (27 Dec 2009 17:10:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Dec 2009 17:10:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 27 18:10:42 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NOwda-00066q-5A for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Dec 2009 18:10:38 +0100 Original-Received: from localhost ([127.0.0.1]:57190 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NOwda-0006Cz-Cr for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Dec 2009 12:10:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NOwdB-0006B3-2L for help-gnu-emacs@gnu.org; Sun, 27 Dec 2009 12:10:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NOwd6-00061J-9r for help-gnu-emacs@gnu.org; Sun, 27 Dec 2009 12:10:12 -0500 Original-Received: from [199.232.76.173] (port=34419 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NOwd6-000613-67 for help-gnu-emacs@gnu.org; Sun, 27 Dec 2009 12:10:08 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:58682) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NOwd5-0002Nm-Rg for help-gnu-emacs@gnu.org; Sun, 27 Dec 2009 12:10:08 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NOwd2-0005w4-0S for help-gnu-emacs@gnu.org; Sun, 27 Dec 2009 18:10:04 +0100 Original-Received: from host63-85-static.24-87-b.business.telecomitalia.it ([87.24.85.63]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Dec 2009 18:10:03 +0100 Original-Received: from andrea.crotti.0 by host63-85-static.24-87-b.business.telecomitalia.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Dec 2009 18:10:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: host63-85-static.24-87-b.business.telecomitalia.it User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (darwin) Cancel-Lock: sha1:Iqxc0XGtLbXqwKMPXZzfEW5UfI0= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:70888 Archived-At: I was trying to use gud (I need at least gdb and pdb) but I'm not able to abilitate the multi-window setting. I've set up the variables --8<---------------cut here---------------start------------->8--- (setq gdb-many-windows t) (setq gdb-show-main t) --8<---------------cut here---------------end--------------->8--- But nothing, I only see one buffer... I've found many nice things on the net but I'm not able to get even the basic things working..