bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27752: Custom mode-line face + smart eshell triggers interesting fre


From: Eli Zaretskii
Subject: bug#27752: Custom mode-line face + smart eshell triggers interesting freeze
Date: Tue, 18 Jul 2017 18:58:01 +0300

> From: Yegor Timoshenko <yegortimoshenko@gmail.com>
> Date: Tue, 18 Jul 2017 13:46:54 +0300
> 
> Emacs config required to reproduce this bug:
> 
> (custom-set-faces
>  '(mode-line ((t (:box 1)))))
> 
> (require 'em-smart)
> (add-hook 'eshell-mode-hook 'eshell-smart-initialize)
> 
> Instructions:
> 
> M-x eshell, M-x split-window-horizontally, type "find-file foo" in the eshell 
> buffer and hit ENTER.
> Emacs freezes, CPU consumption is around 100%.

This happens because Eshell abuses window-scroll-functions.  I'm
working on a fix.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]