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

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

bug#44577: 27.1; Missing options in definition of edebug-mode in edebug.


From: Mark Harig
Subject: bug#44577: 27.1; Missing options in definition of edebug-mode in edebug.el
Date: Wed, 11 Nov 2020 18:16:37 +0000 (UTC)


> > Emacs Maintainers,
> >    In the documentation string in define-minor-mode edebug-mode in edebug.el:
> >    1. The option `edebug-on-signal' is listed, but it does not exist in the file.

> Indeed, I find no matches grepping in the repository for
> `edebug-on-signal', nor in the git log.

> Perhaps it should just be removed?

Yes. That is the intent of the report, to get the non-existent option removed.

> > 2. The following options, which are described in (elisp) Edebug Options, are missing:      
> >    edebug-sit-for-seconds, edebug-sit-on-break, edebug-behavior-alist,
> >    edebug-new-definition-function, edebug-after-instrumentation-function

>
> Maybe instead of maintaining a list, we should just point users to `M-x
> customize-group RET edebug RET'.  Or just remove the list and say
> nothing.

In edebug mode, type '?' to list help for the mode.  

This will list the keys defined for the mode followed by a list of the options.
The options are listed as help-mode links.  The links can be used to display
help for each of the options, including their current value.  This provides a
quick method for looking up help or checking the values of the (many) edebug
options.

---


reply via email to

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