lispy icon indicating copy to clipboard operation
lispy copied to clipboard

Also detect minibuffer-mode

Open yangsheng6810 opened this issue 3 years ago • 1 comments

Recently, on Emacs master branch, a commit 55db25b257 was pushed to fix Emacs bug 47150. This bug was related to an incorrect implementation of minibuffer-inactive-mode. It used to be the case that after the first usage of the minibuffer, it stucks in minibuffer-inactive-mode, though minibuffer-inactive-mode was intended for a completely different purpose, and the minibuffer on the current frame should NOT be inactive. The new design is to have two possible major modes for the minibuffer: minibuffer-mode when it is active, and minibuffer-inactive-mode when it is inactive.

yangsheng6810 avatar Apr 21 '21 17:04 yangsheng6810

Coverage Status

Coverage decreased (-0.05%) to 62.724% when pulling b329d929ba19e0bcb2786c99ad15c71135bc2869 on yangsheng6810:master into 38a7df4cbb16cfe3d62dc8ea98b50e2d9a572e58 on abo-abo:master.

coveralls avatar Apr 21 '21 17:04 coveralls