emacs-devel
[Top][All Lists]
Advanced

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

Re: [External] : Reading text properties from a yanked text


From: Stefan Monnier
Subject: Re: [External] : Reading text properties from a yanked text
Date: Sun, 27 Nov 2022 02:08:11 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

Nicolas P. Rougier (inria) [2022-11-27 07:07:30] wrote:
> Drew Adams [2022-11-26 at 23:03] wrote:
>> Not sure what you're asking.
>> But do either of these user options help?
>>  `yank-excluded-properties'
>>  `yank-handled-properties'
> Thank for the pointer, I didn't you could configure yank properties. But in
> the present case it does not seem to make a difference.

Evaluating code of (foo "bar" baz) only pays attention to the
characters in the code.  Not to the text-properties applied to
those characters.  IOW the face applied to `foo`, or to `bar`, or to
`baz` will have no effect on the return value of that piece of code.


        Stefan




reply via email to

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