]> git.eshelyaron.com Git - emacs.git/commit
Allow tabbing between widgets to skip inactive widgets (bug#70413)
authorStephen Berman <stephen.berman@gmx.net>
Wed, 17 Apr 2024 17:33:24 +0000 (19:33 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 20 Apr 2024 11:03:21 +0000 (14:03 +0300)
commit7e65998adaea1c398813b7860b1da7423d4d34ae
tree0d7b21885b4e62b22c0b793c8bfb110c66c2ca1d
parentb76a8ddcc898a6aea07819668fd9ca241b973e61
Allow tabbing between widgets to skip inactive widgets (bug#70413)

* doc/misc/widget.texi (Widgets and the Buffer, Customization):
Document it.

* etc/NEWS: Announce it.

* lisp/wid-edit.el (widget-skip-inactive): New user option.
(widget-tabable-at): Use it.

(cherry picked from commit 91333dacfa1b9f1041ceeebb3d46e8e04048c4c9)
doc/misc/widget.texi
etc/NEWS
lisp/wid-edit.el