From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Diane Murray <disumu@x3y2z1.net>
Cc: emacs-devel@gnu.org
Subject: Re: url-dired.el requires w3
Date: Wed, 21 Nov 2007 09:54:53 -0500 [thread overview]
Message-ID: <jwvzlx7vedn.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87zlx8p91i.fsf@spargel.x3y2z1.net> (Diane Murray's message of "Wed, 21 Nov 2007 04:33:13 +0100")
> (url-retrieve-synchronously "ftp://ftp.gnu.org/") opens a dired buffer
> in `url-dired-minor-mode'. Pressing RET on a file there calls
> `url-dired-find-file', yet url-dired-find-file uses `w3-fetch' and
> `w3-open-local' which are not part of Emacs. The following patch
> changes it to use `find-file'. w3 has its own w3-dired.el file, so
> users of w3 will still have that functionality.
> * url-dired.el: Don't require w3-fetch and w3-open-local.
> (url-dired-find-file): Use `find-file'. Doc fix.
> (url-dired-find-file-mouse, url-dired-minor-mode): Doc fix.
It's good to remove this dependency on W3, but `find-file' will not work
unless the user enabled url-handler-mode.
Stefan
next prev parent reply other threads:[~2007-11-21 14:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-21 3:33 url-dired.el requires w3 Diane Murray
2007-11-21 14:54 ` Stefan Monnier [this message]
2007-11-21 17:17 ` Diane Murray
2007-11-21 18:15 ` Stefan Monnier
2007-11-24 16:25 ` Diane Murray
2007-11-22 2:26 ` Richard Stallman
2007-11-25 1:32 ` Diane Murray
2007-11-28 8:28 ` Glenn Morris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvzlx7vedn.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=disumu@x3y2z1.net \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.