[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#2034: 23.0.60; c-subword-mode incompatible with xml-mode
From: |
Stefan Monnier |
Subject: |
bug#2034: 23.0.60; c-subword-mode incompatible with xml-mode |
Date: |
Sun, 25 Jan 2009 10:44:44 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
> Running "M-x c-subword-mode" in a buffer using xml-mode will raise the
> following error:
> c-update-modeline: Wrong type argument: stringp, (sgml-xml-mode "XML" "SGML")
c-subword-mode is obviously written specifically for modes provided by
the cc-*.el files. It may accidentally work in some other modes, but at
least c-update-modeline makes several assumptions about the format used
for `mode-name'.
Stefan