all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: "Drew Adams" <drew.adams@oracle.com>
Cc: 'Stefan Monnier' <monnier@IRO.UMontreal.CA>, emacs-devel@gnu.org
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	[thread overview]
Message-ID: <87hau7e86t.fsf@gmx.de> (raw)
In-Reply-To: <8E8E4FBF8CCA4D6793F2FF972A7FCE45@us.oracle.com> (Drew Adams's message of "Tue, 19 Jun 2012 06:16:13 -0700")

"Drew Adams" <drew.adams@oracle.com> 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	other threads:[~2012-06-19 13:35 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1SgKyP-0002jR-81@vcs.savannah.gnu.org>
2012-06-18  2:15 ` [Emacs-diffs] /srv/bzr/emacs/trunk r108646: * minibuffer.el (read-file-name-default): Bind `non-essential' to `t' Stefan Monnier
2012-06-18  9:00   ` Michael Albinus
2012-06-18 14:03     ` Stefan Monnier
2012-06-18 14:58       ` [Emacs-diffs] /srv/bzr/emacs/trunk r108646: * minibuffer.el(read-file-name-default): " Drew Adams
2012-06-18 15:59         ` Stefan Monnier
2012-06-18 19:58           ` Drew Adams
2012-06-18 21:20             ` Stefan Monnier
2012-06-19 12:36               ` Michael Albinus
2012-06-19 13:16                 ` Drew Adams
2012-06-19 13:35                   ` Michael Albinus [this message]
2012-06-19 16:29                     ` Stefan Monnier
2012-06-19 19:03                       ` Michael Albinus
2012-06-20  6:57                         ` Michael Albinus
2012-06-20 13:29                           ` Drew Adams
2012-06-18 16:47       ` [Emacs-diffs] /srv/bzr/emacs/trunk r108646: * minibuffer.el (read-file-name-default): " Michael Albinus
2012-06-18 20:35         ` Stefan Monnier
2012-06-18 20:41           ` Michael Albinus

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=87hau7e86t.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=drew.adams@oracle.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@IRO.UMontreal.CA \
    /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.