emacs-devel
[Top][All Lists]
Advanced

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

Re: yank-excluded-properties not functioning when font-lock-face set


From: Chong Yidong
Subject: Re: yank-excluded-properties not functioning when font-lock-face set
Date: Fri, 09 Feb 2007 18:11:26 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

JD Smith <address@hidden> writes:

> I posted a COMINT problem earlier which David revealed to be a
> deficiency in yank-excluded-properties.
>
> Select the word and then 
> M-: (add-text-properties (point) (mark)
> '(read-only t font-lock-face bold)) [Ret]

I think I know the problem.  The text property changes that
yank-excluded-properties was attempting to perform were being blocked
by the read-only property of the inserted text.  I've checked in a fix
into CVS.




reply via email to

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