From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Gallagher, Kevin" Newsgroups: gmane.emacs.bugs Subject: In "M-x gdb", filename completion with mouse erases the default gdb command Date: Wed, 22 Aug 2007 12:08:27 -0500 Message-ID: <514C12BFEBF8B54DBB0C0D080405069305C1B7BD@XCH-SE-2V2.se.nos.boeing.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1187815461 19602 80.91.229.12 (22 Aug 2007 20:44:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Aug 2007 20:44:21 +0000 (UTC) To: Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Aug 22 22:44:19 2007 Return-path: Envelope-to: geb-bug-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 1INx3o-0005VR-AV for geb-bug-gnu-emacs@m.gmane.org; Wed, 22 Aug 2007 22:44:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INx3n-0000Yz-SO for geb-bug-gnu-emacs@m.gmane.org; Wed, 22 Aug 2007 16:44:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INthl-00063p-4Y for bug-gnu-emacs@gnu.org; Wed, 22 Aug 2007 13:09:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INthk-00061V-3O for bug-gnu-emacs@gnu.org; Wed, 22 Aug 2007 13:09:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INthj-000615-TY for bug-gnu-emacs@gnu.org; Wed, 22 Aug 2007 13:09:15 -0400 Original-Received: from stl-smtpout-01.boeing.com ([130.76.96.56]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1INthj-00051z-IU for bug-gnu-emacs@gnu.org; Wed, 22 Aug 2007 13:09:15 -0400 Original-Received: from blv-av-01.boeing.com (blv-av-01.boeing.com [192.42.227.216]) by stl-smtpout-01.ns.cs.boeing.com (8.14.0/8.14.0/8.14.0/SMTPOUT) with ESMTP id l7MH9Dxu026466 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 22 Aug 2007 12:09:13 -0500 (CDT) Original-Received: from blv-av-01.boeing.com (localhost [127.0.0.1]) by blv-av-01.boeing.com (8.14.0/8.14.0/DOWNSTREAM_RELAY) with ESMTP id l7MH9CHu023392 for ; Wed, 22 Aug 2007 10:09:12 -0700 (PDT) Original-Received: from XCH-SEBH-11.se.nos.boeing.com (xch-sebh-11.se.nos.boeing.com [130.122.5.45]) by blv-av-01.boeing.com (8.14.0/8.14.0/UPSTREAM_RELAY) with ESMTP id l7MH907m022923 for ; Wed, 22 Aug 2007 10:09:11 -0700 (PDT) Original-Received: from XCH-SE-2V2.se.nos.boeing.com ([130.122.5.31]) by XCH-SEBH-11.se.nos.boeing.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 22 Aug 2007 12:08:59 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: In "M-x gdb", filename completion with mouse erases the default gdb command Thread-Index: Acfk3w3zS5+7m8L9Rs26E1+CSnDpHQ== X-OriginalArrivalTime: 22 Aug 2007 17:08:59.0523 (UTC) FILETIME=[218F5530:01C7E4DF] X-Detected-Kernel: Solaris 9.1 X-Mailman-Approved-At: Wed, 22 Aug 2007 16:43:17 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16422 Archived-At: Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: After entering "M-x gdb", the input line in the minibuffer is seeded with the default gdb command followd by the previously debugged executable. I erased the previous filename and then added a partial filename, pressed TAB, and the possible completions were displayed, as expected. After selecting a filename with the mouse, the default gdb command was entirely erased, leaving only the selected filename at the prompt in the minibuffer.=20 If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /users/gallagk/usr/local/share/emacs/22.1/etc/DEBUG for instructions. In GNU Emacs 22.1.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2007-06-08 on houfcs3 Windowing system distributor `AT&T Laboratories Cambridge', version 11.0.3332 configured using `configure '--prefix=3D/users/gallagk/usr/local'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: C locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t Recent input: x g d b SPC =20 =20 =20 =20 =20 =20 r e l a t i v e =20 C-g x r e p o r =20 Recent messages: For information about the GNU Project and its goals, type C-h C-p. Loading gud... Loading easy-mmode...done Loading gud...done Loading help-mode...done Type space to flush; repeat completion command to scroll Quit Loading emacsbug... Loading regexp-opt...done Loading emacsbug...done Kevin Gallagher FCS SOSCOE System Services The Boeing Company 281-740-5207 Hours: 9:00 - 5:30 CT =20