Share

MMM Mode

Code

Programming Languages: Lisp

License: GNU General Public License (GPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@mmm-mode.cvs.sourceforge.net:/cvsroot/mmm-mode login

cvs -z3 -d:pserver:anonymous@mmm-mode.cvs.sourceforge.net:/cvsroot/mmm-mode co -P modulename

Show:

What's happening?

  • Submode is not displayed in mode line for emacs 23

    In emacs 23, mode-name is no longer guaranteed to be a string according to the emacs news(http://www.gnu.org/software/emacs/NEWS.23.1). For example, html-mode is defined in sgml-mode.el as follows. (define-derived-mode html-mode sgml-mode '(sgml-xml-mode "XHTML" "HTML") But (mmm-format-string) is designed on the assumption that mode-name is a string. This causes submode name is not...

    2009-11-21 15:06:48 UTC by namikister

Our Numbers