> > 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


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to