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

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

bug#10741: missing comment-start-skip python.el


From: Thomas Bach
Subject: bug#10741: missing comment-start-skip python.el
Date: Tue, 7 Feb 2012 00:31:26 +0100

Hi there,

I'm currently working on a better Python integration in CEDET. I
observed that python.el doesn't define `comment-start-skip' which is now
set by CEDET via `python-mode-hook' to "#+\\s-*".

Anyway, I wondered if this could make its way into python.el as that is
actually the proper place.

Note: python-mode.el defines `comment-start-skip' as "^[ \t]*#+ *".

Regards,
        Vincent.





reply via email to

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