emacs-devel
[Top][All Lists]
Advanced

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

Re: List Text Properties


From: Richard Stallman
Subject: Re: List Text Properties
Date: Wed, 13 Feb 2002 20:11:52 -0700 (MST)

The feature is a good idea.

    (define-widget 'describe-text-close 'push-button
      "Add a `close' button."
      :tag "Close"
      :action (lambda (&rest ignore) (describe-text-done)))

Using this will force the widget library to be loaded,
and it seems like a mistake to pay that price for a minor
side feature.  So please leave this out.  Otherwise it seems
like a good implementation.



reply via email to

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