Questions tagged [spell-checking]

50 questions
41
votes
2 answers

Intelligent spell-checking in org-mode

By default, the results of running M-x ispell-buffer in org-mode are very disappointing. Ispell looks inside :PROPERTY: drawers, which commonly contain things like :ID: 797495bd-581b-4a42-883b-c2a55a08f08a It tries to correct org…
Malabarba
  • 22,878
  • 6
  • 78
  • 163
20
votes
2 answers

What options are there for doing spell-checking in emacs

Because I'm currently doing a lot of non-programming tasks in Emacs, spell-checking became one of my major concerns once again. I noticed that there is no question related to the options for spell-checking in Emacs yet, so here we go: What are my…
elemakil
  • 2,517
  • 1
  • 18
  • 26
20
votes
2 answers

Spell check with multiple dictionaries

How can I use multiple dictionaries with the Emacs spell checker? Specifically I want to use a British English dictionary and a medical English dictionary at the same time.
Divinenephron
  • 519
  • 3
  • 11
17
votes
2 answers

How can I make flyspell ignore urls?

When I use flyspell-mode, it reports spelling errors whenever I type a URL. Is there a way I can tell Flyspell to stop checking URLs?
Matthew Piziak
  • 5,958
  • 3
  • 29
  • 77
15
votes
1 answer

How can I use Company to spell-check a word?

company-ispell can complete a word at point, but what if you want to use Company to list the possible corrections for spelling? As an added bonus, is there any way to integrate this into Flyspell?
Sean Allred
  • 6,861
  • 16
  • 85
11
votes
2 answers

Pure elisp spell checking in Emacs

The question What options are there for doing spell-checking in emacs discuss various spell checking solutions for Emacs. Emacs ispell interface uses external tools such as Aspell or Hunspell for spell checking. Considering the fact that many free…
Name
  • 7,689
  • 4
  • 38
  • 84
8
votes
0 answers

How to get Emacs to use the Mac system-level spell correction capabilities?

Mac OSX has autocorrect for spelling that: Doesn't require pressing any buttons to make a retroactive change. Doesn't require manually inputting these corrections/abbrevs. I want to get this same autocorrection in Emacs. I know there is already…
Aubrie
  • 181
  • 4
8
votes
1 answer

What is the relationship between Emacs and various spellcheckers (ispell, etc.)?

A. Is there a spellchecker built in to Emacs? This seems to say that there is a "built-in ispell package" that "handles spell-checking and correction". The manual (Emacs > Fixit > Spelling > 16.4) makes it sound like nothing is built in: "These…
Carl Roberts
  • 433
  • 2
  • 12
7
votes
2 answers

Can you turn on flyspell for comments but NOT strings?

I currently use the following to enable flyspell in prog-mode: (add-hook 'prog-mode-hook 'flyspell-prog-mode) This checks spelling automatically in comments and strings. However, I would like to disable spell checking in strings. How can I enable…
Ben
  • 587
  • 4
  • 11
6
votes
0 answers

Can I have a different dictionary for flyspell in different headings?

I have an org-mode file where I use different languages. I was hoping to be able to have flyspell checking them. Something like: * Title 1 :PROPERTIES: :Language: Italian :END: This is italian text spell checked. * Title 2 :PROPERTIES: :Language:…
Fernando César
  • 233
  • 2
  • 5
6
votes
2 answers

how to install Aquamacs' OSX spellchecker (NSSpellChecker) in GNU Emacs?

Spellcheck in Aquamacs works much better than either the default aspell or the improved hunspell. Example typo: whtehr Here are the suggestions provided by the various engines when I do flyspell-auto-correct-word. Aspell: Corrections: whiter water…
incandescentman
  • 4,111
  • 16
  • 53
5
votes
0 answers

Send a text from Emacs to Grammarly

Is there a nice way to bind Emacs and Grammarly. This is what I wrote to myself. A very simple plugin that helps you to send a marked text to Grammarly. It is a very simple plugin, is there a better way? https://github.com/mmagnus/emacs-grammarly
Marcin Magnus
  • 245
  • 1
  • 8
5
votes
2 answers

How to speed up flyspell-mode?

When flyspell-mode is active, typing is somewhat – although barely noticeable – more sluggish than without, also marking of words. Is it possible to somehow speed up flyspell-mode, maybe make it not check as frequently? I’m running GNU Emacs 24.5.1…
feklee
  • 1,029
  • 5
  • 17
4
votes
1 answer

Efficiently use the spell checker

I want to check the spelling in a buffer. I do that by M-x ispell. When it finds nd in the folowing example: apple a nd orange I hit the left or right arrow key, in order to move the cursor to the space after a in the buffer and then delete the…
Tim
  • 4,987
  • 7
  • 31
  • 60
4
votes
2 answers

Beginner: Doom Emacs, or Emacs in general: Which program is used for spellcheck-as-you-write in text mode and how to change its dictionary

I am learning how to work with Emacs on Ubuntu 20.04. After going through Tutorial and using default key-bindings for some time, I have decided to test more ergonomic (at least for me) setup - that is how I ended up in Doom Emacs. First time using…
Tomáš Kruliš
  • 209
  • 2
  • 8
1
2 3 4