From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2232 invoked by alias); 20 Feb 2013 16:51:49 -0000 Received: (qmail 2190 invoked by uid 48); 20 Feb 2013 16:51:46 -0000 From: "rhys.ulerich at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug tui/15163] New: Vi settings within ~/.inputrc prevent entering/exiting TUI via C-x a Date: Wed, 20 Feb 2013 16:51:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tui X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rhys.ulerich at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2013-q1/txt/msg00270.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15163 Bug #: 15163 Summary: Vi settings within ~/.inputrc prevent entering/exiting TUI via C-x a Product: gdb Version: 7.5 Status: NEW Severity: normal Priority: P2 Component: tui AssignedTo: unassigned@sourceware.org ReportedBy: rhys.ulerich@gmail.com Classification: Unclassified Having vi-like settings in ~/.inputrc breaks entering/exiting TUI mode using C-x a or any other key combination documented at http://sourceware.org/gdb/download/onlinedocs/gdb/TUI-Keys.html. To reproduce: 1. Remove any ~/.inputrc file. 2. Run 'gdb' 3. Hit C-x a and observe TUI mode starting. 4. Quit gdb 5. Create a ~/.inputrc file containing two lines: > set editing-mode vi > set keymap vi 6. Run 'gdb' 7. Hit C-x a and observe ^X^A being echoed to the screen but TUI mode not starting. I am unaware of any gdb command that will enter/exit TUI mode independently of the key combination. Is there one? Observed generally throughout 7.x and reproduced just now on 7.5.1. - Rhys -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.