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 15:35:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

"Drew Adams" <address@hidden> writes:

> 1. I'm on Windows.  This is missing at the beginning of the recipe:
>
> M-x load-file c:/path/to/cygwin-mount.el
> M-x load-file c:/path/to/setup-cygwin.el

Nothing I could reproduce, I'm not on Windows.

> 2. And you left this out, Michael:
>
> (setq tramp-default-method "ftp")
>
> 3. And the last step is this (no ssh):
>
> C-x C-f /foobar.baztoto.com:
>                            ^ Tramp asks for the password
>

OK, again on Ubuntu:

src/emacs -Q

(require 'icomplete)
(setq icomplete-with-completion-tables
      (append icomplete-with-completion-tables
      '(read-file-name-internal)))
(icomplete-mode 1)
(setq tramp-default-method "ftp")

C-x C-f /foobar.baztoto.com:
                           ^ no problem so far              

                            <TAB>
                            ^ nothing happens

                            / 
                            ^ I get an error:

Error in post-command-hook (#[nil \300\301!\207 [run-hooks
icomplete-post-command-hook] 2]): (error "Command attempted to use
minibuffer while in minibuffer")

But that's another story. Problem in icomplete?

> In the latest version I have, nothing at all happens when I type `:' or when I
> then type TAB after the `:' - GNU Emacs 24.1.50.1 (i386-mingw-nt5.1.2600) of
> 2012-06-18 on MARVIN.

Yes, that's due to the patch to minibuffer.el, which I have reverted
meanwhile.

Best regards, Michael.



reply via email to

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