summaryrefslogtreecommitdiff
path: root/lisp/dabbrev.el
Commit message (Collapse)AuthorAgeFilesLines
* (dabbrev-case-replace): Doc fix.Richard M. Stallman1995-11-111-0/+2
|
* (dabbrev--find-expansion): Move buffers that are visible on the screenRichard M. Stallman1995-10-201-0/+9
| | | | to the front of the list to be searched.
* (dabbrev-expand): When no more expansions,Richard M. Stallman1995-10-201-2/+4
| | | | Put back the original abbrev with its original case pattern.
* (dabbrev-expand): Save previous point for undo.Richard M. Stallman1995-07-301-1/+3
|
* (dabbrev--search): Don't let spurious match in middleKarl Heuer1995-07-171-22/+22
| | | | of word obscure real match at start of same word.
* (dabbrev--abbrev-at-point): If point is afterKarl Heuer1995-05-291-25/+76
| | | | | | | a separator, move back to previous abbreviation. (dabbrev-expand): New feature--if you insert a space and call this command again, it always fetches consecutive words after the expansion that was found for the actual abbrev.
* (dabbrev-completion): Use mapcar, not mapc.Richard M. Stallman1995-05-151-89/+65
| | | | | | | | | | | | | | | Call dabbrev--reset-global-variables as the first thing. (dabbrev-abbrev-char-regexp): Default value is nil again. (dabbrev--find-all-expansions): Don't use push. (dabbrev--search): Likewise. (dabbrev-check-other-buffers): Renamed from dabbrev-always-check-other-buffers. (dabbrev-check-all-buffers): Renamed frm dabbrev-check-rest-of-buffers. (dabbrev-expand): Now checks for marker. (dabbrev--try-find): Now does a protected call to `widen'. (dabbrev-always-check-other-buffers): Default now t. (dabbrev--capitalize): Function deleted. (dabbrev-completion): Use `capitalize'.
* (esc-map): Delete excess closeparen.Richard M. Stallman1994-12-251-1/+1
|
* (dabbrev-abbrev-char-regexp): Accept symbol charsRichard M. Stallman1994-12-241-2/+1
| | | | as well as word constituent chars.
* (dabbrev-completion): Now searches all buffers when given prefix arg 16.Richard M. Stallman1994-12-241-3/+7
| | | | (dabbrev--version): Variable deleted.
* Don't require cl, picture, or reporter.Richard M. Stallman1994-12-241-225/+130
| | | | | | | | | | | | | | | Don't provide new-dabbrev. (dabbrev--try-find): Don't use `loop'. Don't create or kill local bindings. (dabbrev-completion): Use key-description to say what to type. Fix style of "done" message. (dabbrev-submit-feedback): Function deleted. (dabbrev--same-major-mode-p): Simplify. (dabbrev-completion, dabbrev--abbrev-at-point): Fix error msg style. (dabbrev-filter-elements): New macro. (dabbrev--select-buffers, dabbrev--find-expansion): Use that. (dabbrev--search): Use that.
* Complete rewrite by Lars.Lindberg@sypro.cap.se.Richard M. Stallman1994-12-241-237/+852
|
* Don't repeat at load time any bindings that are autoloaded.Richard M. Stallman1993-12-231-2/+1
|
* (dabbrev-expand): Do all changes with replace-match.Richard M. Stallman1993-06-141-6/+14
| | | | In picture-mode, use picture-replace-match instead.
* (dabbrev-expand): Delete a search-forward callRichard M. Stallman1993-05-091-1/+3
| | | | after the second replace-match.
* Add or correct keywordsEric S. Raymond1993-03-181-0/+1
|
* entered into RCSRoland McGrath1992-09-151-1/+1
|
* *** empty log message ***Eric S. Raymond1992-07-221-2/+4
|
* *** empty log message ***Eric S. Raymond1992-07-161-2/+8
|
* *** empty log message ***Eric S. Raymond1992-07-161-1/+1
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+3
|
* *** empty log message ***Jim Blandy1992-03-161-2/+3
|
* Initial revisionJim Blandy1991-05-131-0/+258