[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mac: Services, Emacs, Open Selected File
From: |
Stefan Monnier |
Subject: |
Re: Mac: Services, Emacs, Open Selected File |
Date: |
Fri, 14 Mar 2008 11:30:10 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
> On Mac OS X 10.4.11, MacBook Pro. In the Finder, I select a file.
> Then, I use the menus to choose Services, Emacs, Open Selected File.
> I expect an Emacs window to pop up with the file contents in a buffer,
> ready for editing. Instead, I get the following in the minibuffer:
> find-file-existing: file://localhost/Users/heiby/dhrepl-loc.txt does not
> exist
Hmm... Enabling url-handler-mode in your .emacs should fix it.
Stefan