all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#8840: 24.0.50; python-mode derives from fundamental, not prog-mode
@ 2011-06-12  1:20 Michael Moorman
  2011-06-15 16:18 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Moorman @ 2011-06-12  1:20 UTC (permalink / raw)
  To: 8840

python-mode in python.el derives from fundamental-mode and not
prog-mode, unlike most other coding modes (e.g. perl-mode), and run
prog-mode-hook as other modes do, which is inconsistent. 

Here's a patch (simple enough!):

=== modified file 'lisp/progmodes/python.el'
*** lisp/progmodes/python.el 2011-05-24 03:38:35 +0000
--- lisp/progmodes/python.el 2011-06-12 00:24:49 +0000
*************** without confirmation."
*** 2420,2426 ****
  (defvar python-mode-running)            ;Dynamically scoped var.
  
  ;;;###autoload
! (define-derived-mode python-mode fundamental-mode "Python"
    "Major mode for editing Python files.
  Turns on Font Lock mode unconditionally since it is currently required
  for correct parsing of the source.
--- 2420,2426 ----
  (defvar python-mode-running)            ;Dynamically scoped var.
  
  ;;;###autoload
! (define-derived-mode python-mode prog-mode "Python"
    "Major mode for editing Python files.
  Turns on Font Lock mode unconditionally since it is currently required
  for correct parsing of the source.


Michael Moorman
https://launchpad.net/~tensorpuddin






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#8840: 24.0.50; python-mode derives from fundamental, not prog-mode
  2011-06-12  1:20 bug#8840: 24.0.50; python-mode derives from fundamental, not prog-mode Michael Moorman
@ 2011-06-15 16:18 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2011-06-15 16:18 UTC (permalink / raw)
  To: 8840-done

Version: 24.1

It derives from prog-mode now.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-15 16:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-12  1:20 bug#8840: 24.0.50; python-mode derives from fundamental, not prog-mode Michael Moorman
2011-06-15 16:18 ` 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.