summaryrefslogtreecommitdiff
path: root/lisp/abbrev.el
Commit message (Collapse)AuthorAgeFilesLines
* (abbrev-mode): Use define-minor-mode.Stefan Monnier2008-04-011-7/+2
|
* * faces.el (xw-defined-colors):Dan Nicolaescu2008-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | * simple.el (widget-convert, shell-mode): Declare as functions instead of autoloading. * abbrev.el: * button.el: * cus-face.el: * ediff-hook.el: * emacs-lisp/backquote.el: * emacs-lisp/timer.el: * facemenu.el: * faces.el: * menu-bar.el: * simple.el: * subr.el: * textmodes/fill.el: * textmodes/paragraphs.el: Remove autoloads, redundant when the files are preloaded.
* (clear-abbrev-table): Can't pass a symbol to intern.Stefan Monnier2008-01-141-1/+3
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (kill-all-abbrevs, insert-abbrevs, prepare-abbrev-list-buffer): Use dolist.Stefan Monnier2007-11-181-22/+23
| | | | | | | | (clear-abbrev-table): Preserve properties.
* | (abbrev--write): Fix error in transcription from C.Stefan Monnier2007-11-161-1/+1
| |
* | (define-abbrev-table): Record the variable definition.Stefan Monnier2007-11-091-2/+4
| |
* | (abbrev--write): Fix up typo.Stefan Monnier2007-11-051-1/+1
| |
* | (define-abbrev-table): Doc fix.Juanma Barranquero2007-11-041-5/+5
| |
* | (expand-abbrev): Move point back to expansion's end.Stefan Monnier2007-11-041-3/+8
| |
* | (abbrev-symbol): Correct let->let*.Stefan Monnier2007-10-311-5/+6
| | | | | | | | (abbrev--before-point): Only use abbrev-start-location if before point.
* | Rename `count' and `system-flag' to :count and :system. Update all users.Stefan Monnier2007-10-301-35/+37
| | | | | | | | | | | | (abbrev-get, abbrev-put): Simplify. (define-abbrev): Don't store the `force' value in the :system property. (abbrev--before-point): Obey the :enable-function of the abbrev as well.
* | Rewrite abbrev.c in Elisp.Stefan Monnier2007-10-281-0/+534
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * image.c (Qcount): Don't declare as extern. (syms_of_image): Initialize and staticpro `Qcount'. * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions. * emacs.c (main): Don't call syms_of_abbrev. * Makefile.in (obj): Remove abbrev.o. (abbrev.o): Remove. * abbrev.c: Remove. Rewrite abbrev.c in Elisp. * abbrev.el (abbrev-mode): Move custom group from cus-edit.el. (abbrev-table-get, abbrev-table-put, abbrev-get) (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table) (define-abbrev, abbrev--check-chars, define-global-abbrev) (define-mode-abbrev, abbrev--active-tables, abbrev-symbol) (abbrev-expansion, abbrev--before-point, expand-abbrev) (unexpand-abbrev, abbrev--write, abbrev--describe) (insert-abbrev-table-description, define-abbrev-table): New funs, largely transcribed from abbrev.c. (abbrev-with-wrapper-hook): New macro. (abbrev-table-name-list, global-abbrev-table) (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table) (abbrevs-changed, abbrev-all-caps, abbrev-start-location) (abbrev-start-location-buffer, last-abbrev, last-abbrev-text) (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function): New vars, largely transcribed from abbrev.c. * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el. * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook. * loadup.el: Load "abbrev.el" before "lisp-mode.el".
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-3/+3
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (abbrev): Add `provide'.Richard M. Stallman2007-03-091-0/+2
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* (abbrev-mode): Tighten the safety predicate.Stefan Monnier2006-04-291-1/+1
|
* (abbrev-mode): Tighten up a bit the safety predicate.Stefan Monnier2006-04-261-2/+2
|
* (read-abbrev-file): Use abbrev-file-name if optionalReiner Steib2006-04-181-1/+1
| | | | file is nil.
* (edit-abbrevs-redefine): Temporarily widen.Richard M. Stallman2006-04-181-5/+10
| | | | (read-abbrev-file): Provide default when reading filename.
* * files.el: Move some `safe-local-variable' declarations to theReiner Steib2006-04-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | respective files. * textmodes/ispell.el (ispell-check-comments) (ispell-local-dictionary): Mark as safe. * abbrev.el (abbrev-mode): Mark as safe. * add-log.el (change-log-default-name): Mark as safe. * textmodes/reftex-vars.el (reftex-vref-is-default) (reftex-fref-is-default, reftex-level-indent) (reftex-guess-label-type): Mark as safe. * textmodes/fill.el (colon-double-space): Mark as safe. * textmodes/paragraphs.el (paragraph-start, paragraph-separate) (sentence-end-double-space, sentence-end-without-period) (sentence-end-without-space, sentence-end, sentence-end-base) (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* (expand-region-abbrevs): Doc fix.Juanma Barranquero2005-07-201-7/+6
| | | | | (inverse-add-mode-abbrev, inverse-add-global-abbrev): Improve argument/docstring consistency.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (edit-abbrevs-mode): Use kill-all-local-variables and run-mode-hooks.Lute Kamstra2005-06-131-1/+3
|
* (write-abbrev-file): Write table entries in alphabetical orderEli Zaretskii2005-04-231-24/+34
| | | | by table name.
* (define-abbrevs): Read system abbrevs properly.Richard M. Stallman2005-04-101-3/+6
|
* (only-global-abbrevs): Doc fix.John Paul Wallington2004-08-011-8/+7
| | | | | (edit-abbrevs-map): Define within defvar. (quietly-read-abbrev-file): Doc fix.
* (abbrev-mode, edit-abbrevs-map): Doc fixes.Richard M. Stallman2004-06-131-6/+7
|
* (write-abbrev-file): Make argument optional. Doc fix.Luc Teirlinck2004-02-241-4/+11
| | | | (abbrev-prefix-mark): Doc fix.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (write-abbrev-file): Simplify, and put a coding cookieDave Love2003-01-231-9/+5
| | | | in the file.
* (write-abbrev-file): Don't hardcode point-min == 1.Stefan Monnier2002-09-271-1/+1
|
* (copy-abbrev-table): New function.Richard M. Stallman2002-09-121-0/+12
|
* Remove unnecessary whitespaces.Pavel Janík2002-01-051-4/+4
|
* Doc fix.Stefan Monnier2001-11-161-1/+0
|
* (read-abbrev-file): Don't set save-abbrevs.Richard M. Stallman2001-11-111-3/+3
| | | | (quietly-read-abbrev-file): Doc fix.
* Keyword added and FSF specified as Maintainer.Pavel Janík2001-08-061-0/+1
|
* (prepare-abbrev-list-buffer): Get the value ofGerd Moellmann2000-11-281-11/+11
| | | | | local-abbrev-table before changing buffers because it might have a buffer-local binding.
* (list-abbrevs): Add optional parameter LOCAL.Gerd Moellmann2000-08-281-12/+26
| | | | | | (abbrev-table-name): New function. (prepare-abbrev-list-buffer): Add optional parameter LOCAL. If non-nil list local abbrev, only.
* (abbrev-mode): Make ARG optional.Gerd Moellmann2000-05-051-1/+1
|
* (inverse-add-abbrev): Identify word by first movingGerd Moellmann2000-03-171-15/+16
| | | | forward then moving backward. Reindent.
* (add-abbrev, inverse-add-abbrev, expand-region-abbrevs): RemoveDave Love1999-10-181-4/+4
| | | | properties from buffer text.
* (abbrev-mode): Customizing sets the default value.Richard M. Stallman1999-04-081-6/+6
|
* *** empty log message ***Karl Heuer1999-03-301-1/+1
|