]> git.eshelyaron.com Git - emacs.git/commit
Don't overwrite y-or-n-p prompt by message from asynchronous man (bug#19064)
authorJuri Linkov <juri@linkov.net>
Sat, 9 Nov 2019 22:51:25 +0000 (00:51 +0200)
committerJuri Linkov <juri@linkov.net>
Sat, 9 Nov 2019 22:51:25 +0000 (00:51 +0200)
commit732e9427987bea61d66def9b46f90614d6a11dbd
tree3634687f4ef01acd9e646845aecc77bed5e9b57f
parent869361113613730d367b0f4966489d32ca533491
Don't overwrite y-or-n-p prompt by message from asynchronous man (bug#19064)

* lisp/man.el (Man-bgproc-sentinel): Postpone displaying the message
and deleting the buffer until exiting the code block with
with-current-buffer.  Use minibuffer-message to display message
to handle possibly active minibuffer.
lisp/man.el