Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 225177 Details for
Bug 311259
app-emacs/mmm-mode-0.4.8-r1 does not work if mode-name isn't a string on emacs-23.1-r2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
This patch solves the problem
mmm-mode-0.4.8-mode-line-fixed.diff (text/plain), 662 bytes, created by
Seong-Kook Shin
on 2010-03-25 03:19:14 UTC
(
hide
)
Description:
This patch solves the problem
Filename:
MIME Type:
Creator:
Seong-Kook Shin
Created:
2010-03-25 03:19:14 UTC
Size:
662 bytes
patch
obsolete
>*** mmm-mode-0.4.8/mmm-utils.el Mon Mar 10 02:04:04 2003 >--- mmm-utils.fixed.el Thu Mar 25 11:55:15 2010 >*************** >*** 78,84 **** > (save-match-data > (dolist (pair arg-pairs) > (while (string-match (car pair) string) >! (setq string (replace-match (cdr pair) t t string)))))) > string) > > (defun mmm-format-matches (string &optional on-string) >--- 78,84 ---- > (save-match-data > (dolist (pair arg-pairs) > (while (string-match (car pair) string) >! (setq string (replace-match (format-mode-line (cdr pair)) t t string)))))) > string) > > (defun mmm-format-matches (string &optional on-string)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 311259
: 225177 |
225309