summaryrefslogtreecommitdiff
path: root/lisp/textmodes
Commit message (Collapse)AuthorAgeFilesLines
* Add 2008 to copyright years.Glenn Morris2008-01-0744-44/+45
|
* * textmodes/ispell.el (ispell-local-pdict): Add safe-local-variable property.Dan Nicolaescu2008-01-031-0/+1
|
* (ispell-grep-command): Use "grep" on MS-Windows and MS-DOS.Eli Zaretskii2007-12-291-2/+7
| | | | (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
* Fix regexps in fill-french-nobreak-p broken by last patch.Martin Rudalics2007-12-261-2/+2
|
* (fill-find-break-point): Fix doc-string typo.Martin Rudalics2007-12-261-3/+3
|
* (forward-sentence): Doc fix.Juanma Barranquero2007-11-211-2/+2
| | | | Reported by Drew Adams <drew.adams@oracle.com>.
* (nroff-mode): Set indent-line-function.Glenn Morris2007-11-011-1/+15
| | | | | | (nroff-indent-line-function): New function. (nroff-count-text-lines): Use nroff-forward-text-line rather than obsolete alias.
* (conf-space-keywords): Mark this regexps as safe if a string.Glenn Morris2007-10-251-0/+1
|
* Require CL.Stefan Monnier2007-10-231-1/+5
| | | | (comment-continue): Declare.
* (tex-uptodate-p): Don't signal an error if oneStefan Monnier2007-10-231-1/+2
| | | | of the subdirs is unreadable.
* (fill-individual-paragraphs): Doc fix.Juanma Barranquero2007-10-181-4/+4
| | | | (adaptive-fill-function): Doc fix. Remove * from docstring.
* (tex-validate-buffer): Use paragraph motion functions, rather thanGlenn Morris2007-09-201-19/+23
| | | | | | hard-coding "\n\n". (tex-validate-region): Check for eobp, to speed up. (tex-next-unmatched-end): Doc fix.
* (tex-terminate-paragraph): Use backward-paragraph.Glenn Morris2007-09-191-1/+6
|
* (css-electric-keys): electrick->electric.Stefan Monnier2007-09-181-3/+3
| | | | (css-mode): Update correspondingly.
* (tex-compilation-parse-errors): Prefer the filename fromGlenn Morris2007-09-171-12/+19
| | | | `--file-line-error', if it is available.
* Joe Wells <jbw at macs.hw.ac.uk> (tiny change)Glenn Morris2007-09-171-1/+2
| | | | | (tex-compilation-parse-errors): Also match TeX `--file-line-error' format.
* (tex-region): Simplify previous change,Glenn Morris2007-09-171-64/+50
| | | | | | | handling the case where the region is not in `tex-main-file'. (tex-region-1): Delete. (tex-region-header): New function, doing the header part of the old tex-region-1.
* (tex-region): Handle the case where the region is not inGlenn Morris2007-09-161-48/+82
| | | | | `tex-main-file'. Move the old code that applies to both cases... (tex-region-1): ...to this new function.
* (flyspell-mode): Catch errors in flyspell-mode-on.Richard M. Stallman2007-08-271-1/+4
|
* (\,): Calrify it's not a new-style unquote.Stefan Monnier2007-08-231-1/+1
|
* *** empty log message ***Stefan Monnier2007-08-101-0/+155
|
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-088-10/+14
|
* (2C-two-columns, 2C-merge): Use window-full-width-p instead of comparingMartin Rudalics2007-08-081-4/+4
| | | | frame-width and window-width.
* Switch license to GPLv3 or later.Glenn Morris2007-07-2543-43/+43
|
* (reftex-access-parse-file): Do not risk destroying an existing buffer.Reiner Steib2007-07-221-6/+2
|
* (reftex-access-parse-file): Create parse file in a way that does not interfereReiner Steib2007-07-221-2/+2
| | | | with recentf.
* (org-export-ascii-bullets): Fix typo in docstring.Juanma Barranquero2007-06-071-1/+1
|
* (org-cycle): Fix typo in docstring.Juanma Barranquero2007-06-061-37/+37
|
* New file.Chong Yidong2007-06-061-0/+469
|
* (table--point-entered-cell-function)Martin Rudalics2007-05-291-11/+15
| | | | | (table--point-left-cell-function): Bind `inhibit-point-motion-hooks' to t.
* (sgml-point-entered): Use condition-case.Chong Yidong2007-05-281-10/+13
|
* (canonically-space-region): Make the second argStefan Monnier2007-05-251-0/+5
| | | | a marker if it's not already the case.
* (flyspell-correct-word-before-point): Don't let opoint be nil.Richard M. Stallman2007-05-241-0/+3
| | | | (flyspell-emacs-popup): Explicit error if no dialogs.
* (ispell-get-word): Return markers for start and end positions.Richard M. Stallman2007-05-181-3/+3
| | | | (ispell-word): Assume END is a marker.
* (ispell-start-process): Defend against bad default-directory.Martin Rudalics2007-05-171-1/+6
|
* (fill-paragraph): Doc fix.Eli Zaretskii2007-04-281-1/+3
|
* (flyspell-auto-correct-previous-word): Use window-start andChong Yidong2007-04-271-6/+2
| | | | window-end.
* (flyspell-define-abbrev): Downcase abbrev before defining it.Glenn Morris2007-04-221-1/+1
|
* (fill-move-to-break-point): Don't inhibitStefan Monnier2007-04-201-1/+0
| | | | fill-nobreak-predicate when the break is past fill-column.
* Revert last change.Chong Yidong2007-04-201-0/+1
|
* (fill-move-to-break-point): Don't bind fill-nobreak-predicate.Chong Yidong2007-04-201-1/+0
|
* (bibtex-include-OPTkey, bibtex-user-optional-fields)Roland Winkler2007-04-171-45/+31
| | | | (bibtex-entry-field-alist): Fix defcustom.
* (bibtex-entry-field-alist): Use defcustom.Roland Winkler2007-04-161-2/+42
|
* (bibtex-field-list): Use functionp.Roland Winkler2007-04-151-10/+8
| | | | (bibtex-make-field): Check that INIT is a string. Use functionp.
* (bibtex-insert-kill): Pass non-nil NODELIM arg to bibtex-make-field.Glenn Morris2007-04-141-6/+12
| | | | | (bibtex-make-field): Add optional fourth arg NODELIM. Insert delimiters around INIT unless this arg is non-nil.
* (flyspell-duplicate, flyspell-incorrect): Revert 2006-01-27 change.Chong Yidong2007-04-061-2/+2
|
* (flyspell-large-region): Use ispell-call-process-region.Richard M. Stallman2007-03-261-1/+1
|
* * textmodes/reftex.el: Add maintainer address.David Kastrup2007-03-2211-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | * textmodes/reftex-vars.el: Add maintainer address. * textmodes/reftex-toc.el: Add maintainer address. * textmodes/reftex-sel.el: Add maintainer address. * textmodes/reftex-ref.el: Add maintainer address. * textmodes/reftex-parse.el: Add maintainer address. * textmodes/reftex-index.el: Add maintainer address. * textmodes/reftex-global.el: Add maintainer address. * textmodes/reftex-dcr.el: Add maintainer address. * textmodes/reftex-cite.el: Add maintainer address. * textmodes/reftex-auc.el: Add maintainer address. * reftex.texi (Imprint): Update maintainer information.
* (org-agenda-mode, org-table-edit-formulas):Carsten Dominik2007-03-221-2/+7
| | | | | Make sure that `global-font-lock-mode' does not turn on font-lock in these buffers.
* (ispell-call-process): New function.Richard M. Stallman2007-03-201-7/+22
| | | | | | | | Defends against bad `default-directory.' (ispell-check-version, ispell-find-aspell-dictionaries) (ispell-get-aspell-config-value, lookup-words): Call it. (ispell-call-process-region): New function. (ispell-send-string): Call it.