emacs-devel
[Top][All Lists]
Advanced

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

Re: Question about copy-region-as-kill


From: Richard Stallman
Subject: Re: Question about copy-region-as-kill
Date: Sun, 7 Apr 2002 12:50:47 -0600 (MDT)

    > I guess that properties added by font-lock are different.

    To me, that sounds about right: If a text property was added by Emacs,
    ie. font-lock, then chances are high that in another buffer the text
    properties will be lost anyway (after saving and reloading, or when
    the font-lock for the new buffer kicks in).  In this case, we might as
    well remove the text-properties anyway.

That is a good point.  Perhaps therefore font-lock should create
overlays rather than text properties.  Overlays are not part of the
text, and won't be copied when the text is copied.




reply via email to

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