From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50; ffap fails to recognize files whose names use backslashes Date: Tue, 08 Jan 2008 03:22:07 -0500 Message-ID: References: <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 1199780542 23293 80.91.229.12 (8 Jan 2008 08:22:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Jan 2008 08:22:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eric Hanchrow Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 08 09:22:43 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 1JC9jI-0004ih-Kw for ged-emacs-devel@m.gmane.org; Tue, 08 Jan 2008 09:22:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JC9iv-0006hc-DE for ged-emacs-devel@m.gmane.org; Tue, 08 Jan 2008 03:22:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JC9ir-0006eO-Ac for emacs-devel@gnu.org; Tue, 08 Jan 2008 03:22:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JC9iq-0006d7-Ja for emacs-devel@gnu.org; Tue, 08 Jan 2008 03:22:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JC9iq-0006cu-EC for emacs-devel@gnu.org; Tue, 08 Jan 2008 03:22:08 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JC9iq-0005I6-7s for emacs-devel@gnu.org; Tue, 08 Jan 2008 03:22:08 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JC9ip-00075G-Hf; Tue, 08 Jan 2008 03:22:07 -0500 X-Spook: Armani morse IRA analyzer Perl-RSA security Leitrim X-Ran: Y&|=s^Nl5d}ail1I_E9$+hs6Thz(-'}*~;0E"te~%m2dh] (Eric Hanchrow's message of "Sat, 05 Jan 2008 12:38:28 -0800") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:86557 Archived-At: Eric Hanchrow wrote: > * 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 It's hard for me to comment since I don't use Windows, but what happens if you add "\" to the `file' element of ffap-string-at-point-mode-alist? Eg: (file "--:\\\\$+<>@-Z_[:lower:]~*?" "<@" "@>;.,!:")