summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell.el
Commit message (Expand)AuthorAgeFilesLines
* Fix ispell-word on colorless TTY framesEli Zaretskii2022-06-261-3/+6
* ; Fix recent changes in documentation of ispell.elEli Zaretskii2022-05-101-2/+2
* Make ispell-region/buffer push the mark of the final wordLars Ingebrigtsen2022-05-101-9/+24
* Make 'ispell-change-dictionary' completion work betterLars Ingebrigtsen2022-02-211-5/+10
* Remove matching of whitespaces in LaTeX environment namesArash Esbati2022-01-201-4/+3
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Make some variable aliases obsoleteStefan Kangas2021-12-201-1/+2
* | Make Re: recognition in ispell-message less ambiguousLars Ingebrigtsen2021-11-291-1/+1
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-221-39/+41
|/
* Adjust ispell-look-command typeLars Ingebrigtsen2021-09-281-1/+2
* Fix search of the look programAndré A. Gomes2021-09-281-7/+5
* Add new user option ispell-help-timeoutLars Ingebrigtsen2021-09-251-2/+6
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-211-2/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-131-5/+4
* Fix error handling in 'ispell-init-process'Ian W2021-09-051-1/+8
* Fix point placement after ispell-complete-wordLars Ingebrigtsen2021-08-311-12/+5
* Improve documentation of 'ispell-hunspell-add-multi-dic'Eli Zaretskii2021-08-301-1/+5
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-5/+5
* Remove a redundant let-binding from IspellBasil L. Contovounesios2021-07-301-5/+1
* Don't pass 'null-device' to 'call-process' in ispellJim Porter2021-07-021-1/+1
* * lisp/textmodes/ispell.el: Fix finding dictionaries for Enchant.Reuben Thomas2021-06-281-12/+1
* * lisp/textmodes/ispell.el: Check process is live before interacting.Reuben Thomas2021-06-281-5/+8
* Revert "Continue checking the same line when hitting SPC in ispell"Lars Ingebrigtsen2021-05-291-12/+7
* Continue checking the same line when hitting SPC in ispellLars Ingebrigtsen2021-05-281-7/+12
* Fix ispell program comparisonDmitrii Kuragin2021-05-061-1/+1
* * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-111-1/+1
* Remove redundant #' before lambda in textmodes/*.elStefan Kangas2021-04-021-3/+3
* Remove redundant :group args from textmodes/*.elStefan Kangas2021-02-141-63/+31
* Prefer defvar-local in textmodes/*.elStefan Kangas2021-01-311-7/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in most of textmodes/*.elStefan Kangas2020-12-041-1/+1
* Don't quote lambdas in several placesStefan Kangas2020-11-141-5/+4
* Don't quote lambdas in several placesStefan Kangas2020-11-121-14/+14
* Remove unused variable in ispell.el (thanks, Stefan Kangas)Reuben Thomas2020-11-041-3/+1
* Factor out some common code in ispell.elReuben Thomas2020-11-031-8/+13
* Simplify ispell-check-version’s use of -vv flagReuben Thomas2020-11-031-3/+1
* Fix previous patch to ispell.elReuben Thomas2020-11-021-2/+2
* Fix previous code change to `ispell--call-enchant-lsmod'Reuben Thomas2020-11-021-8/+9
* Explain last changeEli Zaretskii2020-11-021-0/+2
* Make ispell.el ignore warnings from enchant-lsmod (closes #44318)Reuben Thomas2020-11-021-7/+5
* Don't recommend quoting lambdasStefan Kangas2020-10-011-1/+1
* Fix Enchant dictionary finding routineReuben Thomas2020-09-071-2/+2
* Add enchant-2 to list of default spelling checker programsReuben Thomas2020-09-061-5/+4
* Signal error on Hunspell installation problemStefan Kangas2020-08-271-22/+32
* ispell: Commands to check comments or strings at point or in regionŠtěpán Němec2020-08-261-7/+24
* Have ispell add new LocalWords lines after any such existing linesKevin Ryde2020-08-211-3/+5
* Remove some compat code from ispell.elLars Ingebrigtsen2020-08-191-2/+1
* Remove some compat code from ispell.elLars Ingebrigtsen2020-08-181-3/+1