mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
739e3dbe05
* lisp/allout.el (allout-abbreviate-flattened-numbering) (allout-mode-deactivate-hook): * lisp/ansi-color.el (ansi-color-unfontify-region): * lisp/auth-source.el (auth-source-hide-passwords) (auth-source-user-or-password) (auth-source-forget-user-or-password): * lisp/cedet/data-debug.el (data-debug-map): * lisp/cedet/semantic/grammar.el (semantic-grammar-syntax-table) (semantic-grammar-map): * lisp/chistory.el (command-history-map): * lisp/comint.el (comint-dynamic-complete) (comint-dynamic-complete-as-filename) (comint-dynamic-simple-complete): * lisp/dired-x.el (read-filename-at-point) (dired-x-submit-report): * lisp/dos-fns.el (register-name-alist, make-register) (register-value, set-register-value, intdos, mode25, mode4350): * lisp/emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): * lisp/emacs-lisp/chart.el (chart-map): * lisp/emacs-lisp/package.el (package-menu-view-commentary): * lisp/emacs-lock.el (toggle-emacs-lock, emacs-lock-from-exiting): * lisp/erc/erc.el (erc-complete-word): * lisp/eshell/em-cmpl.el (eshell-cmpl-suffix-list): * lisp/eshell/esh-util.el (eshell-for): * lisp/files.el (inhibit-first-line-modes-regexps) (inhibit-first-line-modes-suffixes): * lisp/gnus/gnus-msg.el (gnus-outgoing-message-group) (gnus-debug-files, gnus-debug-exclude-variables): * lisp/gnus/gnus-registry.el (gnus-registry-user-format-function-M): * lisp/gnus/gnus.el (gnus-local-domain, gnus-carpal): * lisp/gnus/nnimap.el (nnimap-split-rule): * lisp/iimage.el (turn-on-iimage-mode): * lisp/image.el (image-extension-data, image-library-alist): * lisp/mail/emacsbug.el (report-emacs-bug-pretest-address): * lisp/mail/mail-utils.el (rmail-dont-reply-to): * lisp/mail/mailalias.el (mail-complete-function) (mail-completion-at-point-function): * lisp/mail/rmail.el (rmail-dont-reply-to-names) (rmail-default-dont-reply-to-names): * lisp/mail/sendmail.el (mail-mailer-swallows-blank-line) (mail-sent-via): * lisp/menu-bar.el (menu-bar-kill-ring-save): * lisp/minibuffer.el (completion-annotate-function) (minibuffer-local-filename-must-match-map): * lisp/msb.el (msb-after-load-hooks): * lisp/obsolete/eieio-compat.el (eieio-defmethod) (eieio-defgeneric): * lisp/obsolete/info-edit.el (Info-edit-map): * lisp/obsolete/starttls.el (starttls-any-program-available): * lisp/progmodes/cfengine.el (cfengine-mode-abbrevs): * lisp/progmodes/cwarn.el (turn-on-cwarn-mode): * lisp/progmodes/make-mode.el (makefile-complete): * lisp/progmodes/meta-mode.el (meta-complete-symbol) (meta-mode-map): * lisp/progmodes/pascal.el (pascal-toggle-completions) (pascal-last-completions, pascal-show-completions): * lisp/progmodes/prolog.el (prolog-char-quote-workaround): * lisp/progmodes/which-func.el (which-func-mode): [FUNCTION] * lisp/simple.el (count-lines-region, minibuffer-completing-symbol): * lisp/speedbar.el (speedbar-syntax-table, speedbar-key-map): * lisp/strokes.el (strokes-report-bug): * lisp/subr.el (condition-case-no-debug): * lisp/term/ns-win.el (ns-alternatives-map) (ns-store-cut-buffer-internal): * lisp/term/w32-win.el (w32-default-color-map): * lisp/term/x-win.el (x-cut-buffer-or-selection-value): * lisp/textmodes/bibtex.el (bibtex-complete) (bibtex-entry-field-alist): * lisp/textmodes/reftex-index.el (reftex-index-map) (reftex-index-phrases-map): * lisp/textmodes/reftex-sel.el (reftex-select-label-map) (reftex-select-bib-map): * lisp/textmodes/reftex-toc.el (reftex-toc-map): * lisp/textmodes/rst.el (rst-block-face, rst-external-face) (rst-definition-face, rst-directive-face, rst-comment-face) (rst-emphasis1-face, rst-emphasis2-face, rst-literal-face) (rst-reference-face): * lisp/vc/vc-hooks.el (vc-toggle-read-only): * lisp/view.el (view-return-to-alist) (view-return-to-alist-update): Remove many functions and variables obsolete since 24.1. * lisp/textmodes/bibtex.el (bibtex-entry-alist): Don't use above removed variable 'bibtex-entry-field-alist'. * lisp/cedet/data-debug.el (data-debug-edebug-expr) (data-debug-eval-expression): * lisp/emacs-lisp/trace.el (trace--read-args): * lisp/files-x.el (read-file-local-variable-value): * lisp/simple.el (read--expression): Don't use above removed variable 'minibuffer-completing-symbol'. * lisp/textmodes/rst.el (rst-font-lock-keywords): Don't use above removed variables. * src/w32fns.c (Fw32_default_color_map): Delete obsolete function. (syms_of_w32fns): Delete defsubr for above defun. * src/keyboard.c (syms_of_keyboard) <Vdeferred_action_list> <Vdeferred_action_function>: Delete DEFVARs. <Qdeferred_action_function>: Delete DEFSYM. (syms_of_keyboard_for_pdumper): Adjust for above change. (command_loop_1): Don't run deferred-action-function hook. * lisp/subr.el (deferred-action-list, deferred-action-function): Delete obsoletion statements. * lisp/emacs-lisp/ert-x.el (ert-simulate-command): Don't run 'deferred-action-list' hook. * doc/lispref/hooks.texi (Standard Hooks): Delete 'deferred-action-function'. * lisp/emacs-lisp/lisp.el (field-complete): * lisp/eshell/em-cmpl.el (eshell-cmpl-initialize): * lisp/gnus/gnus-msg.el (gnus-inews-insert-gcc): * lisp/gnus/nnmail.el (nnmail-fancy-expiry-target): * lisp/mail/mail-utils.el (mail-dont-reply-to): * lisp/mail/sendmail.el (sendmail-send-it): * lisp/mail/smtpmail.el (smtpmail-send-it): * lisp/minibuffer.el (minibuffer-completion-help): * lisp/progmodes/python.el: Don't use above removed items. * lisp/emacs-lisp/eieio-core.el: * lisp/mail/mailalias.el (mail-complete-alist): Doc fixes; don't refer to above removed items. ; * etc/NEWS: List removed items.
182 lines
6.6 KiB
EmacsLisp
182 lines
6.6 KiB
EmacsLisp
;;; chistory.el --- list command history -*- lexical-binding: t -*-
|
|
|
|
;; Copyright (C) 1985, 2001-2022 Free Software Foundation, Inc.
|
|
|
|
;; Author: K. Shane Hartman
|
|
;; Maintainer: emacs-devel@gnu.org
|
|
;; Keywords: convenience
|
|
|
|
;; This file is part of GNU Emacs.
|
|
|
|
;; GNU Emacs is free software: you can redistribute it and/or modify
|
|
;; it under the terms of the GNU General Public License as published by
|
|
;; the Free Software Foundation, either version 3 of the License, or
|
|
;; (at your option) any later version.
|
|
|
|
;; GNU Emacs is distributed in the hope that it will be useful,
|
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
;; GNU General Public License for more details.
|
|
|
|
;; You should have received a copy of the GNU General Public License
|
|
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
;;; Commentary:
|
|
|
|
;; This really has nothing to do with list-command-history per se, but
|
|
;; its a nice alternative to C-x ESC ESC (repeat-complex-command) and
|
|
;; functions as a lister if given no pattern. It's not important
|
|
;; enough to warrant a file of its own.
|
|
|
|
;;; Code:
|
|
|
|
(defgroup chistory nil
|
|
"List command history."
|
|
:group 'keyboard)
|
|
|
|
;;;###autoload
|
|
(defun repeat-matching-complex-command (&optional pattern)
|
|
"Edit and re-evaluate complex command with name matching PATTERN.
|
|
Matching occurrences are displayed, most recent first, until you select
|
|
a form for evaluation. If PATTERN is empty (or nil), every form in the
|
|
command history is offered. The form is placed in the minibuffer for
|
|
editing and the result is evaluated."
|
|
(interactive "sRedo Command (regexp): ")
|
|
(if pattern
|
|
(if (string-match "[^ \t]" pattern)
|
|
(setq pattern (substring pattern (match-beginning 0)))
|
|
(setq pattern nil)))
|
|
(let ((history command-history)
|
|
(temp)
|
|
(what))
|
|
(while (and history (not what))
|
|
(setq temp (car history))
|
|
(if (and (or (not pattern) (string-match pattern (symbol-name (car temp))))
|
|
(y-or-n-p (format "Redo %S? " temp)))
|
|
(setq what (car history))
|
|
(setq history (cdr history))))
|
|
(if (not what)
|
|
(error "Command history exhausted")
|
|
;; Try to remove any useless command history element for this command.
|
|
(if (eq (car (car command-history)) 'repeat-matching-complex-command)
|
|
(setq command-history (cdr command-history)))
|
|
(edit-and-eval-command "Redo: " what))))
|
|
|
|
(defcustom default-command-history-filter-garbage
|
|
'(command-history-mode
|
|
list-command-history
|
|
electric-command-history)
|
|
"A list of symbols to be ignored by `default-command-history-filter'.
|
|
If that function is given a list whose car is an element of this list,
|
|
then it will return non-nil (indicating the list should be discarded from
|
|
the history).
|
|
Initially, all commands related to the command history are discarded."
|
|
:type '(repeat symbol))
|
|
|
|
(defvar list-command-history-filter 'default-command-history-filter
|
|
"Predicate to test which commands should be excluded from the history listing.
|
|
If non-nil, should be the name of a function of one argument.
|
|
It is passed each element of the command history when
|
|
\\[list-command-history] is called. If the filter returns non-nil for
|
|
some element, that element is excluded from the history listing. The
|
|
default filter removes commands associated with the command-history.")
|
|
|
|
(defun default-command-history-filter (frob)
|
|
"Filter commands matching `default-command-history-filter-garbage' list
|
|
from the command history."
|
|
(or (not (consp frob))
|
|
(memq (car frob) default-command-history-filter-garbage)))
|
|
|
|
(defcustom list-command-history-max 32
|
|
"If non-nil, maximum length of the listing produced by `list-command-history'."
|
|
:type '(choice integer (const nil)))
|
|
|
|
;;;###autoload
|
|
(defun list-command-history ()
|
|
"List history of commands that used the minibuffer.
|
|
The number of commands listed is controlled by `list-command-history-max'.
|
|
Calls value of `list-command-history-filter' (if non-nil) on each history
|
|
element to judge if that element should be excluded from the list.
|
|
|
|
The buffer is left in Command History mode."
|
|
(interactive)
|
|
(with-output-to-temp-buffer
|
|
"*Command History*"
|
|
(let ((history command-history)
|
|
(buffer-read-only nil)
|
|
(count (or list-command-history-max -1)))
|
|
(while (and (/= count 0) history)
|
|
(if (and (bound-and-true-p list-command-history-filter)
|
|
(funcall list-command-history-filter (car history)))
|
|
nil
|
|
(setq count (1- count))
|
|
(prin1 (car history))
|
|
(terpri))
|
|
(setq history (cdr history))))
|
|
(with-current-buffer "*Command History*"
|
|
(goto-char (point-min))
|
|
(if (eobp)
|
|
(error "No command history")
|
|
(command-history-mode)))))
|
|
|
|
(defvar command-history-mode-map
|
|
(let ((map (make-sparse-keymap)))
|
|
(set-keymap-parent map (make-composed-keymap lisp-mode-shared-map
|
|
special-mode-map))
|
|
(define-key map "x" #'command-history-repeat)
|
|
(define-key map "\n" #'next-line)
|
|
(define-key map "\r" #'next-line)
|
|
(define-key map "\177" #'previous-line)
|
|
map)
|
|
"Keymap for `command-history-mode'.")
|
|
|
|
(define-derived-mode command-history-mode special-mode "Command History"
|
|
"Major mode for listing and repeating recent commands.
|
|
|
|
Keybindings:
|
|
\\{command-history-mode-map}"
|
|
(lisp-mode-variables nil)
|
|
(setq-local revert-buffer-function 'command-history-revert)
|
|
(set-syntax-table emacs-lisp-mode-syntax-table))
|
|
|
|
(defcustom command-history-hook nil
|
|
"If non-nil, its value is called on entry to `command-history-mode'."
|
|
:type 'hook)
|
|
|
|
(defun command-history-revert (_ignore-auto _noconfirm)
|
|
(list-command-history))
|
|
|
|
(defun command-history-repeat ()
|
|
"Repeat the command shown on the current line.
|
|
The buffer for that command is the previous current buffer."
|
|
(interactive)
|
|
(save-excursion
|
|
(eval (prog1
|
|
(save-excursion
|
|
(beginning-of-line)
|
|
(read (current-buffer)))
|
|
(set-buffer
|
|
(car (cdr (buffer-list))))))))
|
|
|
|
;;;###autoload
|
|
(defun command-history ()
|
|
"Examine commands from variable `command-history' in a buffer.
|
|
The number of commands listed is controlled by `list-command-history-max'.
|
|
The command history is filtered by `list-command-history-filter' if non-nil.
|
|
Use \\<command-history-mode-map>\\[command-history-repeat] to repeat the command on the current line.
|
|
|
|
Otherwise much like Emacs-Lisp Mode except that there is no self-insertion
|
|
and digits provide prefix arguments. Tab does not indent.
|
|
\\{command-history-mode-map}
|
|
|
|
This command always recompiles the Command History listing
|
|
and runs the normal hook `command-history-hook'."
|
|
(interactive)
|
|
(list-command-history)
|
|
(pop-to-buffer "*Command History*")
|
|
(run-hooks 'command-history-hook))
|
|
|
|
(provide 'chistory)
|
|
|
|
;;; chistory.el ends here
|