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

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

bug#22007: hide-show python issue


From: Lars Ingebrigtsen
Subject: bug#22007: hide-show python issue
Date: Mon, 08 Feb 2021 08:23:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

silgon <silgon3200@gmail.com> writes:

> Error explained here: http://emacs.stackexchange.com/q/18381/5171

(I'm going through old bug reports that unfortunately got no response at
the time.)

The test case is:

class Test1:
    """"
    Test Class 1
    """
    def __init__(self):
        self.a = 1

    def test_func1(self):
        # Foo
        pass

    def test_func2(self):
        # Foo
        pass

And the complaint is that

`M-x hs-minor-mode RET'
`M-x hs-hide-level RET'

doesn't hide all the functions.  But is does for me in Emacs 28, so I'm
going to go ahead and guess that this has been fixed in the years since
this was reported.  If this is still a problem, please respond to the
debbugs address and we'll reopen.

PNG image

-- 
(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]