help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Syntax Highlighting Latency in Emacs


From: Peter Lee
Subject: Re: Syntax Highlighting Latency in Emacs
Date: Wed, 22 Dec 2004 21:55:31 GMT
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (windows-nt)

>>>> jab3  writes:

    jab3> Ah.  That seems to be doing what I want.  What if I just put the 
commands in
    jab3> my .emacs file?  How would I type the command for that file?

    jab3> (highlight-regexp "\%s" 'font-lock-function-name-face) ???

maybe something like:

(global-set-key (kbd "C-c m") (lambda () (interactive) (highlight-regexp "\%s" 
"hi-yellow")))



reply via email to

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