emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: address@hidden: emacs22 can not load emacs-wiki-mode.!!]


From: Chong Yidong
Subject: Re: address@hidden: emacs22 can not load emacs-wiki-mode.!!]
Date: Mon, 09 Oct 2006 20:10:33 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

> Would someone please DTRT, then ack.  If you need more info,
> please ask him.

This is an error in the third-party emacs-wiki package.  The following
patch to emacs-wiki fixes it; no change to Emacs is required.

[Cc'ing the emacs-wiki.el maintainer]

*** emacs-wiki-2.71/emacs-wiki-colors.el~       2006-10-09 20:07:18.000000000 
-0400
--- emacs-wiki-2.71/emacs-wiki-colors.el        2006-10-09 20:07:41.000000000 
-0400
***************
*** 648,654 ****
    (emacs-wiki-add-to-invisibility-spec 'emacs-wiki)
    (set (make-local-variable 'font-lock-multiline) 'undecided)
    (set (make-local-variable 'font-lock-defaults)
!        `(nil t nil nil 'beginning-of-line
           (font-lock-fontify-region-function
            . emacs-wiki-highlight-region)
           (font-lock-unfontify-region-function
--- 648,654 ----
    (emacs-wiki-add-to-invisibility-spec 'emacs-wiki)
    (set (make-local-variable 'font-lock-multiline) 'undecided)
    (set (make-local-variable 'font-lock-defaults)
!        `(nil t nil nil beginning-of-line
           (font-lock-fontify-region-function
            . emacs-wiki-highlight-region)
           (font-lock-unfontify-region-function




reply via email to

[Prev in Thread] Current Thread [Next in Thread]