all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: Michael Albinus <michael.albinus@gmx.de>
Cc: emacs-devel@gnu.org, Stefan Monnier <monnier@iro.umontreal.ca>,
	rms@gnu.org
Subject: Re: rfn-eshadow
Date: Fri, 04 Jan 2008 23:52:52 +0200	[thread overview]
Message-ID: <87wsqp2r7v.fsf@jurta.org> (raw)
In-Reply-To: <nqejcxvli6.fsf@alcatel-lucent.de> (Michael Albinus's message of "Fri, 04 Jan 2008 13:11:13 +0100")

>>> For the record, URL entry works just fine with rfn-eshadow if you enable
>>> url-handler-mode.
>>
>> I don't think url-handler-mode should be enabled by ffap, but maybe a similar
>> handling of file-name-handler could be added to ffap.
>
> What's about this patch?
>
> *** /usr/local/src/emacs/lisp/ffap.el.~1~	Fri Nov 30 22:34:18 2007
> --- /usr/local/src/emacs/lisp/ffap.el	Fri Jan  4 12:58:57 2008
> ***************
> *** 1262,1268 ****
>   		    ))
>   	  (setq dir (file-name-directory guess))))
>       (let ((minibuffer-completing-file-name t)
> ! 	  (completion-ignore-case read-file-name-completion-ignore-case))
>         (setq guess
>   	    (completing-read
>   	     prompt
> --- 1262,1270 ----
>   		    ))
>   	  (setq dir (file-name-directory guess))))
>       (let ((minibuffer-completing-file-name t)
> ! 	  (completion-ignore-case read-file-name-completion-ignore-case)
> ! 	  (file-name-handler-alist (copy-tree file-name-handler-alist)))
> !       (url-handler-mode t)
>         (setq guess
>   	    (completing-read
>   	     prompt

Doesn't look like a right solution to me since url-handlers.el causes
loading two additional files from the url package and two files from gnus.

-- 
Juri Linkov
http://www.jurta.org/emacs/

  reply	other threads:[~2008-01-04 21:52 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-03  9:51 [jidanni@jidanni.org: ffap; prompt turns color misleadingly] Richard Stallman
2008-01-03 21:42 ` rfn-eshadow (Was: [jidanni@jidanni.org: ffap; prompt turns color misleadingly]) Juri Linkov
2008-01-03 22:12   ` rfn-eshadow Michael Albinus
2008-01-03 22:28     ` rfn-eshadow Juri Linkov
2008-01-04  2:51   ` rfn-eshadow Stefan Monnier
2008-01-04  9:51     ` rfn-eshadow Juri Linkov
2008-01-04 12:11       ` rfn-eshadow Michael Albinus
2008-01-04 21:52         ` Juri Linkov [this message]
2008-01-04 22:23           ` rfn-eshadow Michael Albinus
2008-01-05 10:36             ` rfn-eshadow Juri Linkov
2008-01-05 22:34               ` rfn-eshadow Stefan Monnier
2008-01-06 14:08                 ` rfn-eshadow Michael Albinus
2008-01-06 21:54                   ` rfn-eshadow Juri Linkov
2008-01-07  6:57                     ` rfn-eshadow Michael Albinus
2008-01-09  0:59                       ` rfn-eshadow Juri Linkov
2008-01-09  2:17                         ` rfn-eshadow Stefan Monnier
2008-01-09  8:13                           ` rfn-eshadow Michael Albinus
2008-01-05  5:54     ` rfn-eshadow Richard Stallman

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=87wsqp2r7v.fsf@jurta.org \
    --to=juri@jurta.org \
    --cc=emacs-devel@gnu.org \
    --cc=michael.albinus@gmx.de \
    --cc=monnier@iro.umontreal.ca \
    --cc=rms@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.