Summary: | app-emacs/mmm-mode-0.4.8-r1 does not work if mode-name isn't a string on emacs-23.1-r2 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Seong-Kook Shin <cinsky> |
Component: | [OLD] Development | Assignee: | Emacs project <emacs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | Inclusion |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
This patch solves the problem
mmm-mode-0.4.8-format-mode-line.patch |
Description
Seong-Kook Shin
2010-03-25 03:16:36 UTC
Created attachment 225177 [details, diff]
This patch solves the problem
The patch modifies `mmm-format-string' so that it calls `format-mode-line' to generate a string type of mode-name.
(In reply to comment #1) > Created an attachment (id=225177) [details] > This patch solves the problem > > The patch modifies `mmm-format-string' so that it calls `format-mode-line' to > generate a string type of mode-name. > Thank you! It was luck to find your solution, because I had the same problem today. I hope it would be applied to the portage soon. (In reply to comment #1) > Created an attachment (id=225177) [details] > This patch solves the problem Small problem: We still aim for backwards compatibility with Emacs 21 where function format-mode-line doesn't exist. Created attachment 225309 [details, diff]
mmm-mode-0.4.8-format-mode-line.patch
Does this updated patch work for you?
Should be fixed in -r2. |