emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r108646: * minibuffer.el(read-fil


From: Michael Albinus
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r108646: * minibuffer.el(read-file-name-default): Bind `non-essential' to `t'.
Date: Tue, 19 Jun 2012 14:36:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>>  Find file in other window: /foo.bar.com:
>>                                         ^ This provoked prompt
>
> Yes, this is a bug, indeed.

It looks like a bug. But I cannot reproduce it. Scenario:

emacs -Q

(require 'icomplete)
(setq icomplete-with-completion-tables
      (append icomplete-with-completion-tables
      '(read-file-name-internal)))
(icomplete-mode 1)

C-x C-f /ssh:localhost:
                      ^ no problem

                       <TAB>
                       ^ a new connection is established

That's expected. Drew, could you, please, check again when the recent
Windows binaries arrive?

>         Stefan

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]