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

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

Re: Escaped double quote breaks syntax highlighting


From: Tim Johnson
Subject: Re: Escaped double quote breaks syntax highlighting
Date: Tue, 11 Jul 2006 20:55:46 -0000
User-agent: slrn/0.9.8.0 (Linux)

On 2006-07-11, Tim Johnson <tim@johnsons-web.com> wrote:
>
>   (set (make-local-variable 'font-lock-syntactic-keywords)
>     '(("\\^\\(\"\\)" 1 "\"")))
  
  
   (set (make-local-variable 'font-lock-syntactic-keywords)
        '(("\\^\\(\"\\)" 1 ".")))  

   ;; appears to have the
   ;; correct effect. If I understand the process, here
   ;; we tell emacs that the caret/doublequote combination
   ;; evaluates to the symbol syntax class.

   Comments, corrections are welcome.
   Thanks as always to Johan.

-- 
Tim Johnson <tim@johnsons-web.com>
      http://www.alaska-internet-solutions.com


reply via email to

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