1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
Commit graph

11 commits

Author SHA1 Message Date
Stephen Eglen
6b0cc1b561 Many doc fixes.
(iswitchb-method): No longer a user variable.
(iswitchb-minibuffer-setup-hook): Customized.
(iswitchb-default): New variable.
(iswitchb-complete): Use iswitchb-common-match-string rather than recomputing
the value.
(iswitchb-toggle-ignore): Recompute list of buffers.
(iswitchb-init-XEmacs-trick): Renamed from iswitchb-init-Xemacs-trick.
1998-03-31 20:14:55 +00:00
Richard M. Stallman
25c80f5c14 (iswitchb-ignore-buffername-p): store-match-data => set-match-data. 1998-03-14 04:44:58 +00:00
Stephen Eglen
c6e5b93f3c (iswitchb-default-method): Remove :tag entries.
Doc fixes.
1998-03-03 18:29:55 +00:00
Karl Heuer
ccd2f9976a (iswitchb-completion-help): Multiple TAB presses
scroll the completion window.
(iswitchb-read-buffer): New function to act as drop-in replacement
for read-buffer.
1997-12-19 14:58:42 +00:00
Richard M. Stallman
835b892a39 Comment change. 1997-07-24 04:01:12 +00:00
Richard M. Stallman
ae5ac7d044 (iswitchb-get-bufname): Only add buffer of current
window if it is not already in list.
1997-07-24 03:36:42 +00:00
Richard M. Stallman
36a3b01cf8 All user variables now converted to custom.
(iswitchb): New variable for use by the custom package.
(iswitchb-default-buffer): Variable deleted.
(iswitchb-define-mode-map): Addition of keybindings
for iswitchb-kill-buffer and iswitchb-find-file.
(iswitchb): When no text typed in, show all buffers.
(iswitchb-complete): Use equal rather than eq.
(iswitchb-next-match, iswitchb-prev-match): Use
iswitchb-chop to handle reordering the buffer list.
(iswitchb-chop): New function.
(iswitchb-make-buflist): Rewritten for efficiency.
(iswitchb-to-end): Operate on a list of buffers, not just one.
(iswitchb-set-matches): Always return list
of matching buffers, even in absence of user input.
(iswitchb-kill-buffer): New function.
(iswitchb-default-keybindings): Use read-kbd-macro for keys to define.
(iswitchb-exhibit): Always return list of matching buffers.
(iswitchb-show-default-buffer): Function deleted.
1997-07-14 07:30:11 +00:00
Richard M. Stallman
662659f092 (iswitchb-entryfn-p): Use memq, not member. 1997-05-02 00:28:21 +00:00
Richard M. Stallman
888472e073 (iswitchb-visit-buffer): Handle `display' alternative.
(iswitchb-default-keybindings): Define C-x 4 C-o.
(iswitchb-display-buffer): New function.
(iswitchb-entryfn-p): Include iswitchb-display-buffer.
(iswitchb-method, iswitchb-default-method): Doc fixes.
1997-05-02 00:25:25 +00:00
Richard M. Stallman
6c56c80b9c Many doc fixes. 1997-05-02 00:24:00 +00:00
Richard M. Stallman
962a42162e Initial revision 1997-05-02 00:22:11 +00:00