Activity log for bug #1040622

Date Who What changed Old value New value Message
2012-08-23 12:31:35 tkf bug added bug
2012-08-23 12:37:52 tkf description 1. Open a buffer and enable MuMaMo mode with MAJOR-MODE. 2. Modify font-lock keywords for MAJOR-MODE using font-lock-remove-keywords and font-lock-add-keywords. 3. Open a buffer and enable the same MuMaMo mode with MAJOR-MODE. 4. You will get a lot of error like this in the *Messages* buffer: fun-var-sym=mumamo-eval-in-MAJOR-MODE, use-major-entry=(MAJOR-MODE (mumamo-eval-in-MAJOR-MODE mumamo-def-eval-in-MAJOR-MODE mumamo-kw-eval-in-MAJOR-MODE) I checked with MAJOR-MODE=python-mode. Original report: https://github.com/tkf/emacs-ipython-notebook/issues/65 1. Open a buffer and enable MuMaMo mode with MAJOR-MODE. 2. Modify font-lock keywords for MAJOR-MODE using font-lock-remove-keywords and font-lock-add-keywords. 3. Open a buffer and enable the same MuMaMo mode with MAJOR-MODE. 4. You will get a lot of error like this in the *Messages* buffer:    fun-var-sym=mumamo-eval-in-MAJOR-MODE, use-major-entry=(MAJOR-MODE (mumamo-eval-in-MAJOR-MODE mumamo-def-eval-in-MAJOR-MODE mumamo-kw-eval-in-MAJOR-MODE) 5. Evaluating mumamo-eval-in-MAJOR-MODE yields nil. I checked with MAJOR-MODE=python-mode. Original report: https://github.com/tkf/emacs-ipython-notebook/issues/65