emacs-devel
[Top][All Lists]
Advanced

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

Re: font-locking and open parens in column zero


From: martin rudalics
Subject: Re: font-locking and open parens in column zero
Date: Mon, 25 Sep 2006 10:05:45 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

> You mean (put 'c-beginning-of-defun 'font-lock-syntax-paren-check t)?

You mean (put 'c-beginning-of-syntax 'font-lock-syntax-paren-check t)?
You're right.

>
>>!                   (or 'font-lock-beginning-of-syntax-function
>>!                       'syntax-begin-function)))
>
>
> Huh?  This is equal to just 'font-lock-beginning-of-syntax-function.
>
>
>>!              (or (eq (eval beg-function) 'beginning-of-defun)
>
>
> I have no idea what this `eval' is about.  `beg-function' contains
> a function, i.e. a symbol (whose value when interpreted as a variable should
> not have any significance) or a lambda expression, so evaluating should be at
> best useless.

You mean my patch was downright silly?  You're right.

martin, who must have been in really bad shape when he wrote this





reply via email to

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