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

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

[Emacs-bug-tracker] bug#8840: closed (24.0.50; python-mode derives from


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#8840: closed (24.0.50; python-mode derives from fundamental, not prog-mode)
Date: Wed, 15 Jun 2011 16:19:02 +0000

Your message dated Wed, 15 Jun 2011 12:18:11 -0400
with message-id <address@hidden>
and subject line Re: bug#8840: 24.0.50; python-mode derives from fundamental, 
not prog-mode
has caused the GNU bug report #8840,
regarding 24.0.50; python-mode derives from fundamental, not prog-mode
to be marked as done.

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


-- 
8840: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8840
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.0.50; python-mode derives from fundamental, not prog-mode Date: Sat, 11 Jun 2011 21:20:55 -0400
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#8840: 24.0.50; python-mode derives from fundamental, not prog-mode Date: Wed, 15 Jun 2011 12:18:11 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.1

It derives from prog-mode now.


--- End Message ---

reply via email to

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