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

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

Re: backquote quote pair notation: What does it mean in Emacsdocument?


From: Oleksandr Gavenko
Subject: Re: backquote quote pair notation: What does it mean in Emacsdocument?
Date: Wed, 19 Dec 2012 21:57:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

On 2012-12-18, Jambunathan K wrote:

> Here is a simple one that I cooked up.  It can be simplified and be made
> more elegant though.
>
>     (add-hook 'Info-mode-hook
>               (lambda nil
>                 ;; Add a FIXME face.
>                 (font-lock-add-keywords
>                  nil '(("\\(?:`[^']+'\\)" 0 'font-lock-variable-name-face t)
>                        ("\\(?:\"[^\"]*\"\\)" 0 'font-lock-string-face t)))))

Why do you use "shy group" in refex? You reference to all excretion in any
case...

-- 
Best regards!




reply via email to

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