emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: describe-char


From: Nick Roberts
Subject: Re: describe-char
Date: Fri, 16 Dec 2005 01:08:55 +1300

 > > There are text properties here:
 > >   font-lock-face       [info-xref]
 > >   help-echo            "mouse-2: go to (efaq)"
 > >   mouse-face           [highlight]
 > >
 > > but you can no longer click on info-xref or highlight to examine that face.
 > 
 > That's because overlays of these button don't get copied from the
 > temporary buffer.  Is there a function that can copy them to another
 > buffer?

There is also a problem with using mouse-2 for the [back] button.  It clashes
with widget-button-click and generates an error:

  widget-button-click: Wrong type argument: consp, t

Ideally, I guess push-button and widget-button-click shouldn't be mixed.
Perhaps it can all be done without overlays.  Faces, for example could be
linked with buttons of type 'help-face-def.

Nick




reply via email to

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