From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Hanchrow Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.50; ffap fails to recognize files whose names use backslashes Date: Sat, 05 Jan 2008 12:38:28 -0800 Message-ID: <878x343t4r.fsf@offby1.atm01.sea.blarg.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199565861 31106 80.91.229.12 (5 Jan 2008 20:44:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Jan 2008 20:44:21 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 05 21:44:41 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JBFsf-0001tN-1Y for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 21:44:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBFsF-0005sE-Tc for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 15:44:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBFno-0004K1-P5 for emacs-devel@gnu.org; Sat, 05 Jan 2008 15:39:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBFng-0004JF-VB for emacs-devel@gnu.org; Sat, 05 Jan 2008 15:39:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBFng-0004JC-Kb for emacs-devel@gnu.org; Sat, 05 Jan 2008 15:39:24 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBFnf-0001Vt-0p for emacs-devel@gnu.org; Sat, 05 Jan 2008 15:39:24 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBFnb-00084p-JN for emacs-pretest-bug@gnu.org; Sat, 05 Jan 2008 15:39:20 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JBFnV-0001Uo-Bq for emacs-pretest-bug@gnu.org; Sat, 05 Jan 2008 15:39:16 -0500 Original-Received: from smtp61.avvanta.com ([206.124.128.61] helo=mail.avvanta.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JBFnS-0001RX-B0 for emacs-pretest-bug@gnu.org; Sat, 05 Jan 2008 15:39:13 -0500 Original-Received: from mail.avvanta.com (pops.p.blarg.net [127.0.0.1]) by mail.avvanta.com (Postfix) with ESMTP id AA301276F1B for ; Sat, 5 Jan 2008 12:38:30 -0800 (PST) Original-Received: from offby1.atm01.sea.blarg.net (q-static-138-125.avvanta.com [206.124.138.125]) by mail.avvanta.com (Postfix) with ESMTP id 8381A276D93 for ; Sat, 5 Jan 2008 12:38:30 -0800 (PST) Original-Received: from erich by offby1.atm01.sea.blarg.net with local (Exim 4.60) (envelope-from ) id 1JBFmm-0004c5-Bm for emacs-pretest-bug@gnu.org; Sat, 05 Jan 2008 12:38:28 -0800 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-BlargAV-Status: No viruses detected, BlargAV v1.1 on localhost.pops.p.blarg.net X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:86229 gmane.emacs.pretest.bugs:20515 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 emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: * I started emacs with "runemacs -Q" * In the *scratch* buffer, I typed c:\autoexec.bat * I then typed M-x ffap RET I expected to see a minibuffer prompt that looked like Find file or URL: c:\autoexec.bat Instead, I saw Find file or URL: c:/cygwin/usr/local/src/emacs-cvs/bin/ (That directory was in fact my current directory.) 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 c:/cygwin/usr/local/src/emacs-cvs/etc/DEBUG for instructions. In GNU Emacs 23.0.50.1 (i386-mingw-nt5.1.2600) of 2008-01-05 on FLAP Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4)' 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: ENU locale-coding-system: cp1252 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: / e t c / p a s s w d M-b M-x f f a p C-g C-x d c : / q C-a C-k c : \ a u t o e x e c . b a t M-x f f a p C-g M-b M-x f f a p C-g M-b / M-x f f a p C-x k ] \ M-x f f a p q M-x r e p o r Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Quit [2 times] Quit