From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: ESC-TAB instead of TAB in find-file. Date: Sat, 17 Feb 2007 02:24:29 -0500 Message-ID: References: <6045809.68701171666468417.JavaMail.www@wwinf4003> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1171697199 5031 80.91.229.12 (17 Feb 2007 07:26:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Feb 2007 07:26:39 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: alinsoar@voila.fr Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 17 08:26:32 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 1HIJxo-00018I-2x for geb-bug-gnu-emacs@m.gmane.org; Sat, 17 Feb 2007 08:26:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HIJxn-0004o3-AO for geb-bug-gnu-emacs@m.gmane.org; Sat, 17 Feb 2007 02:26:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HIJxC-0004NE-8w for bug-gnu-emacs@gnu.org; Sat, 17 Feb 2007 02:25:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HIJxB-0004Mn-Nr for bug-gnu-emacs@gnu.org; Sat, 17 Feb 2007 02:25:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HIJxB-0004Mj-F1 for bug-gnu-emacs@gnu.org; Sat, 17 Feb 2007 02:25:53 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HIJxB-000432-7R for bug-gnu-emacs@gnu.org; Sat, 17 Feb 2007 02:25:53 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HIJvp-0004M8-Hv; Sat, 17 Feb 2007 02:24:29 -0500 In-reply-to: <6045809.68701171666468417.JavaMail.www@wwinf4003> (message from A Soare on Fri, 16 Feb 2007 23:54:28 +0100 (CET)) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:15589 Archived-At: Hello. Since a few weeks, When I must press ESC-TAB for autocompletition of file name in the dialog from find-file (C-x C-f), instead of TAB. If I press just TAB all is erased and just the last file/directory name (text after the last `'') is printed. That sounds like a bug to me, but it does not happen for me. Can you make this failure happen in `emacs -Q'?