Mercurial > emacs
annotate lisp/map-ynp.el @ 22735:ca02f300fc41
More commentary.
(speedbar-xemacsp) Moved definition.
(speedbar-initial-expansion-mode-list) was
`speedbar-initial-expansion-list' and now has multiple modes.
(speedbar-stealthy-function-list) now has mode labels.
(speedbar-initial-expansion-list-name,
speedbar-previously-used-expansion-list-name,
speedbar-special-mode-key-map, speedbar-track-mouse-flag,
speedbar-tag-hierarchy-method, speedbar-tag-split-minimum-length,
speedbar-tag-regroup-maximum-length,
speedbar-hide-button-brackets-flag) New variables
(speedbar-special-mode-expansion-list) updated documentation.
(speedbar-navigating-speed, speedbar-update-speed) phasing out.
(speedbar-vc-indicator) removed space from this var.
(speedbar-indicator-separator, speedbar-obj-do-check,
speedbar-obj-to-do-point, speedbar-obj-indicator, speedbar-obj-alist,
speedbar-indicator-regex) new variables.
(speedbar-directory-unshown-regexp) New variable.
(speedbar-supported-extension-expressions) Added more extensions.
(speedbar-add-supported-extension,
speedbar-add-ignored-path-regexp) Made interactive.
(speedbar-update-flag) nil w/ no window system.
(speedbar-file-key-map) Moved some key bindings from
`speedbar-key-map' to this map.
(speedbar-make-specialized-keymap) New function.
(speedbar-file-key-map) New key map.
(speedbar-easymenu-definition-special) Updated to new functions.
(speedbar-easymenu-definition-trailer) Changed conditional part.
(speedbar-frame-mode) Removed commented code, fixed W32 cursor
bug, Updated to better handle terminal frames.
(speedbar-switch-buffer-attached-frame) New function.
(speedbar-mode) Updated documentation, no local keymap,
correct `temp-buffer-show-function' use, enable mouse-tracking.
(speedbar-show-info-under-mouse) New function.
(speedbar-reconfigure-keymaps) Was `speedbar-reconfigure-menubar'.
Enable major display mode specific menus & key maps.
(speedbar-temp-buffer-show-function) Fix use of `temp-buffer-show-hook'
(speedbar-track-mouse, speedbar-track-mouse-xemacs) New functions.
(speedbar-restricted-move, speedbar-restricted-next,
speedbar-restricted-prev, speedbar-navigate-list,
speedbar-forward-list, speedbar-backward-list) New commands.
(speedbar-refresh) Updated message printing & verbosity.
(speedbar-item-load) Updated message.
(speedbar-item-byte-compile) Updated doc & reset scanners.
(speedbar-item-info) Overhauled with more details.
(speedbar-item-copy) Update messages.
(speedbar-generic-item-info) New function
(speedbar-item-delete) Update messages.
(speedbar-item-object-delete) New function.
(speedbar-select-window) Update doc. Use `show-buffer'.
(speedbar-make-button) Update doc.
(speedbar-initial-expansion-list, speedbar-initial-menu,
speedbar-initial-keymap, speedbar-initial-stealthy-functions,
speedbar-add-expansion-list,
speedbar-change-initial-expansion-list) New functions.
(speedbar-maybe-add-localized-support,
speedbar-add-localized-speedbar-support,
speedbar-remove-localized-speedbar-support) Imported from speedbspec
(speedbar-file-lists) Filter out some directories.
(speedbar-make-tag-line) Can hide brackets.
(speedbar-change-expand-button-char) Protect invisible text prop.
(speedbar-insert-files-at-point) Ignore case during comares.
(speedbar-apply-one-tag-hierarchy-method,
speedbar-create-tag-hierarchy) New functions.
(speedbar-insert-generic-list) Now calls hierarchy functions on tags.
(speedbar-update-contents) Handles localized support.
(speedbar-update-directory-contents) Uses fn for expansion list,
Fixed directory cacheing bug.
(speedbar-timer-fn) Calls localized support function.
(speedbar-stealthy-update-recurse) New variable
(speedbar-stealthy-updates) Handle new stealth function format.
(speedbar-clear-current-file) Handle indicator regex.
(speedbar-update-current-file) Ignores case, update handle
indicator regex, Fix line positioning.
(speedbar-add-indicator) Handles obj indicators now.
(speedbar-check-objects, speedbar-check-obj-this-line) New functions.
(speedbar-double-click) Fix tripple click error.
(speedbar-line-file, speedbar-goto-this-file) Handle indicator regex.
(speedbar-line-path) Only try to get a file when in "files" display.
(speedbar-line-depth) Handle indicator regex.
(speedbar-dir-follow) Turn of smart-adjust to disable cache use.
(speedbar-directory-buttons-follow) Hack for W32 emacs directories.
(speedbar-buffers-key-map) New key map.
(speedbar-buffer-easymenu-definition) New meny items.
(speedbar-buffer-buttons, speedbar-buffer-buttons-temp,
speedbar-buffer-buttons-engine, speedbar-buffer-click,
speedbar-buffer-kill-buffer, speedbar-buffer-revert-buffer)
New functions.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 10 Jul 1998 16:48:06 +0000 |
parents | 9b9c929675eb |
children | 54fc6491e28b |
rev | line source |
---|---|
659
505130d1ddf8
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
580
diff
changeset
|
1 ;;; map-ynp.el --- General-purpose boolean question-asker. |
505130d1ddf8
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
580
diff
changeset
|
2 |
14169 | 3 ;; Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. |
840
113281b361ec
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
811
diff
changeset
|
4 |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
659
diff
changeset
|
5 ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> |
21057 | 6 ;; Maintainer: FSF |
811
e694e0879463
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
807
diff
changeset
|
7 ;; Keywords: lisp, extensions |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
659
diff
changeset
|
8 |
14169 | 9 ;; This file is part of GNU Emacs. |
10 | |
11 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
12 ;; it under the terms of the GNU General Public License as published by | |
13 ;; the Free Software Foundation; either version 2, or (at your option) | |
14 ;; any later version. | |
15 | |
16 ;; GNU Emacs is distributed in the hope that it will be useful, | |
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
19 ;; GNU General Public License for more details. | |
20 | |
21 ;; You should have received a copy of the GNU General Public License | |
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the | |
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
24 ;; Boston, MA 02111-1307, USA. | |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
659
diff
changeset
|
25 |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
659
diff
changeset
|
26 ;;; Commentary: |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
659
diff
changeset
|
27 |
14169 | 28 ;; map-y-or-n-p is a general-purpose question-asking function. |
29 ;; It asks a series of y/n questions (a la y-or-n-p), and decides to | |
19662 | 30 ;; apply an action to each element of a list based on the answer. |
14169 | 31 ;; The nice thing is that you also get some other possible answers |
32 ;; to use, reminiscent of query-replace: ! to answer y to all remaining | |
33 ;; questions; ESC or q to answer n to all remaining questions; . to answer | |
34 ;; y once and then n for the remainder; and you can get help with C-h. | |
304 | 35 |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
659
diff
changeset
|
36 ;;; Code: |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
659
diff
changeset
|
37 |
4845
6b7954afe2bf
(map-y-or-n-p): Take new optional arg to not set cursor-in-echo-area.
Roland McGrath <roland@gnu.org>
parents:
4222
diff
changeset
|
38 (defun map-y-or-n-p (prompter actor list &optional help action-alist |
6b7954afe2bf
(map-y-or-n-p): Take new optional arg to not set cursor-in-echo-area.
Roland McGrath <roland@gnu.org>
parents:
4222
diff
changeset
|
39 no-cursor-in-echo-area) |
304 | 40 "Ask a series of boolean questions. |
891 | 41 Takes args PROMPTER ACTOR LIST, and optional args HELP and ACTION-ALIST. |
304 | 42 |
43 LIST is a list of objects, or a function of no arguments to return the next | |
44 object or nil. | |
45 | |
580 | 46 If PROMPTER is a string, the prompt is \(format PROMPTER OBJECT\). If not |
572 | 47 a string, PROMPTER is a function of one arg (an object from LIST), which |
48 returns a string to be used as the prompt for that object. If the return | |
12130
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
49 value is not a string, it may be nil to ignore the object or non-nil to act |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
50 on the object without asking the user. |
572 | 51 |
304 | 52 ACTOR is a function of one arg (an object from LIST), |
53 which gets called with each object that the user answers `yes' for. | |
54 | |
55 If HELP is given, it is a list (OBJECT OBJECTS ACTION), | |
56 where OBJECT is a string giving the singular noun for an elt of LIST; | |
57 OBJECTS is the plural noun for elts of LIST, and ACTION is a transitive | |
58 verb describing ACTOR. The default is \(\"object\" \"objects\" \"act on\"\). | |
59 | |
60 At the prompts, the user may enter y, Y, or SPC to act on that object; | |
61 n, N, or DEL to skip that object; ! to act on all following objects; | |
62 ESC or q to exit (skip all following objects); . (period) to act on the | |
63 current object and then exit; or \\[help-command] to get help. | |
64 | |
891 | 65 If ACTION-ALIST is given, it is an alist (KEY FUNCTION HELP) of extra keys |
66 that will be accepted. KEY is a character; FUNCTION is a function of one | |
67 arg (an object from LIST); HELP is a string. When the user hits KEY, | |
68 FUNCTION is called. If it returns non-nil, the object is considered | |
69 \"acted upon\", and the next object from LIST is processed. If it returns | |
70 nil, the prompt is repeated for the same object. | |
71 | |
4845
6b7954afe2bf
(map-y-or-n-p): Take new optional arg to not set cursor-in-echo-area.
Roland McGrath <roland@gnu.org>
parents:
4222
diff
changeset
|
72 Final optional argument NO-CURSOR-IN-ECHO-AREA non-nil says not to set |
6b7954afe2bf
(map-y-or-n-p): Take new optional arg to not set cursor-in-echo-area.
Roland McGrath <roland@gnu.org>
parents:
4222
diff
changeset
|
73 `cursor-in-echo-area' while prompting. |
6b7954afe2bf
(map-y-or-n-p): Take new optional arg to not set cursor-in-echo-area.
Roland McGrath <roland@gnu.org>
parents:
4222
diff
changeset
|
74 |
2081
2b04be5e47e6
(map-y-or-n-p): Use query-replace-map.
Richard M. Stallman <rms@gnu.org>
parents:
1821
diff
changeset
|
75 This function uses `query-replace-map' to define the standard responses, |
2b04be5e47e6
(map-y-or-n-p): Use query-replace-map.
Richard M. Stallman <rms@gnu.org>
parents:
1821
diff
changeset
|
76 but not all of the responses which `query-replace' understands |
2b04be5e47e6
(map-y-or-n-p): Use query-replace-map.
Richard M. Stallman <rms@gnu.org>
parents:
1821
diff
changeset
|
77 are meaningful here. |
2b04be5e47e6
(map-y-or-n-p): Use query-replace-map.
Richard M. Stallman <rms@gnu.org>
parents:
1821
diff
changeset
|
78 |
304 | 79 Returns the number of actions taken." |
6409
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
80 (let* ((actions 0) |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
81 user-keys mouse-event map prompt char elt tail def |
14818
3349089ced14
(map-y-or-n-p): Fix previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
82 ;; Non-nil means we should use mouse menus to ask. |
3349089ced14
(map-y-or-n-p): Fix previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
83 use-menus |
6409
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
84 delayed-switch-frame |
4222
6a8d48a6ac10
(map-y-or-n-p): If LIST is nil, just return.
Richard M. Stallman <rms@gnu.org>
parents:
3992
diff
changeset
|
85 (next (if (or (and list (symbolp list)) |
474 | 86 (subrp list) |
1821
04fb1d3d6992
JimB's changes since January 18th
Jim Blandy <jimb@redhat.com>
parents:
1616
diff
changeset
|
87 (byte-code-function-p list) |
474 | 88 (and (consp list) |
89 (eq (car list) 'lambda))) | |
90 (function (lambda () | |
91 (setq elt (funcall list)))) | |
92 (function (lambda () | |
93 (if list | |
94 (progn | |
95 (setq elt (car list) | |
96 list (cdr list)) | |
97 t) | |
98 nil)))))) | |
6409
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
99 (if (listp last-nonmenu-event) |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
100 ;; Make a list describing a dialog box. |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
101 (let ((object (capitalize (nth 0 help))) |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
102 (objects (capitalize (nth 1 help))) |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
103 (action (capitalize (nth 2 help)))) |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
104 (setq map (` (("Yes" . act) ("No" . skip) ("Quit" . exit) |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
105 ((, (if help (concat action " " object " And Quit") |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
106 "Do it and Quit")) . act-and-exit) |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
107 ((, (if help (concat action " All " objects) |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
108 "Do All")) . automatic) |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
109 (,@ (mapcar (lambda (elt) |
6460
2acd8bf3819a
(map-y-or-n-p): Don't add any text to the ACTION-ALIST descriptions to make
Roland McGrath <roland@gnu.org>
parents:
6438
diff
changeset
|
110 (cons (capitalize (nth 2 elt)) |
6409
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
111 (vector (nth 1 elt)))) |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
112 action-alist)))) |
14818
3349089ced14
(map-y-or-n-p): Fix previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
113 use-menus t |
6409
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
114 mouse-event last-nonmenu-event)) |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
115 (setq user-keys (if action-alist |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
116 (concat (mapconcat (function |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
117 (lambda (elt) |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
118 (key-description |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
119 (char-to-string (car elt))))) |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
120 action-alist ", ") |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
121 " ") |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
122 "") |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
123 ;; Make a map that defines each user key as a vector containing |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
124 ;; its definition. |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
125 map (cons 'keymap |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
126 (append (mapcar (lambda (elt) |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
127 (cons (car elt) (vector (nth 1 elt)))) |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
128 action-alist) |
2f1e5e14dc25
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath <roland@gnu.org>
parents:
4978
diff
changeset
|
129 query-replace-map)))) |
3992
cb593618786e
* map-ynp.el (map-y-or-n-p): If we get a switch-frame-event,
Jim Blandy <jimb@redhat.com>
parents:
2793
diff
changeset
|
130 (unwind-protect |
cb593618786e
* map-ynp.el (map-y-or-n-p): If we get a switch-frame-event,
Jim Blandy <jimb@redhat.com>
parents:
2793
diff
changeset
|
131 (progn |
cb593618786e
* map-ynp.el (map-y-or-n-p): If we get a switch-frame-event,
Jim Blandy <jimb@redhat.com>
parents:
2793
diff
changeset
|
132 (if (stringp prompter) |
cb593618786e
* map-ynp.el (map-y-or-n-p): If we get a switch-frame-event,
Jim Blandy <jimb@redhat.com>
parents:
2793
diff
changeset
|
133 (setq prompter (` (lambda (object) |
cb593618786e
* map-ynp.el (map-y-or-n-p): If we get a switch-frame-event,
Jim Blandy <jimb@redhat.com>
parents:
2793
diff
changeset
|
134 (format (, prompter) object))))) |
cb593618786e
* map-ynp.el (map-y-or-n-p): If we get a switch-frame-event,
Jim Blandy <jimb@redhat.com>
parents:
2793
diff
changeset
|
135 (while (funcall next) |
cb593618786e
* map-ynp.el (map-y-or-n-p): If we get a switch-frame-event,
Jim Blandy <jimb@redhat.com>
parents:
2793
diff
changeset
|
136 (setq prompt (funcall prompter elt)) |
12130
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
137 (cond ((stringp prompt) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
138 ;; Prompt the user about this object. |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
139 (setq quit-flag nil) |
14818
3349089ced14
(map-y-or-n-p): Fix previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
140 (if use-menus |
3349089ced14
(map-y-or-n-p): Fix previous change.
Richard M. Stallman <rms@gnu.org>
parents:
14169
diff
changeset
|
141 (setq def (or (x-popup-dialog (or mouse-event use-menus) |
12130
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
142 (cons prompt map)) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
143 'quit)) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
144 ;; Prompt in the echo area. |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
145 (let ((cursor-in-echo-area (not no-cursor-in-echo-area)) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
146 (message-log-max nil)) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
147 (message "%s(y, n, !, ., q, %sor %s) " |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
148 prompt user-keys |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
149 (key-description (vector help-char))) |
16543
6f891b1ba617
(map-y-or-n-p): Handle minibuffer-auto-raise here.
Richard M. Stallman <rms@gnu.org>
parents:
14818
diff
changeset
|
150 (if minibuffer-auto-raise |
6f891b1ba617
(map-y-or-n-p): Handle minibuffer-auto-raise here.
Richard M. Stallman <rms@gnu.org>
parents:
14818
diff
changeset
|
151 (raise-frame (window-frame (minibuffer-window)))) |
12130
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
152 (setq char (read-event)) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
153 ;; Show the answer to the question. |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
154 (message "%s(y, n, !, ., q, %sor %s) %s" |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
155 prompt user-keys |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
156 (key-description (vector help-char)) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
157 (single-key-description char))) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
158 (setq def (lookup-key map (vector char)))) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
159 (cond ((eq def 'exit) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
160 (setq next (function (lambda () nil)))) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
161 ((eq def 'act) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
162 ;; Act on the object. |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
163 (funcall actor elt) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
164 (setq actions (1+ actions))) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
165 ((eq def 'skip) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
166 ;; Skip the object. |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
167 ) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
168 ((eq def 'act-and-exit) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
169 ;; Act on the object and then exit. |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
170 (funcall actor elt) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
171 (setq actions (1+ actions) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
172 next (function (lambda () nil)))) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
173 ((or (eq def 'quit) (eq def 'exit-prefix)) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
174 (setq quit-flag t) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
175 (setq next (` (lambda () |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
176 (setq next '(, next)) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
177 '(, elt))))) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
178 ((eq def 'automatic) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
179 ;; Act on this and all following objects. |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
180 (if (funcall prompter elt) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
181 (progn |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
182 (funcall actor elt) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
183 (setq actions (1+ actions)))) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
184 (while (funcall next) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
185 (if (funcall prompter elt) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
186 (progn |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
187 (funcall actor elt) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
188 (setq actions (1+ actions)))))) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
189 ((eq def 'help) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
190 (with-output-to-temp-buffer "*Help*" |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
191 (princ |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
192 (let ((object (if help (nth 0 help) "object")) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
193 (objects (if help (nth 1 help) "objects")) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
194 (action (if help (nth 2 help) "act on"))) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
195 (concat |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
196 (format "Type SPC or `y' to %s the current %s; |
2081
2b04be5e47e6
(map-y-or-n-p): Use query-replace-map.
Richard M. Stallman <rms@gnu.org>
parents:
1821
diff
changeset
|
197 DEL or `n' to skip the current %s; |
2b04be5e47e6
(map-y-or-n-p): Use query-replace-map.
Richard M. Stallman <rms@gnu.org>
parents:
1821
diff
changeset
|
198 ! to %s all remaining %s; |
2b04be5e47e6
(map-y-or-n-p): Use query-replace-map.
Richard M. Stallman <rms@gnu.org>
parents:
1821
diff
changeset
|
199 ESC or `q' to exit;\n" |
12130
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
200 action object object action objects) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
201 (mapconcat (function |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
202 (lambda (elt) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
203 (format "%c to %s" |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
204 (nth 0 elt) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
205 (nth 2 elt)))) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
206 action-alist |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
207 ";\n") |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
208 (if action-alist ";\n") |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
209 (format "or . (period) to %s \ |
2081
2b04be5e47e6
(map-y-or-n-p): Use query-replace-map.
Richard M. Stallman <rms@gnu.org>
parents:
1821
diff
changeset
|
210 the current %s and exit." |
12130
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
211 action object)))) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
212 (save-excursion |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
213 (set-buffer standard-output) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
214 (help-mode))) |
2081
2b04be5e47e6
(map-y-or-n-p): Use query-replace-map.
Richard M. Stallman <rms@gnu.org>
parents:
1821
diff
changeset
|
215 |
12130
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
216 (setq next (` (lambda () |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
217 (setq next '(, next)) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
218 '(, elt))))) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
219 ((vectorp def) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
220 ;; A user-defined key. |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
221 (if (funcall (aref def 0) elt) ;Call its function. |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
222 ;; The function has eaten this object. |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
223 (setq actions (1+ actions)) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
224 ;; Regurgitated; try again. |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
225 (setq next (` (lambda () |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
226 (setq next '(, next)) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
227 '(, elt)))))) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
228 ((and (consp char) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
229 (eq (car char) 'switch-frame)) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
230 ;; switch-frame event. Put it off until we're done. |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
231 (setq delayed-switch-frame char) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
232 (setq next (` (lambda () |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
233 (setq next '(, next)) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
234 '(, elt))))) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
235 (t |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
236 ;; Random char. |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
237 (message "Type %s for help." |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
238 (key-description (vector help-char))) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
239 (beep) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
240 (sit-for 1) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
241 (setq next (` (lambda () |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
242 (setq next '(, next)) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
243 '(, elt))))))) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
244 (prompt |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
245 (funcall actor elt) |
bd03a01d7059
(map-y-or-n-p): Don't eval return value of prompter function.
Roland McGrath <roland@gnu.org>
parents:
11471
diff
changeset
|
246 (setq actions (1+ actions)))))) |
3992
cb593618786e
* map-ynp.el (map-y-or-n-p): If we get a switch-frame-event,
Jim Blandy <jimb@redhat.com>
parents:
2793
diff
changeset
|
247 (if delayed-switch-frame |
cb593618786e
* map-ynp.el (map-y-or-n-p): If we get a switch-frame-event,
Jim Blandy <jimb@redhat.com>
parents:
2793
diff
changeset
|
248 (setq unread-command-events |
cb593618786e
* map-ynp.el (map-y-or-n-p): If we get a switch-frame-event,
Jim Blandy <jimb@redhat.com>
parents:
2793
diff
changeset
|
249 (cons delayed-switch-frame unread-command-events)))) |
304 | 250 ;; Clear the last prompt from the minibuffer. |
11471
019a9e941699
(map-y-or-n-p): Don't log prompt messages.
Karl Heuer <kwzh@gnu.org>
parents:
10058
diff
changeset
|
251 (let ((message-log-max nil)) |
019a9e941699
(map-y-or-n-p): Don't log prompt messages.
Karl Heuer <kwzh@gnu.org>
parents:
10058
diff
changeset
|
252 (message "")) |
304 | 253 ;; Return the number of actions that were taken. |
254 actions)) | |
659
505130d1ddf8
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
580
diff
changeset
|
255 |
505130d1ddf8
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
580
diff
changeset
|
256 ;;; map-ynp.el ends here |