Tagged Questions
The ispell tag has no wiki summary.
7
votes
5answers
1k views
ispell in Emacs LaTeX mode
When I run Emacs command ispell-buffer on an Emacs buffer which is in the LaTeX mode, ispell checks spelling also inside math expressions. I'd very much like to disable this. Is there an easy way to ...
5
votes
2answers
329 views
Using ispell/aspell to spell check camelcased words
I need to spell check a large document containing many camelcased words. I want ispell or aspell to check if the individual words are spelled correctly.
So, in case of this word:
...
5
votes
2answers
2k views
How can I change the language in Emacs when using ispell?
I would like to use the ispell-buffer command in Emacs. It uses the english language by default. Is there an easy way to switch to another dictionary (eg another language)?
3
votes
2answers
58 views
Force flyspell to go to the end of the word when autocorrecting word in Emacs
I have found it annoying that flyspell seems to stay in the middle of the word when you do flyspell-auto-correct-word command. Can this be changed to force it to go to the end of the word after ...
3
votes
2answers
919 views
How to ignore comments in the LaTeX file with ispell (within Emacs if possible)
I'm writing a text with Latex in English but written my comments in Finnish. When I'm running the spell checking with ispell, I got to run through all the comments. Is there a handy way to skip the ...
2
votes
2answers
141 views
Emacs on Win32 with hunspell - personal dictionary does not get saved
So I have a working setup for Emacs (v23.3.1) on Windows 7 using hunspell after following the instructions in the wiki.
http://www.emacswiki.org/emacs/InteractiveSpell
When I spell check a document ...
2
votes
1answer
361 views
Postgresql fulltext search for words with apostrophes
I'm working on building a customized ispell dictionary configuration for Postgresql 8.4 and am having some problems getting words with apostrophes in them to parse correctly. The ispell dictionaries ...
1
vote
1answer
25 views
How to set the ispell dictionary for all files below a specific directory
How do I (automatically) set the dictionary (e.g. through an automated call to ispell-change-dictionary) to a specific language for every file below a particular directory?
Example: I'd prefer my ...
0
votes
0answers
35 views
Java library for dictionary transforming needed (ispell, aspell or myspell)
I'm looking for any library in Java that's gonna allow me add text files with dictionary (myspell, ispell or aspell format) as input and get set of available words as output. Is there anything like ...
0
votes
0answers
18 views
Need help for aspell in xcode
I want to add aspell library to my xcode project but I don'tknow how to add and use it.
.
somebody tells thaat to add libaspell.a to xcode project but i can't see this file in my downloaded directory
...
0
votes
2answers
49 views
Running Emacs ispell command doesn't ask confirmation to save to private dictionary
Everytime I run ispell-buffer and add things to the private dictionary. It asks me confirmation whether I want to save it or not at the end. Can I turn this off?? So it doesn't ask me the confirmation ...
0
votes
1answer
95 views
Where to find french dictionary for ispell?
I am editing documents in French with Emacs, ispell comes will English dictionary by default. When I try ispell-change-dictionary, it proposes francais-tex, francais7 and francais in the list. But ...
0
votes
0answers
41 views
Making ispell output checkstyle xml format?
i'm creating a small continuous integration server with Jenkins for Latex books and i'm thinking about using a spellchecker as warning system in Jenkins. Is there a way to make ispell save ...
0
votes
1answer
114 views
Cygwin - spell or ispell command not found
Hey there! So I'm just reading this book on using UNIX and Linux (which I'm loving!), but I'm working on Cygwin cause I don't have a Linux-based OS installed. I tried using the command spell and ...