/dports/editors/emacs/emacs-27.2/doc/emacs/ |
H A D | building.texi | 202 Toggle Next Error Follow minor mode, which makes cursor motion in the 299 @findex next-error-follow-minor-mode 301 this minor mode, ordinary cursor motion in the compilation buffer 305 The features of Compilation mode are also available in a minor mode 308 @kbd{M-x compilation-minor-mode} to enable the minor mode. For 309 instance, in an Rlogin buffer (@pxref{Remote Host}), Compilation minor 496 Flymake mode is a minor mode that performs on-the-fly syntax 669 @findex gud-tooltip-mode 671 GUD Tooltip mode is a global minor mode that adds tooltip support to 672 GUD@. To toggle this mode, type @kbd{M-x gud-tooltip-mode}. It is [all …]
|
/dports/editors/emacs-devel/emacs-4d1968b/doc/emacs/ |
H A D | building.texi | 202 Toggle Next Error Follow minor mode, which makes cursor motion in the 302 @findex next-error-follow-minor-mode 304 this minor mode, ordinary cursor motion in the compilation buffer 308 The features of Compilation mode are also available in a minor mode 311 @kbd{M-x compilation-minor-mode} to enable the minor mode. For 312 instance, in an Rlogin buffer (@pxref{Remote Host}), Compilation minor 504 Flymake mode is a minor mode that performs on-the-fly syntax 677 @findex gud-tooltip-mode 679 GUD Tooltip mode is a global minor mode that adds tooltip support to 680 GUD@. To toggle this mode, type @kbd{M-x gud-tooltip-mode}. It is [all …]
|
/dports/editors/emacs-devel/emacs-4d1968b/lisp/ |
H A D | ChangeLog.12 | 324 * progmodes/gud.el (gud-minor-mode-map): Make go button same 569 * progmodes/gud.el (gud-minor-mode-map): Simplify. 595 (gud-minor-mode-map): Add tool-bar like bindings to the text mode 16965 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions. 16971 (gdb-set-gud-minor-mode-existing-buffers-1): Use it. 17016 (gdb-set-gud-minor-mode-existing-buffers-1) 26860 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1) 28016 (gud-tooltip-print-command): Remove case where gud-minor-mode 28466 tooltip-gud-tips-p. Make it a minor-mode. 28653 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist. [all …]
|
H A D | ChangeLog.4 | 1151 (tar-subfile-mode): Don't add anything to minor-mode-alist. 1171 * gud.el (gud-mode, gud-sentinel): 1882 (compilation-minor-mode-map): Bind mouse-2. 3272 and put it in minor-mode-map-alist. 3435 minor-mode and completion. 4448 * outline.el (outline-minor-mode): When turning off the mode, 5913 outline-minor-mode is toggled. 6005 (iso-accents-mode): Not here. Just setq iso-accents-minor-mode. 6013 (iso-accents-minor-mode): Now a user option. 6244 (outline-minor-mode-map): Use it. [all …]
|
H A D | ChangeLog.10 | 1538 * gud.el (gud-minor-mode-type): Move defvar up. 2259 (sc-minor-mode): Use define-minor-mode. 3857 Accept both minor mode string and minor mode indicator. 3867 Use describe-minor-mode-from-symbol instead of describe-minor-mode. 4381 mode-line-minor-mode-keymap. 6851 * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type. 7778 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map. 7910 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than 8047 (tooltip-gud-print-command): Use gud-minor mode instead of 8609 (compilation-shell-minor-mode, compilation-minor-mode): [all …]
|
H A D | ChangeLog.5 | 757 (gud-mode, gud-gdb-find-file, gud-dbx-find-file, gud-sdb-find-file) 1373 * ispell.el (ispell-minor-mode): Likewise. 1377 * noutline.el (outline-minor-mode): Likewise. 1378 * outline.el (outline-minor-mode): Likewise. 2967 compilation-minor-mode or compilation-mode major mode, rather than 2969 once in compilation-minor-mode but is not now. 5034 (minor-mode-alist): Use a constant string to indicate Double mode. 5469 iso-accents-minor-mode. 5985 * mouse.el (mouse-major-mode-menu): Use minor-mode-map-alist 7226 (ispell-minor-mode): New variable. [all …]
|
H A D | ChangeLog.11 | 2191 Optimize `define-minor-mode'. Add `defun-cvs-mode'. 4510 to `next-error-follow-minor-mode'. 4667 * simple.el (next-error-follow-minor-mode) 6786 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer. 6789 gud-minor-mode (gdbmi). 6845 Handle new value for gud-minor-mode (gdbmi). 6865 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for 7121 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to 9010 (compilation-minor-mode-map, compilation-shell-minor-mode-map): 10777 minor-mode-overriding-map-alist. [all …]
|
H A D | ChangeLog.6 | 630 * noutline.el (outline-minor-mode): Using change-major-mode-hook, 636 minor mode. 1616 * gud.el (gud-mode): Doc fix. 1918 * help.el (describe-mode): Handle minor mode w/o mode line indicator. 2372 * compile.el (compilation-minor-mode): Run compilation-minor-mode-hook. 5715 Harnessed view-minor-mode. 6017 (view-mode): New function toggles minor mode in the usual way. 6018 (view-mode-map): Put this on minor-mode-map-alist. 6688 Harnessed view-minor-mode. 6880 * view.el: Rewrite as a minor mode. [all …]
|
H A D | ChangeLog.9 | 1730 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap 1739 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for 1743 Use mode-line-minor-mode-keymap for the minor mode name. 8752 * gud.el (gud-minor-mode): New var. 8754 (gud-find-file): Copy gud-minor-mode to the new buffer. 8757 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist. 8758 (gud-mode-map): New map. 8761 Don't set up gud's menu (it's done by the minor-mode). 8765 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode. 8766 (gud-mode): Use define-derived-mode. [all …]
|
H A D | ChangeLog.3 | 445 (outline-minor-mode-map): New variable. 446 (minor-mode-map-alist): Add new entry. 920 Use it in minor-mode-map-alist for vc-dired-mode. 981 * compile.el: Add compilation-minor-mode to minor-mode-alist and 982 minor-mode-map-alist. 983 (compilation-minor-mode): New defvar. 987 compilation-minor-mode-map. 1291 * gud.el (gud-mode): Created C-c synonym bindings in the GUD 3827 (gud-mode): Make gud-delete-prompt-marker buffer-local, and 4058 * gud.el (gud-mode-map): Bind gud-refresh to C-c C-l, not C-c l; [all …]
|
H A D | ChangeLog.15 | 1125 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map): 1681 (compilation-shell-minor-mode, compilation-minor-mode): Use it. 1962 define-minor-mode. 6595 (ispell-minor-mode): Use define-minor-mode. 7536 (electric-indent-mode): New minor mode. 7539 (electric-pair-mode): New minor mode. 11151 Use define-minor-mode. 11262 Avoid re-enabling a minor mode after the user turned the minor mode 11887 (vc-git-log-edit-mode): New minor mode. 19598 (crisp-mode): Use define-minor-mode. [all …]
|
H A D | ChangeLog.7 | 2644 Removed Info-lookup minor mode. 6297 Add minor mode interface. 17625 (outline-minor-mode): Likewise. 18092 minor-mode-map-alist. 18172 (outline-minor-mode): Likewise. 18175 (outline-minor-mode): Likewise. 18233 * gud.el (gud-mode): Add a mode-class property. 18337 (compilation-shell-minor-mode): New minor mode. 18340 (compilation-shell-minor-mode-map, compilation-shell-minor-mode): 18363 compilation-shell-minor-mode. [all …]
|
/dports/editors/emacs/emacs-27.2/lisp/ |
H A D | ChangeLog.12 | 324 * progmodes/gud.el (gud-minor-mode-map): Make go button same 569 * progmodes/gud.el (gud-minor-mode-map): Simplify. 595 (gud-minor-mode-map): Add tool-bar like bindings to the text mode 16965 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions. 16971 (gdb-set-gud-minor-mode-existing-buffers-1): Use it. 17016 (gdb-set-gud-minor-mode-existing-buffers-1) 26860 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1) 28016 (gud-tooltip-print-command): Remove case where gud-minor-mode 28466 tooltip-gud-tips-p. Make it a minor-mode. 28653 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist. [all …]
|
H A D | ChangeLog.4 | 1151 (tar-subfile-mode): Don't add anything to minor-mode-alist. 1171 * gud.el (gud-mode, gud-sentinel): 1882 (compilation-minor-mode-map): Bind mouse-2. 3272 and put it in minor-mode-map-alist. 3435 minor-mode and completion. 4448 * outline.el (outline-minor-mode): When turning off the mode, 5913 outline-minor-mode is toggled. 6005 (iso-accents-mode): Not here. Just setq iso-accents-minor-mode. 6013 (iso-accents-minor-mode): Now a user option. 6244 (outline-minor-mode-map): Use it. [all …]
|
H A D | ChangeLog.10 | 1538 * gud.el (gud-minor-mode-type): Move defvar up. 2259 (sc-minor-mode): Use define-minor-mode. 3857 Accept both minor mode string and minor mode indicator. 3867 Use describe-minor-mode-from-symbol instead of describe-minor-mode. 4381 mode-line-minor-mode-keymap. 6851 * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type. 7778 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map. 7910 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than 8047 (tooltip-gud-print-command): Use gud-minor mode instead of 8609 (compilation-shell-minor-mode, compilation-minor-mode): [all …]
|
H A D | ChangeLog.5 | 757 (gud-mode, gud-gdb-find-file, gud-dbx-find-file, gud-sdb-find-file) 1373 * ispell.el (ispell-minor-mode): Likewise. 1377 * noutline.el (outline-minor-mode): Likewise. 1378 * outline.el (outline-minor-mode): Likewise. 2967 compilation-minor-mode or compilation-mode major mode, rather than 2969 once in compilation-minor-mode but is not now. 5034 (minor-mode-alist): Use a constant string to indicate Double mode. 5469 iso-accents-minor-mode. 5985 * mouse.el (mouse-major-mode-menu): Use minor-mode-map-alist 7226 (ispell-minor-mode): New variable. [all …]
|
H A D | ChangeLog.11 | 2191 Optimize `define-minor-mode'. Add `defun-cvs-mode'. 4510 to `next-error-follow-minor-mode'. 4667 * simple.el (next-error-follow-minor-mode) 6786 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer. 6789 gud-minor-mode (gdbmi). 6845 Handle new value for gud-minor-mode (gdbmi). 6865 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for 7121 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to 9010 (compilation-minor-mode-map, compilation-shell-minor-mode-map): 10777 minor-mode-overriding-map-alist. [all …]
|
H A D | ChangeLog.6 | 630 * noutline.el (outline-minor-mode): Using change-major-mode-hook, 636 minor mode. 1616 * gud.el (gud-mode): Doc fix. 1918 * help.el (describe-mode): Handle minor mode w/o mode line indicator. 2372 * compile.el (compilation-minor-mode): Run compilation-minor-mode-hook. 5715 Harnessed view-minor-mode. 6017 (view-mode): New function toggles minor mode in the usual way. 6018 (view-mode-map): Put this on minor-mode-map-alist. 6688 Harnessed view-minor-mode. 6880 * view.el: Rewrite as a minor mode. [all …]
|
H A D | ChangeLog.9 | 1730 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap 1739 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for 1743 Use mode-line-minor-mode-keymap for the minor mode name. 8752 * gud.el (gud-minor-mode): New var. 8754 (gud-find-file): Copy gud-minor-mode to the new buffer. 8757 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist. 8758 (gud-mode-map): New map. 8761 Don't set up gud's menu (it's done by the minor-mode). 8765 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode. 8766 (gud-mode): Use define-derived-mode. [all …]
|
H A D | ChangeLog.3 | 445 (outline-minor-mode-map): New variable. 446 (minor-mode-map-alist): Add new entry. 920 Use it in minor-mode-map-alist for vc-dired-mode. 981 * compile.el: Add compilation-minor-mode to minor-mode-alist and 982 minor-mode-map-alist. 983 (compilation-minor-mode): New defvar. 987 compilation-minor-mode-map. 1291 * gud.el (gud-mode): Created C-c synonym bindings in the GUD 3827 (gud-mode): Make gud-delete-prompt-marker buffer-local, and 4058 * gud.el (gud-mode-map): Bind gud-refresh to C-c C-l, not C-c l; [all …]
|
H A D | ChangeLog.15 | 1125 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map): 1681 (compilation-shell-minor-mode, compilation-minor-mode): Use it. 1962 define-minor-mode. 6595 (ispell-minor-mode): Use define-minor-mode. 7536 (electric-indent-mode): New minor mode. 7539 (electric-pair-mode): New minor mode. 11151 Use define-minor-mode. 11262 Avoid re-enabling a minor mode after the user turned the minor mode 11887 (vc-git-log-edit-mode): New minor mode. 19598 (crisp-mode): Use define-minor-mode. [all …]
|
H A D | ChangeLog.7 | 2644 Removed Info-lookup minor mode. 6297 Add minor mode interface. 17625 (outline-minor-mode): Likewise. 18092 minor-mode-map-alist. 18172 (outline-minor-mode): Likewise. 18175 (outline-minor-mode): Likewise. 18233 * gud.el (gud-mode): Add a mode-class property. 18337 (compilation-shell-minor-mode): New minor mode. 18340 (compilation-shell-minor-mode-map, compilation-shell-minor-mode): 18363 compilation-shell-minor-mode. [all …]
|
/dports/editors/emacs/emacs-27.2/ |
H A D | MANIFEST | 828 etc/images/gud/README 829 etc/images/gud/all.pbm 830 etc/images/gud/all.xpm 839 etc/images/gud/go.pbm 840 etc/images/gud/go.xpm 845 etc/images/gud/pp.pbm 846 etc/images/gud/pp.xpm 869 etc/images/gud/run.pbm 881 etc/images/gud/up.pbm 882 etc/images/gud/up.xpm [all …]
|
/dports/editors/emacs-devel/emacs-4d1968b/etc/ |
H A D | ChangeLog.1 | 196 Fix minor Bazaar leftovers. 215 * srecode/doc-cpp.srt (mode): Set to c mode so this works with 2060 * images/gud/rcont.xpm, images/gud/rnext.xpm: 2062 * images/gud/rstep.xpm, images/gud/rstepi.xpm: 2507 minor changes. 4446 * images/gud/go.xpm, images/gud/go.pbm: Old gud-remove icons. 4448 * images/gud/stop.xpm, images/gud/stop.pbm: Old gud-break icons. 4450 * images/gud/pp.xpm, images/gud/pstar.xpm, images/gud/until.xpm: 4593 * images/gud/n.pbm, images/gud/n.xpm 4594 * images/gud/ni.xpm, images/gud/ni.xpm [all …]
|
/dports/editors/emacs/emacs-27.2/etc/ |
H A D | ChangeLog.1 | 196 Fix minor Bazaar leftovers. 215 * srecode/doc-cpp.srt (mode): Set to c mode so this works with 2060 * images/gud/rcont.xpm, images/gud/rnext.xpm: 2062 * images/gud/rstep.xpm, images/gud/rstepi.xpm: 2507 minor changes. 4446 * images/gud/go.xpm, images/gud/go.pbm: Old gud-remove icons. 4448 * images/gud/stop.xpm, images/gud/stop.pbm: Old gud-break icons. 4450 * images/gud/pp.xpm, images/gud/pstar.xpm, images/gud/until.xpm: 4593 * images/gud/n.pbm, images/gud/n.xpm 4594 * images/gud/ni.xpm, images/gud/ni.xpm [all …]
|