aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/iswitchb.el
Commit message (Collapse)AuthorAgeFilesLines
* (iswitchb-completions): Test that iswitchb-common-match-string is aStephen Eglen2002-09-261-1/+2
| | | | string, before printing common completions.
* Update commentary to include new function iswitchb-exclude-nonmatching.Pavel Janík2002-04-131-1/+16
|
* (iswitchb-visit-buffer): Use `select-frame-set-input-focus'.Richard M. Stallman2001-12-101-19/+48
| | | | It is needed when window manager uses "click to focus" policy.
* (iswitchb-exhibit): Use insert instead of insert-string.Pavel Janík2001-11-261-5/+5
|
* (iswitchb-mode): Use define-minor-mode.Stefan Monnier2001-11-191-71/+22
| | | | | | | (iswitchb): Fix the case where the result was selected with the mouse. (iswitchb-completion-help): Use the normal *Completions* now that mouse selection works. (iswitchb-minibuffer-setup): Simplify.
* (iswitchb-cannot-complete-hook): New variable toRichard M. Stallman2001-11-191-2/+10
| | | | control behaviour when no further completion is possible.
* Change maintainer email address.Richard M. Stallman2001-11-161-2/+2
|
* (iswitchb-make-buflist): When nconc'ing lists, don'tGerd Moellmann2001-01-251-16/+17
| | | | | discard the result. (iswitchb-to-end): Likewise.
* Update customization commentary.Gerd Moellmann2000-12-051-2/+4
|
* (iswitchb-minibuf-depth): New variable.Eli Zaretskii2000-11-231-8/+7
| | | | | | | | (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value we expect to be returned by minibuffer-depth once we prompt the user in the minibuffer. (iswitchb-entryfn-p): If minibuffer-depth returns the same value as recorded in iswitchb-minibuf-depth, return non-nil.
* (iswitchb-mode): Add :require.Dave Love2000-10-081-1/+2
|
* Some doc fixes.Dave Love2000-09-201-94/+161
| | | | | | | | | | | | | (iswitchb-mode-map): Define completely initially. Inherit minibuffer-local-map. (iswitchb-completion-help) <!iswitchb-xemacs>: Use fundamental-mode. (iswitchb-global-map): New variable. (iswitchb-summaries-to-end): Amalgamate regexps. (iswitchb-mode): New. (iswitchb-mode-hook): New variable. (iswitchb) <defgroup>: Add URL link. Use group `completion', not `extensions'.
* (iswitchb-entryfn-p): Test this-command insteadGerd Moellmann2000-07-301-22/+16
| | | | | | of testing if iswitchb-prepost-hooks is bound, because the latter will always be true when invoking a recursive minibuffer from an active Iswitchb buffer.
* (iswitchb-completion-help): Unquote lambda.Stefan Monnier2000-05-101-2/+2
|
* (iswitchb-case): New function. If the user inputGerd Moellmann2000-04-171-5/+32
| | | | | contains any upper-case characters, the search is made case-sensitive.
* (iswitchb-use-frame-buffer-list): New configurationGerd Moellmann2000-01-291-1/+7
| | | | | | | variable. If non-nil, order the buffer list according to the currently selected frame. (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is non-nil, pass the selected frame to function buffer-list.
* Use new backquote syntax.Gerd Moellmann1999-11-151-1/+1
|
* iswitchb-default-keybindings: no-need for read-kbd-macro.Stephen Eglen1999-10-241-4/+4
|
* (iswitchb-exhibit): Extract user-input onlyGerd Moellmann1999-10-171-1/+1
| | | | from the mini-buffer, without the prompt.
* Update installation notes.Stephen Eglen1999-10-031-0/+4
|
* (iswitchb-complete): Use minibuffer-prompt-endGerd Moellmann1999-09-231-1/+1
| | | | instead of point-min in call to delete-region.
* (iswitchb-exhibit): Use buffer-string insteadGerd Moellmann1999-09-121-1/+1
| | | | | of buffer-substring because buffer-string doesn't copy the prompt.
* Add iswitchb-minibuffer-setup to minibuffer-setup-hook inStephen Eglen1999-06-051-4/+3
| | | | iswitchb-default-keybindings.
* Update author email and web page.Stephen Eglen1998-11-301-3/+3
|
* (iswitchb-require-match, iswitchb-temp-buflist, iswitchb-bufs-in-frame):Stephen Eglen1998-06-071-9/+21
| | | | Variables declared with defvar to quieten the byte compiler.
* *** empty log message ***Dan Nicolaescu1998-06-041-0/+1
|
* *** empty log message ***Dan Nicolaescu1998-05-261-1/+2
|
* Only require cl if cadr and last are not defined (thanks to Dave Love.)Stephen Eglen1998-04-221-158/+43
| | | | Merged brackets split over several lines onto one line.
* 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