all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Stefan Monnier <monnier@IRO.UMontreal.CA>
Cc: Drew Adams <drew.adams@oracle.com>, 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 21:03:19 +0200	[thread overview]
Message-ID: <87395r86q0.fsf@gmx.de> (raw)
In-Reply-To: <jwvwr33l1xi.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Tue, 19 Jun 2012 12:29:02 -0400")

Stefan Monnier <monnier@IRO.UMontreal.CA> writes:

>> 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?
>
> That "Command attempted to use minibuffer while in minibuffer" is
> because icomplete triggered a Tramp connection which tried to use
> the minibuffer to get a password.
> So if you add (setq enable-recursive-minibuffers t) to the above recipe
> you can reproduce the problem.
>
> I don't think Tramp should attempt a connection in that case since
> (according to M-x trace-function RET icomplete-completions) the password
> prompt happens during the call to icomplete-completions which binds
> non-essential to t.

Seems that `ange-ftp-get-passwd' should also care `non-essential'. I'll
work on it, tomorrow. A first attempt with a trivial patch did not
succeed :-(

>         Stefan

Best regards, Michael.



  reply	other threads:[~2012-06-19 19:03 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
2012-06-19 16:29                     ` Stefan Monnier
2012-06-19 19:03                       ` Michael Albinus [this message]
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=87395r86q0.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.