emacs-devel
[Top][All Lists]
Advanced

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

Re: font-lock and shell scripts: Raises redisplay errors in highlight pa


From: T. V. Raman
Subject: Re: font-lock and shell scripts: Raises redisplay errors in highlight pattern:
Date: Thu, 13 Jul 2006 18:28:48 -0700

Suspect your patch will fix it.
I did a cvs update before patching --- turned out to be a mistake
in hindsight because the build is currently broken like so:)
(this is after a make clean , configure ...

../src/emacs -batch --no-site-file --multibyte -f batch-byte-compile 
/home/tvraman/sourceforge/emacs/lisp/progmodes/cc-mode.el
Source file `/home/tvraman/sourceforge/emacs/lisp/emacs-lisp/edebug.el' newer 
than byte-compiled file
Source file `/home/tvraman/sourceforge/emacs/lisp/progmodes/cc-fonts.el' newer 
than byte-compiled file
cc-mode.el:1188:21:Error: Wrong type argument: integerp, nil
make: *** [/home/tvraman/sourceforge/emacs/lisp/progmodes/cc-mode.elc] Error 1
18:27:05 labrador lisp $ 

>>>>> "Stefan" == Stefan Monnier <address@hidden> writes:
    >> Error during redisplay: (error No match 6 in highlight (6
    >> font-lock-builtin-face))
    Stefan> 
    Stefan> Thanks.  Does the patch below fix your problem?
    Stefan> 
    Stefan> 
    Stefan>         Stefan
    Stefan> 
    Stefan> 
    Stefan> --- sh-script.el 04 Jul 2006 11:23:07 -0400 1.181 +++
    Stefan> sh-script.el 13 Jul 2006 11:28:47 -0400 @@ -1554,7
    Stefan> +1554,7 @@ (regexp-opt (sh-feature sh-builtins) t)
    Stefan> "\\>") (2 font-lock-keyword-face nil t) - (6
    Stefan> font-lock-builtin-face)) + (4
    Stefan> font-lock-builtin-face)) ,@(sh-feature
    Stefan> sh-font-lock-keywords-var-2))) (,(concat keywords
    Stefan> "\\)\\>") 2 font-lock-keyword-face)

-- 
Best Regards,
--raman

      
Email:  address@hidden
WWW:    http://emacspeak.sf.net/raman/
AIM:    emacspeak       GTalk: address@hidden
PGP:    http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:    irc://irc.freenode.net/#emacs




reply via email to

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