Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (dabbrev--substitute-expansion): Fix a bug which lead | Richard M. Stallman | 2004-04-21 | 1 | -12/+17 |
| | | | | | to loss of case of letters when performing case-insensitive expansions on certain abbreviations. | ||||
* | (dabbrev-expand): Fix regexp construction. | Stefan Monnier | 2004-03-26 | 1 | -11/+5 |
| | | | | | (dabbrev--find-expansion): Use pop. (dabbrev--search): Use match-string-no-properties. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (dabbrev--safe-replace-match): Use with-no-warnings. | Richard M. Stallman | 2003-08-17 | 1 | -1/+2 |
| | |||||
* | Don't redo key bindings on loading, put them only in loaddefs.el. | Andreas Schwab | 2003-08-02 | 1 | -5/+3 |
| | |||||
* | (dabbrev--goto-start-of-abbrev): Use minibuffer-prompt-end. | Richard M. Stallman | 2003-06-03 | 1 | -10/+9 |
| | |||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -2/+2 |
| | |||||
* | (dabbrev--substitute-expansion): | Richard M. Stallman | 2003-01-06 | 1 | -3/+7 |
| | | | | | Convert all whitespace to single spaces, except when it's carried over from the existing text. | ||||
* | (dabbrev--search): Use inhibit-point-motion-hooks. | Richard M. Stallman | 2002-07-18 | 1 | -0/+3 |
| | |||||
* | (dabbrev-case-distinction): New option. | Richard M. Stallman | 2002-05-14 | 1 | -19/+38 |
| | | | | | | | (dabbrev--try-find): Handle dabbrev-case-distinction. (dabbrev--search): Clean up the code. (dabbrev-upcase-means-case-search): Doc fix. (dabbrev-case-replace): Fix custom tags and docs. | ||||
* | (dabbrev--goto-start-of-abbrev): Put a limit on field-beginning search. | Richard M. Stallman | 2002-03-18 | 1 | -1/+3 |
| | |||||
* | (dabbrev--goto-start-of-abbrev): | Richard M. Stallman | 2002-02-03 | 1 | -1/+1 |
| | | | | Exit loop on beginning of field rather than bobp. | ||||
* | (dabbrev-completion): Use "*Completions*". | Stefan Monnier | 2001-11-08 | 1 | -1/+1 |
| | |||||
* | (dabbrev--select-buffers): Fix last change. | Eli Zaretskii | 2001-06-21 | 1 | -1/+1 |
| | |||||
* | (dabbrev--make-friend-buffer-list): New function, | Richard M. Stallman | 2001-06-20 | 1 | -102/+114 |
| | | | | | | | | | | | broken out from dabbrev--find-expansion. Handle minibuffer specially here. (dabbrev--find-expansion): Simplify code in various ways. Don't treat minibuffers specially. Call dabbrev--make-friend-buffer-list. (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify. (dabbrev--scanning-message): Do nothing when minibuffer is current. | ||||
* | (dabbrev-select-buffers-function): Doc fix. | Richard M. Stallman | 2001-05-05 | 1 | -2/+2 |
| | |||||
* | (dabbrev--ignore-buffer-p): New function. | Miles Bader | 2001-04-27 | 1 | -10/+14 |
| | | | | | (dabbrev--find-expansion): Use it. (dabbrev--select-buffers): Don't select ignored buffers. | ||||
* | Add doc strings for some functions. | Richard M. Stallman | 2001-04-26 | 1 | -30/+59 |
| | | | | | | | | (dabbrev--eliminate-newlines): New variable. (dabbrev--substitute-expansion): Convert newlines to spaces if dabbrev--eliminate-newlines is set. If abbrev and expansion are both all-lower-case, leave dabbrev--last-case-pattern nil. | ||||
* | (dabbrev--select-buffers): Add a doc string. | Eli Zaretskii | 2001-04-26 | 1 | -0/+5 |
| | |||||
* | (dabbrev-ignored-buffer-regexps): Renamed from | Gerd Moellmann | 2001-02-06 | 1 | -3/+3 |
| | | | | dabbrev-ignored-regexps. | ||||
* | (dabbrev--substitute-expansion): | Gerd Moellmann | 2001-01-27 | 1 | -2/+6 |
| | | | | | | Treat a one-capital-letter abbrev as "not all upper case", so as to force preservation of the expansion's pattern if the expansion starts with a capital letter. | ||||
* | (dabbrev--last-case-pattern): Value is now | Gerd Moellmann | 2000-12-15 | 1 | -37/+44 |
| | | | | | | | | | | | `upcase' or `downcase' or nil. (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern. Pass new record-case-pattern arg to dabbrev--substitute-expansion. (dabbrev--substitute-expansion): New arg record-case-pattern. If it is non-nil, set dabbrev--last-case-pattern. If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION. (dabbrev--find-expansion): Remove extra nreverse. | ||||
* | (dabbrev--find-expansion): Use walk-windows instead | Gerd Moellmann | 2000-07-03 | 1 | -6/+6 |
| | | | | of cycling through windows with next-window. | ||||
* | (dabbrev-expand): Don't display messages in the | Gerd Moellmann | 2000-05-29 | 1 | -1/+2 |
| | | | | echo area if the minibuffer window is active. | ||||
* | Add debug-ignored-errors. | Dave Love | 2000-05-22 | 1 | -8/+13 |
| | | | | (dabbrev-completion): Use mapc. | ||||
* | (dabbrev-ignored-regexps): New user-option. | Gerd Moellmann | 2000-04-03 | 1 | -6/+23 |
| | | | | | (dabbrev--find-expansion): Ignore buffers matching a regexp from dabbrev-ignored-regexps. | ||||
* | * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax. | Sam Steingold | 1999-11-15 | 1 | -10/+10 |
| | |||||
* | (dabbrev--find-expansion): Don't scan the current buffer | Karl Heuer | 1998-09-23 | 1 | -8/+10 |
| | | | | over again. | ||||
* | (dabbrev-ignored-buffer-names): Fix typo. Add *Buffer List*. | Richard M. Stallman | 1998-06-25 | 1 | -1/+1 |
| | |||||
* | (dabbrev-case-fold-search, dabbrev-case-replace, | Andreas Schwab | 1998-06-24 | 1 | -5/+5 |
| | | | | dabbrev-check-other-buffers): Use `other' widget type. | ||||
* | *** empty log message *** | Dan Nicolaescu | 1998-05-26 | 1 | -2/+3 |
| | |||||
* | *** empty log message *** | Dan Nicolaescu | 1998-04-20 | 1 | -1/+2 |
| | |||||
* | Comment change. | Richard M. Stallman | 1998-03-14 | 1 | -1/+1 |
| | |||||
* | (dabbrev-ignored-buffer-names): New variable. | Richard M. Stallman | 1998-01-09 | 1 | -3/+10 |
| | | | | | (dabbrev--find-expansion): Ignore those buffers unless they get specifically preferred. | ||||
* | (dabbrev-case-fold-search): Remove extra quote in customize constant. | Richard M. Stallman | 1997-09-09 | 1 | -2/+2 |
| | | | | (dabbrev-case-replace): Likewise. | ||||
* | Comment change. | Richard M. Stallman | 1997-08-12 | 1 | -1/+1 |
| | |||||
* | (dabbrev-abbrev-skip-leading-regexp): Doc fix. | Richard M. Stallman | 1997-08-11 | 1 | -3/+1 |
| | |||||
* | (dabbrev-expand, dabbrev--abbrev-at-point) | Richard M. Stallman | 1997-05-19 | 1 | -9/+8 |
| | | | | (dabbrev--search): Use buffer-substring-no-properties. | ||||
* | (dabbrev-case-replace, dabbrev-case-fold-search): | Richard M. Stallman | 1997-05-10 | 1 | -26/+33 |
| | | | | | | | Make these simple three-value choices. (dabbrev-completion): Handle dabbrev-case-fold-search and dabbrev-case-replace the new way. (dabbrev-expand, dabbrev--substitute-expansion): Likewise. | ||||
* | Add defgroup's; use defcustom for user vars. | Richard M. Stallman | 1997-04-12 | 1 | -22/+55 |
| | |||||
* | (dabbrev--substitute-expansion): | Richard M. Stallman | 1997-03-30 | 1 | -6/+12 |
| | | | | | Change criterion for copying expansion's case pattern. Do this now if expansion case varies after the first char. | ||||
* | (dabbrev--last-case-pattern): New variable. | Richard M. Stallman | 1996-08-07 | 1 | -12/+20 |
| | | | | | (dabbrev-expand): Set it for ordinary expansions; use it when copying successive words. | ||||
* | (dabbrev-expand): When snarfing consecutive words, | Richard M. Stallman | 1996-08-01 | 1 | -4/+15 |
| | | | | | | if previous one was upcased, upcase this one too. (dabbrev--substitute-expansion): When snarfing consecutive words, don't case convert here. | ||||
* | (dabbrev--substitute-expansion): Use just ABBREV, not OLD, in previous change. | Richard M. Stallman | 1996-07-27 | 1 | -6/+4 |
| | |||||
* | (dabbrev-case-fold-search, dabbrev-case-replace): Undo previous change. | Richard M. Stallman | 1996-07-22 | 1 | -2/+0 |
| | |||||
* | (dabbrev--search): Don't downcase the result here. | Richard M. Stallman | 1996-07-21 | 1 | -2/+16 |
| | | | | | | (dabbrev-completion): Bind completion-ignore-case. (dabbrev--substitute-expansion): Downcase the expansion here, but not if case pattern matches start of original expansion. | ||||
* | (dabbrev-case-fold-search, dabbrev-case-replace): Set | Karl Heuer | 1996-07-12 | 1 | -0/+2 |
| | | | | risky-local-variable property, since these get eval'ed. | ||||
* | (dabbrev-abbrev-skip-leading-regexp): Doc fix. | Erik Naggum | 1996-01-24 | 1 | -1/+1 |
| | |||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -36/+28 |
| | |||||
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -2/+2 |
| |