Tabks for the replies.
I tried your last pointer, but without luck.
I decided to let it go. It is not that much important for me
(it may be important for others, though)
Thanks again, Jos

  _____  

From: Stephen De Gabrielle [mailto:spdegabrie...@gmail.com] 
Sent: sábado, 27 de febrero de 2016 14:32
To: Jos Koot; Lehi Toskin; Racket Users
Subject: Re: [racket-users] Re: ispell


Lyx FTP site for Aspell for Windows
<ftp://ftp.lyx.org/pub/lyx/contrib/aspell6-windows/>  

sorry pasting the shortcut did work
ftp://ftp.lyx.org/pub/lyx/contrib/aspell6-windows/
(use 'guest')
I unfortunately don't have access to a machine 64bit windows 7.
- Are you able to try the lyx aspell?

As for the idea of packaging it - I was looking at racket poppler as an
example that uses different binaries for different platforms: 
(define deps '("draw-lib"       
        "slideshow-lib" 
        "web-server-lib"        
        "base" "pict"   
        ("poppler-x86-64-macosx" #:platform "x86_64-macosx")    
        ("poppler-i386-macosx" #:platform "i386-macosx")        
        ("poppler-ppc-macosx" #:platform "ppc-macosx")  
        ("poppler-win32-x86-64" #:platform "win32\\x86_64")     
        ("poppler-win32-i386" #:platform "win32\\i386")))       
https://github.com/soegaard/racket-poppler/blob/master/info.rkt

(As you can see it includes different binaries for 32 and 64 bit versions of
OS X and windows.) 
It looks like packaging up executables should straightforward, but I've
never done this before - and noting is ever as simple as it looks....
https://github.com/soegaard/poppler-libs/tree/master/poppler-win32-x86_64/ra
cket-poppler

s.



On Sat, Feb 27, 2016 at 10:00 AM Stephen De Gabrielle
<spdegabrie...@gmail.com> wrote:


I think the problem is probably the windows port is too old (2002) and
unmaintained.

try Lyx FTP site for the Aspell for Windows  - the builds are newer.


S


On Sat, Feb 27, 2016 at 12:48 AM Jos Koot <jos.k...@gmail.com> wrote:



I have tried  <http://ftp.gnu.org/gnu/aspell/w32/Aspell-eo-0.50-2-3.exe>
aspell-eo-0.50-2-3.exe from http://aspell.net/win32/.
I suppose that would have to run on a 64 bit processor too, isn't it?
Anyway, I don't se problems when downloading and running 32 bit versions of
Racket.
(I usually use the 64 bit version)
Thanks for your help.
Jos

  _____  

From: Stephen De Gabrielle [mailto:spdegabrie...@gmail.com] 
Sent: viernes, 26 de febrero de 2016 18:15
To: Jos Koot; Lehi Toskin; Racket Users
Subject: Re: [racket-users] Re: ispell


It's been a while but I believe the Windows installers for emacs and latex
install ispell as part of their installation. It's a bit heavy handed, but
it might be an expedient way to get it done.

If you can identify the right executable we can take a crack at a package to
install it. 

S.

On Fri, 26 Feb 2016 at 13:20, Jos Koot <jos.k...@gmail.com> wrote:


Thanks,
I tried to download the english dictionary, but my computer can't run the
.exe file.
Jos

-----Original Message-----
From: racket-users@googlegroups.com [mailto:racket-users@googlegroups.com]
On Behalf Of Lehi Toskin
Sent: viernes, 26 de febrero de 2016 0:30
To: Racket Users
Subject: [racket-users] Re: ispell

On Thursday, February 25, 2016 at 1:54:42 PM UTC-8, jos.koot wrote:
> Hi,
>
> Trying to check
> spelling in DrRacket for a scrbl document, I get the message that aspell
or
> ispell cannot be found. Where can I find it? How to install
> it?
>
> I work with Windows
> 7.
>
> Thanks,
> Jos

aspell is a dictionary library that you can download over here:
http://aspell.net/win32/

--
You received this message because you are subscribed to the Google Groups
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to racket-users+unsubscr...@googlegroups.com
<mailto:racket-users%2bunsubscr...@googlegroups.com> .
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to racket-users+unsubscr...@googlegroups.com
<mailto:racket-users%2bunsubscr...@googlegroups.com> .
For more options, visit https://groups.google.com/d/optout.


-- 

Kind regards,
Stephen
--
Bigger than Scheme, cooler than Clojure & more fun than CL.(n=1)
-- 

-- 

Kind regards,
Stephen
--
Bigger than Scheme, cooler than Clojure & more fun than CL.(n=1)
--

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to