45 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
89
views
Spell check for unicode typography
I’m using more and more Unicode in writing normal text, for instance I write "I’m" and not "I'm", because it looks nice without having to trust some conversion when producing the output, and why not! (...
1
vote
0
answers
84
views
How can I get flyspell to ignore TeX codes in MathJax?
So, in emacs auctex mode, it is easy to have flyspell ignore TeX math codes by adding a couple of lines to one's .emacs (or other initialization) file. At the moment I'm working on a long HTML ...
6
votes
0
answers
117
views
flyspell-mode disables Greek accents
When flyspell-mode is enabled and I try to write in Greek, I get an error most of the times I try to type an accent above some character:
<268632064> is undefined
The normal sequence to type a ...
1
vote
1
answer
503
views
How to disable color in flyspell (emacs)?
I would like to prevent flyspell from changing the foreground color of words, and just add a red underline.
I've tried the suggestions here, but it doesn't have any effect: How to overlay a face in ...
0
votes
1
answer
123
views
Flyspell not loading automatically with LaTeX file
Trying to use Flyspell with LaTeX files. Setup looks like this:
(require 'ispell)
(setq ispell-program-name "/usr/local/bin/hunspell") ;; From Homebrew, version 1.4.1
(add-to-list 'ispell-local-...
1
vote
1
answer
442
views
Alternatives to flyspell-mode for emacs
I just started with emacs and I wanted to know if there is a an alternative for flyspell for checking spellings in comments (Since I use auto-complete-mode for code completion, I can't have flyspell ...
0
votes
1
answer
388
views
How do I tell to flyspell to ignore comment lines on git-commit-mode?
I usually change dictionaries when writing a git commit, however since I have a mapping to to change dictionary and run (flyspell-buffer) right after I see that flyspell goes beyond the commit message ...
0
votes
2
answers
245
views
Use Flyspell-prog-mode with go-autocomplete
Using flyspell-prog-mode in emacs causes go-automplete to choke. Is there anyway I can make these two modes play nicely together?
I have researched using another spell checker but did not find one ...
0
votes
1
answer
43
views
How to flag string if not in list
I'm interested in using Emacs (or similar) to rewrite documents in Simple English/Special English (two subsets of English that restrict themselves to simple words and grammar).
Ideally, as I'm typing,...
0
votes
0
answers
718
views
Aspell can't detect dictionaries in Emacs24 on Windows 7
I'm getting this error when I run Flyspell spell-checker in GNU Emacs 24.4.1 (i686-pc-mingw32) on Windows 7 (32 bits).
Error in post-command-hook (flyspell-post-command-hook): (error "No data for ...
1
vote
0
answers
175
views
emacs flyspell disable for custom latex macros
I have the following LaTeX code which has some custom macro's and environments which i would like to exclude from flyspell.
Some normal text
\begin{customenv}
Please dont flyspell-this
\end{...
0
votes
1
answer
576
views
install danish dictionary in emacs on windows
I haven't been able to find the help I need on (on dummie level) for installing a new dictionary (danish) in emacs. To be honest I somewhat confused about ispell vs aspell. When typing "M-x ispell-...
5
votes
1
answer
136
views
How to disable checking C header names in Flyspell?
In Emacs when flyspell-prog-mode is active, C/C++ header names are also checked by Flyspell. So the spell checker complains of stdlib.h, stdio.h, but is ok with something like string.h.
Does anyone ...
avli's user avatar
- 1,151
1
vote
1
answer
268
views
in Emacs, how to instruct Flyspell to permit certain repeated words?
In Emacs, I use Flyspell to check my spelling. By default, Flyspell highlights repeated words.
But certain words are intentionally repeated, e.g. "ha ha." How can I instruct Flyspell to permit ...
2
votes
1
answer
968
views
how to get GNU Emacs spellcheck to find user's personal dictionary on OSX?
I switched from Aquamacs to GNU Emacs. Before, when Aquamacs thought a word was misspelled, I could right-click to "Learn Spelling." (I also had an option to Ignore Spelling to get it to unflag the ...