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

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

bug#43032: 28.0.50; hs-minor-mode broken since commit a415179b56


From: Lars Ingebrigtsen
Subject: bug#43032: 28.0.50; hs-minor-mode broken since commit a415179b56
Date: Tue, 25 Aug 2020 10:08:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Pierre Téchoueyres <pierre.techoueyres@free.fr> writes:

> Step to reproduce :
> emacs -Q
> type the following text into *scratch* buffer
>
> (progn
>  (hs-minor-mode 1)
>  (hs-hide-all))
>
> evaluate the s-expression (C-x C-e)
>
> Expected result: buffer should look like bellow.
> ;; This buffer is for text that is not saved, and for Lisp
>    evaluation....
>
> (progn...))
>
> Actually the buffer doesn't change.

Yup.  I've now reverted this change -- I don't think we can do it that
way at all, since the mode depends on Lisp-like stuff to "fall through"
and use the defaults.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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