GNU bug report logs -
#24285
25.1; Overlay doesn't work as expected when more than one frame exists
Previous Next
Reported by: James Nguyen <ja.nguyen <at> gmail.com>
Date: Sun, 21 Aug 2016 23:13:02 UTC
Severity: normal
Found in version 25.1
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> 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
This bug report was last modified 8 years and 275 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.