abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.2k stars 130 forks source link

Also detect minibuffer-mode #591

Open yangsheng6810 opened 3 years ago

yangsheng6810 commented 3 years ago

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.

coveralls commented 3 years ago

Coverage Status

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