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

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

[debbugs-tracker] bug#19665: closed (25.0.50; python.el: mark defun bug


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19665: closed (25.0.50; python.el: mark defun bug when point is in class statement)
Date: Mon, 06 Jul 2015 04:06:03 +0000

Your message dated Mon, 06 Jul 2015 01:05:37 -0300
with message-id <address@hidden>
and subject line 25.0.50; python.el: mark defun bug when point is in class 
statement
has caused the debbugs.gnu.org bug report #19665,
regarding 25.0.50; python.el: mark defun bug when point is in class statement
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
19665: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19665
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.50; python.el: mark defun bug when point is in class statement Date: Fri, 23 Jan 2015 13:12:14 -0300
Specifically, try the example below:

```
class A: pass


class B:

    def __init__(self): pass

    def fun(self): pass

class C: pass
```

1) If point is in the line immediately after "class B:", then C-M-h will
select the entire class B definition, as expected.

2) If point is in the line "class B:", then C-M-h will select just the
definition of the fun method, which is entirely unexpected!

Cheers
--
Carlos



--- End Message ---
--- Begin Message --- Subject: 25.0.50; python.el: mark defun bug when point is in class statement Date: Mon, 06 Jul 2015 01:05:37 -0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5.50 (gnu/linux)
Fix pushed at a5e39bf in master.

--
Thanks,
Fabián.


--- End Message ---

reply via email to

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