* bug#10741: missing comment-start-skip python.el
@ 2012-02-06 23:31 Thomas Bach
2012-02-07 3:09 ` Stefan Monnier
2012-06-19 7:38 ` Glenn Morris
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Bach @ 2012-02-06 23:31 UTC (permalink / raw)
To: 10741
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#10741: missing comment-start-skip python.el
2012-02-06 23:31 bug#10741: missing comment-start-skip python.el Thomas Bach
@ 2012-02-07 3:09 ` Stefan Monnier
2012-06-19 7:38 ` Glenn Morris
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2012-02-07 3:09 UTC (permalink / raw)
To: Thomas Bach; +Cc: 10741
> 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-*".
Calling comment-normalize-vars will setup comment-start-skip if needed.
Stefn
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#10741: missing comment-start-skip python.el
2012-02-06 23:31 bug#10741: missing comment-start-skip python.el Thomas Bach
2012-02-07 3:09 ` Stefan Monnier
@ 2012-06-19 7:38 ` Glenn Morris
1 sibling, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2012-06-19 7:38 UTC (permalink / raw)
To: 10741-done
Version: 24.2
Thanks for the report. The Emacs trunk has a new python.el, and it seems
your issue is fixed there. This should appear in Emacs 24.2.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-06-19 7:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-06 23:31 bug#10741: missing comment-start-skip python.el Thomas Bach
2012-02-07 3:09 ` Stefan Monnier
2012-06-19 7:38 ` Glenn Morris
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.