Giter Club home page Giter Club logo

Comments (3)

prtkm avatar prtkm commented on June 4, 2024

I have the same issue. I think we would need to install ispell or aspell on windows for it to work.http://aspell.net/win32/ It appears to be super outdated though.

from jmax.

ottopichlhoefer avatar ottopichlhoefer commented on June 4, 2024

cygwin aspell works for me:
C:\Users\orp>aspell --version
@(#) International Ispell Version 3.1.20 (but really Aspell 0.60.6.1)

from jmax.

jkitchin avatar jkitchin commented on June 4, 2024

I installed the program Prateek mentioned, and in my init file I have:
;; set i(a)spell options on different machines
(setq ispell-personal-dictionary (concat starter-kit-dir "user/.ispell"))
(when (string= system-name "gilgamesh.cheme.cmu.edu")
(setq-default ispell-program-name "aspell"))

(when (or (string= system-name "JKITCHIN-PC")
(string= system-name "KITCHIN-TABLET"))
(setq-default ispell-program-name "C:/Program Files/Aspell/bin/aspell.exe"))

That is just so it works on two different windows machines and a linux machine.

from jmax.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.