summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-141-9/+0
* ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-181-5/+5
* ; spelling fixesPaul Eggert2020-01-171-1/+1
* Fix wording and punctuation of a recent commitEli Zaretskii2020-01-171-3/+3
* Add unattended spell-checking to checkdocDamien Cassou2020-01-171-12/+38
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-2/+2
* Tweak ispell-init-process messagingLars Ingebrigtsen2019-10-141-13/+17
* Remove some XEmacs compat code from ispell.elLars Ingebrigtsen2019-10-041-6/+1
* Improve documentation of 'ispell-skip-html'Eli Zaretskii2019-08-221-1/+6
* Add new ispell-change-dictionary-hook (Bug#1110)Stefan Kangas2019-06-271-2/+7
* Update author/maintainer infoPaul Eggert2019-05-261-1/+1
* Add standard unmatchable regexpMattias Engdegård2019-05-151-1/+1