aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/iswitchb.el
Commit message (Collapse)AuthorAgeFilesLines
* Many doc fixes.Stephen Eglen1998-03-311-47/+53
| | | | | | | | | | (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.
* (iswitchb-ignore-buffername-p): store-match-data => set-match-data.Richard M. Stallman1998-03-141-1/+1
|
* (iswitchb-default-method): Remove :tag entries.Stephen Eglen1998-03-031-15/+25
| | | | Doc fixes.
* (iswitchb-completion-help): Multiple TAB pressesKarl Heuer1997-12-191-118/+157
| | | | | | scroll the completion window. (iswitchb-read-buffer): New function to act as drop-in replacement for read-buffer.
* Comment change.Richard M. Stallman1997-07-241-3/+2
|
* (iswitchb-get-bufname): Only add buffer of currentRichard M. Stallman1997-07-241-3/+7
| | | | window if it is not already in list.
* All user variables now converted to custom.Richard M. Stallman1997-07-141-166/+267
| | | | | | | | | | | | | | | | | | | | (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.
* (iswitchb-entryfn-p): Use memq, not member.Richard M. Stallman1997-05-021-5/+5
|
* (iswitchb-visit-buffer): Handle `display' alternative.Richard M. Stallman1997-05-021-2/+19
| | | | | | | (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.
* Many doc fixes.Richard M. Stallman1997-05-021-90/+61
|
* Initial revisionRichard M. Stallman1997-05-021-0/+1206