unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: James Nguyen <ja.nguyen@gmail.com>, 24285@debbugs.gnu.org
Subject: bug#24285: 25.1; Overlay doesn't work as expected when more than one frame exists
Date: Mon, 22 Aug 2016 10:11:40 +0200	[thread overview]
Message-ID: <57BAB3BC.9060202@gmx.at> (raw)
In-Reply-To: <m2bn0lwweb.fsf@gmail.com>

 > 5. Evaluate minibuffer-with-setup-hook again, overlay does not appear as
 > expected. (Only appearing after some user interaction *typing* *mouse
 > press*)

This gets me here

Debugger entered--Lisp error: (error "Command attempted to use minibuffer while in minibuffer")
   read-from-minibuffer(">>> ")
   (let ((read-value (read-from-minibuffer ">>> "))) (or t read-value))
   (progn (add-hook (quote minibuffer-setup-hook) setup-hook) (let ((read-value (read-from-minibuffer ">>> "))) (or t read-value)))
   (unwind-protect (progn (add-hook (quote minibuffer-setup-hook) setup-hook) (let ((read-value (read-from-minibuffer ">>> "))) (or t read-value))) (remove-hook (quote minibuffer-setup-hook) setup-hook))
   (let ((fun (function (lambda nil (setq truncate-lines t) (let* ((hookfun ...) (exitfun ...)) (add-hook (quote minibuffer-exit-hook) exitfun nil t) (add-hook (quote post-command-hook) hookfun nil t))))) setup-hook) (setq setup-hook (function (lambda nil (remove-hook (quote minibuffer-setup-hook) setup-hook) (funcall fun)))) (unwind-protect (progn (add-hook (quote minibuffer-setup-hook) setup-hook) (let ((read-value (read-from-minibuffer ">>> "))) (or t read-value))) (remove-hook (quote minibuffer-setup-hook) setup-hook)))
   eval((let ((fun (function (lambda nil (setq truncate-lines t) (let* ((hookfun ...) (exitfun ...)) (add-hook (quote minibuffer-exit-hook) exitfun nil t) (add-hook (quote post-command-hook) hookfun nil t))))) setup-hook) (setq setup-hook (function (lambda nil (remove-hook (quote minibuffer-setup-hook) setup-hook) (funcall fun)))) (unwind-protect (progn (add-hook (quote minibuffer-setup-hook) setup-hook) (let ((read-value (read-from-minibuffer ">>> "))) (or t read-value))) (remove-hook (quote minibuffer-setup-hook) setup-hook))) nil)
   elisp--eval-last-sexp(nil)
   eval-last-sexp(nil)
   funcall-interactively(eval-last-sexp nil)
   call-interactively(eval-last-sexp nil nil)
   command-execute(eval-last-sexp)

Don't you see that?

martin





  reply	other threads:[~2016-08-22  8:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-21 23:10 bug#24285: 25.1; Overlay doesn't work as expected when more than one frame exists James Nguyen
2016-08-22  8:11 ` martin rudalics [this message]
2016-08-22 15:22   ` Michael Heerdegen
2016-08-22 15:26     ` Eli Zaretskii
2016-08-22 15:32       ` Michael Heerdegen
2016-08-22 16:29         ` James Nguyen
2016-08-22 17:21           ` Eli Zaretskii
2016-08-22 18:07             ` James Nguyen
2016-08-22 18:24               ` Eli Zaretskii
2016-08-23  1:43                 ` James Nguyen
2016-08-23  2:36                   ` Eli Zaretskii
2016-08-22 15:29 ` Michael Heerdegen
2016-08-22 17:23   ` Eli Zaretskii
2016-08-23 15:50     ` Michael Heerdegen

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=57BAB3BC.9060202@gmx.at \
    --to=rudalics@gmx.at \
    --cc=24285@debbugs.gnu.org \
    --cc=ja.nguyen@gmail.com \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).