unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Insufficient functionality of yank-excluded-properties
@ 2002-04-21 17:35 Kim F. Storm
  2002-04-21 17:52 ` Robert J. Chassell
  2002-04-22  7:47 ` Richard Stallman
  0 siblings, 2 replies; 4+ messages in thread
From: Kim F. Storm @ 2002-04-21 17:35 UTC (permalink / raw)



Try the following: 

Do C-h f help RET and copy the contents of the *Help* buffer to
another buffer.  The mouse highlight of the help buttons is still
active, i.e. the mouse-face property hasn't been removed.

The reason is that the `category' text property is copied.
In this specific case, the category is `help-function-def-button'
which has a mouse-face property.

One option is to add `category' to yank-excluded-properties, but
that's probably too dramatic.

A better solution might be for remove-list-of-text-properties
to remove a `category' text property if that category specifies
one of the excluded text properties in the list.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-04-22  8:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-21 17:35 Insufficient functionality of yank-excluded-properties Kim F. Storm
2002-04-21 17:52 ` Robert J. Chassell
2002-04-22  7:47 ` Richard Stallman
2002-04-22  8:22   ` Miles Bader

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).