Re: aspell, cocoaspell with lyx - a fake?

2009-08-28 Thread Richard Talley
On Thu, Aug 27, 2009 at 5:49 PM, Joachim Osnabryg o...@jpberlin.de wrote:


 = Has anyone installed Aspell or CocoAspell under Mac-OSX and has got them
 working with LyX in a reasonable manner?
 Would you please describe how you installed and configured it?

 joachim



I'm glad you asked this question. I needed to add a Spanish language
dictionary to cocoAspell and with a little googling and command line work, I
got it working.

The cocoAspell project appears moribund, the documentation is incomplete,
and the site is beginning to suffer from link rot. I think the next time I
need to install and configure LyX, I'll just install aspell using Fink and
eschew using cocoAspell to make it available as an OS X service.

First, install cocoAspell and make sure it's working properly with LyX as an
English language spellchecker. That's pretty straight forward.

cocoAspell installs a number of things. It installs aspell itself in
/usr/local/bin and /usr/local/lib. It installs a preference pane in system
preferences. It installs a large number of English dictionaries. It installs
a service in ~/Library/Services. That's all OK. If you want the aspell
service available in all user accounts, you'll need to move that last item,
as root, to /Library/Services (you'll probably have to create that
directory). If you just need the service available in the account from which
you installed it, just leave things as cocoAspell installed it.

You'll need to choose one of the available English dictionaries in the
preference pane. Then in LyX preferences you choose aspell as the
spellchecker and add this line to the Alternative Language field:

/Library/Application Support/cocoAspell/aspell6-en-6.0-0/english.alias


That's just following the instructions in the Wiki. Test that you can now
spellcheck an English language document in LyX.


Next, you'll need to download and install a German language dictionary. The
link at the cocoAspell site is dead. Use this one:


ftp://ftp.gnu.org/gnu/aspell/dict/0index.html


Unzip the file and follow the README  instructions to install the dictionary
into aspell (it's the usual command line sequence of ./configure, make, make
install, make clean).


Now copy or move the dictionary directory (in my case it
is aspell6-es-1.9a-1) to /Library/Application Support/cocoAspell. Chown the
directory to match the English language directory ownership (it should be
the name of your admin account as owner and 501 as group).


Here's the tricky step. Be sure System Preferences is not running. Get into
the command line and become root. Run System Preferences as root! Don't use
the open command, instead give the full path to the executable:


/Applications/System\ Preferences.app/Contents/MacOS/System\ Preferences


Do one thing and one thing only while running System Preferences as root.
Click on the Spelling preference pane that cocoAspell installed so it finds,
compiles and configures your new dictionary. Quit System Preferences. Reopen
it from the GUI. You should now be able to choose your new dictionary.


To use your new dictionary, change the Alternative Language field in LyX
preferences appropriately. In my case, it's:


/Library/Application Support/cocoAspell/aspell6-es-1.9a-1/spanish.alias


Voilà! I now have Spanish language spellchecking in LyX.

-- Rich TalleyMacTeXLive 2008 - LyX 1.6.3
MacBook Pro (Intel) OS X 10.5.8 Leopard

-- 
Dealing with failure is easy: Work hard to improve. Success is also easy to
handle: You've solved the wrong problem. Work hard to improve. -- Alan
Perlis


Re: aspell, cocoaspell with lyx - a fake?

2009-08-28 Thread Joachim Osnabryg

Thank you very much, Richard, for your kindly and detailed help!

First I uninstalled the aspell installed with MacPorts and tried to follow  
your instructions.


Am 28.08.2009, 14:25 Uhr, schrieb Richard Talley:
First, install cocoAspell and make sure it's working properly with LyX  
as an

English language spellchecker. That's pretty straight forward.


At least to that point I came. I wouldn't call it straight forward but  
the concentrated work of some hours, but anyway, the English language  
spellchecker seems to work usably in my LyX, if I needed it.


I continued with installing and configuring the German language dictionary:


Do one thing and one thing only while running System Preferences as root.
Click on the Spelling preference pane that cocoAspell installed so it  
finds,
compiles and configures your new dictionary. Quit System Preferences.  
Reopen

it from the GUI. You should now be able to choose your new dictionary.


OK, so far.

Only: the crazy German spellchecking in LyX continued as yesterday.

So I give up. I'm going to uninstall CocoAspell as well and shall use LyX  
without spellchecker. Sorry though!


Congratulation to you, for getting usable the Spanish dict. But  
nevertheless I regard this complicated procedure as unreasonable and  
unacceptable for a normal LyX user. I remain with the conclusion:


German language Aspell spellchecking in LyX on Mac-OSX is not practicable!

joachim
--
MacTeXLive 2008 - TeXShop 2.18-svn - LyX 1.6.3
MacBook Pro OSX 10.4.11 Tiger (intel)



Re: aspell, cocoaspell with lyx - a fake?

2009-08-28 Thread Richard Talley
On Fri, Aug 28, 2009 at 12:25 PM, Joachim Osnabryg o...@jpberlin.de wrote:


 But nevertheless I regard this complicated procedure as unreasonable and
 unacceptable for a normal LyX user.


Yes. Like so many things with computers.

Sorry you couldn't get it working. Perhaps things will be better with LyX
2.0.

-- Rich
-- 
Dealing with failure is easy: Work hard to improve. Success is also easy to
handle: You've solved the wrong problem. Work hard to improve. -- Alan
Perlis


Re: aspell, cocoaspell with lyx - a fake?

2009-08-28 Thread Richard Talley
On Thu, Aug 27, 2009 at 5:49 PM, Joachim Osnabryg o...@jpberlin.de wrote:


 = Has anyone installed Aspell or CocoAspell under Mac-OSX and has got them
 working with LyX in a reasonable manner?
 Would you please describe how you installed and configured it?

 joachim



I'm glad you asked this question. I needed to add a Spanish language
dictionary to cocoAspell and with a little googling and command line work, I
got it working.

The cocoAspell project appears moribund, the documentation is incomplete,
and the site is beginning to suffer from link rot. I think the next time I
need to install and configure LyX, I'll just install aspell using Fink and
eschew using cocoAspell to make it available as an OS X service.

First, install cocoAspell and make sure it's working properly with LyX as an
English language spellchecker. That's pretty straight forward.

cocoAspell installs a number of things. It installs aspell itself in
/usr/local/bin and /usr/local/lib. It installs a preference pane in system
preferences. It installs a large number of English dictionaries. It installs
a service in ~/Library/Services. That's all OK. If you want the aspell
service available in all user accounts, you'll need to move that last item,
as root, to /Library/Services (you'll probably have to create that
directory). If you just need the service available in the account from which
you installed it, just leave things as cocoAspell installed it.

You'll need to choose one of the available English dictionaries in the
preference pane. Then in LyX preferences you choose aspell as the
spellchecker and add this line to the Alternative Language field:

/Library/Application Support/cocoAspell/aspell6-en-6.0-0/english.alias


That's just following the instructions in the Wiki. Test that you can now
spellcheck an English language document in LyX.


Next, you'll need to download and install a German language dictionary. The
link at the cocoAspell site is dead. Use this one:


ftp://ftp.gnu.org/gnu/aspell/dict/0index.html


Unzip the file and follow the README  instructions to install the dictionary
into aspell (it's the usual command line sequence of ./configure, make, make
install, make clean).


Now copy or move the dictionary directory (in my case it
is aspell6-es-1.9a-1) to /Library/Application Support/cocoAspell. Chown the
directory to match the English language directory ownership (it should be
the name of your admin account as owner and 501 as group).


Here's the tricky step. Be sure System Preferences is not running. Get into
the command line and become root. Run System Preferences as root! Don't use
the open command, instead give the full path to the executable:


/Applications/System\ Preferences.app/Contents/MacOS/System\ Preferences


Do one thing and one thing only while running System Preferences as root.
Click on the Spelling preference pane that cocoAspell installed so it finds,
compiles and configures your new dictionary. Quit System Preferences. Reopen
it from the GUI. You should now be able to choose your new dictionary.


To use your new dictionary, change the Alternative Language field in LyX
preferences appropriately. In my case, it's:


/Library/Application Support/cocoAspell/aspell6-es-1.9a-1/spanish.alias


Voilà! I now have Spanish language spellchecking in LyX.

-- Rich TalleyMacTeXLive 2008 - LyX 1.6.3
MacBook Pro (Intel) OS X 10.5.8 Leopard

-- 
Dealing with failure is easy: Work hard to improve. Success is also easy to
handle: You've solved the wrong problem. Work hard to improve. -- Alan
Perlis


Re: aspell, cocoaspell with lyx - a fake?

2009-08-28 Thread Joachim Osnabryg

Thank you very much, Richard, for your kindly and detailed help!

First I uninstalled the aspell installed with MacPorts and tried to follow  
your instructions.


Am 28.08.2009, 14:25 Uhr, schrieb Richard Talley:
First, install cocoAspell and make sure it's working properly with LyX  
as an

English language spellchecker. That's pretty straight forward.


At least to that point I came. I wouldn't call it straight forward but  
the concentrated work of some hours, but anyway, the English language  
spellchecker seems to work usably in my LyX, if I needed it.


I continued with installing and configuring the German language dictionary:


Do one thing and one thing only while running System Preferences as root.
Click on the Spelling preference pane that cocoAspell installed so it  
finds,
compiles and configures your new dictionary. Quit System Preferences.  
Reopen

it from the GUI. You should now be able to choose your new dictionary.


OK, so far.

Only: the crazy German spellchecking in LyX continued as yesterday.

So I give up. I'm going to uninstall CocoAspell as well and shall use LyX  
without spellchecker. Sorry though!


Congratulation to you, for getting usable the Spanish dict. But  
nevertheless I regard this complicated procedure as unreasonable and  
unacceptable for a normal LyX user. I remain with the conclusion:


German language Aspell spellchecking in LyX on Mac-OSX is not practicable!

joachim
--
MacTeXLive 2008 - TeXShop 2.18-svn - LyX 1.6.3
MacBook Pro OSX 10.4.11 Tiger (intel)



Re: aspell, cocoaspell with lyx - a fake?

2009-08-28 Thread Richard Talley
On Fri, Aug 28, 2009 at 12:25 PM, Joachim Osnabryg o...@jpberlin.de wrote:


 But nevertheless I regard this complicated procedure as unreasonable and
 unacceptable for a normal LyX user.


Yes. Like so many things with computers.

Sorry you couldn't get it working. Perhaps things will be better with LyX
2.0.

-- Rich
-- 
Dealing with failure is easy: Work hard to improve. Success is also easy to
handle: You've solved the wrong problem. Work hard to improve. -- Alan
Perlis


Re: aspell, cocoaspell with lyx - a fake?

2009-08-28 Thread Richard Talley
On Thu, Aug 27, 2009 at 5:49 PM, Joachim Osnabryg  wrote:

>
> => Has anyone installed Aspell or CocoAspell under Mac-OSX and has got them
> working with LyX in a reasonable manner?
> Would you please describe how you installed and configured it?
>
> joachim
>


I'm glad you asked this question. I needed to add a Spanish language
dictionary to cocoAspell and with a little googling and command line work, I
got it working.

The cocoAspell project appears moribund, the documentation is incomplete,
and the site is beginning to suffer from link rot. I think the next time I
need to install and configure LyX, I'll just install aspell using Fink and
eschew using cocoAspell to make it available as an OS X service.

First, install cocoAspell and make sure it's working properly with LyX as an
English language spellchecker. That's pretty straight forward.

cocoAspell installs a number of things. It installs aspell itself in
/usr/local/bin and /usr/local/lib. It installs a preference pane in system
preferences. It installs a large number of English dictionaries. It installs
a service in ~/Library/Services. That's all OK. If you want the aspell
service available in all user accounts, you'll need to move that last item,
as root, to /Library/Services (you'll probably have to create that
directory). If you just need the service available in the account from which
you installed it, just leave things as cocoAspell installed it.

You'll need to choose one of the available English dictionaries in the
preference pane. Then in LyX preferences you choose aspell as the
spellchecker and add this line to the Alternative Language field:

/Library/Application Support/cocoAspell/aspell6-en-6.0-0/english.alias


That's just following the instructions in the Wiki. Test that you can now
spellcheck an English language document in LyX.


Next, you'll need to download and install a German language dictionary. The
link at the cocoAspell site is dead. Use this one:


ftp://ftp.gnu.org/gnu/aspell/dict/0index.html


Unzip the file and follow the README  instructions to install the dictionary
into aspell (it's the usual command line sequence of ./configure, make, make
install, make clean).


Now copy or move the dictionary directory (in my case it
is aspell6-es-1.9a-1) to /Library/Application Support/cocoAspell. Chown the
directory to match the English language directory ownership (it should be
the name of your admin account as owner and 501 as group).


Here's the tricky step. Be sure System Preferences is not running. Get into
the command line and become root. Run System Preferences as root! Don't use
the open command, instead give the full path to the executable:


/Applications/System\ Preferences.app/Contents/MacOS/System\ Preferences


Do one thing and one thing only while running System Preferences as root.
Click on the Spelling preference pane that cocoAspell installed so it finds,
compiles and configures your new dictionary. Quit System Preferences. Reopen
it from the GUI. You should now be able to choose your new dictionary.


To use your new dictionary, change the Alternative Language field in LyX
preferences appropriately. In my case, it's:


/Library/Application Support/cocoAspell/aspell6-es-1.9a-1/spanish.alias


Voilà! I now have Spanish language spellchecking in LyX.

-- Rich TalleyMacTeXLive 2008 - LyX 1.6.3
MacBook Pro (Intel) OS X 10.5.8 Leopard

-- 
Dealing with failure is easy: Work hard to improve. Success is also easy to
handle: You've solved the wrong problem. Work hard to improve. -- Alan
Perlis


Re: aspell, cocoaspell with lyx - a fake?

2009-08-28 Thread Joachim Osnabryg

Thank you very much, Richard, for your kindly and detailed help!

First I uninstalled the aspell installed with MacPorts and tried to follow  
your instructions.


Am 28.08.2009, 14:25 Uhr, schrieb Richard Talley:
First, install cocoAspell and make sure it's working properly with LyX  
as an

English language spellchecker. That's pretty straight forward.


At least to that point I came. I wouldn't call it "straight forward" but  
the concentrated work of some hours, but anyway, the English language  
spellchecker seems to work usably in my LyX, if I needed it.


I continued with installing and configuring the German language dictionary:


Do one thing and one thing only while running System Preferences as root.
Click on the Spelling preference pane that cocoAspell installed so it  
finds,
compiles and configures your new dictionary. Quit System Preferences.  
Reopen

it from the GUI. You should now be able to choose your new dictionary.


OK, so far.

Only: the crazy German "spellchecking" in LyX continued as yesterday.

So I give up. I'm going to uninstall CocoAspell as well and shall use LyX  
without spellchecker. Sorry though!


Congratulation to you, for getting usable the Spanish dict. But  
nevertheless I regard this complicated procedure as unreasonable and  
unacceptable for a normal LyX user. I remain with the conclusion:


German language Aspell spellchecking in LyX on Mac-OSX is not practicable!

joachim
--
MacTeXLive 2008 - TeXShop 2.18-svn - LyX 1.6.3
MacBook Pro OSX 10.4.11 Tiger (intel)



Re: aspell, cocoaspell with lyx - a fake?

2009-08-28 Thread Richard Talley
On Fri, Aug 28, 2009 at 12:25 PM, Joachim Osnabryg  wrote:

>
> But nevertheless I regard this complicated procedure as unreasonable and
> unacceptable for a normal LyX user.


Yes. Like so many things with computers.

Sorry you couldn't get it working. Perhaps things will be better with LyX
2.0.

-- Rich
-- 
Dealing with failure is easy: Work hard to improve. Success is also easy to
handle: You've solved the wrong problem. Work hard to improve. -- Alan
Perlis


aspell, cocoaspell with lyx - a fake?

2009-08-27 Thread Joachim Osnabryg
Could it be that the spellchecking possibility in LyX with Aspell or  
CocoAspell is a big piss take, at least on Mac-OSX?


I have worked till today without spellchecker in LyX, but I should install  
one for my convenience.


Now I worked about 8 hours to install and configure (Coco)Aspell for LyX  
without acceptable result (and fear to have another 2, 3 hours to get rid  
of it).


First I installed CocoAspell, because in the LyX-wiki page vor Mac
http://wiki.lyx.org/Mac/Mac?from=LyX.LyXOnMac#toc4
it is said:
The easiest spellchecker to install is cocoAspell. CocoAspell provides an  
installation of aspell and a preferences pane for selecting and setting up  
dictionaries.


I did it. But LyX could not find it. LyX searched for:  
/opt/local/share/aspell/ngerman

which does not exist. (I want the spellchecker for German)

I installed Aspell with MacPorts. Same result. Only after putting in the  
path to one of the files de-common.dws or de-DE-only.dws in  
LyX-preferences | language | spellschecker it works. But in the way to  
suggest for each (btw correct) word a sample of words which have nothing  
to do with the one proofed.


= Has anyone installed Aspell or CocoAspell under Mac-OSX and has got  
them working with LyX in a reasonable manner?

Would you please describe how you installed and configured it?

joachim

--
MacTeXLive 2008 - TeXShop 2.18-svn - LyX 1.6.3
MacBook Pro OSX 10.4.11 Tiger (intel)



aspell, cocoaspell with lyx - a fake?

2009-08-27 Thread Joachim Osnabryg
Could it be that the spellchecking possibility in LyX with Aspell or  
CocoAspell is a big piss take, at least on Mac-OSX?


I have worked till today without spellchecker in LyX, but I should install  
one for my convenience.


Now I worked about 8 hours to install and configure (Coco)Aspell for LyX  
without acceptable result (and fear to have another 2, 3 hours to get rid  
of it).


First I installed CocoAspell, because in the LyX-wiki page vor Mac
http://wiki.lyx.org/Mac/Mac?from=LyX.LyXOnMac#toc4
it is said:
The easiest spellchecker to install is cocoAspell. CocoAspell provides an  
installation of aspell and a preferences pane for selecting and setting up  
dictionaries.


I did it. But LyX could not find it. LyX searched for:  
/opt/local/share/aspell/ngerman

which does not exist. (I want the spellchecker for German)

I installed Aspell with MacPorts. Same result. Only after putting in the  
path to one of the files de-common.dws or de-DE-only.dws in  
LyX-preferences | language | spellschecker it works. But in the way to  
suggest for each (btw correct) word a sample of words which have nothing  
to do with the one proofed.


= Has anyone installed Aspell or CocoAspell under Mac-OSX and has got  
them working with LyX in a reasonable manner?

Would you please describe how you installed and configured it?

joachim

--
MacTeXLive 2008 - TeXShop 2.18-svn - LyX 1.6.3
MacBook Pro OSX 10.4.11 Tiger (intel)



aspell, cocoaspell with lyx - a fake?

2009-08-27 Thread Joachim Osnabryg
Could it be that the spellchecking possibility in LyX with Aspell or  
CocoAspell is a big piss take, at least on Mac-OSX?


I have worked till today without spellchecker in LyX, but I should install  
one for my convenience.


Now I worked about 8 hours to install and configure (Coco)Aspell for LyX  
without acceptable result (and fear to have another 2, 3 hours to get rid  
of it).


First I installed CocoAspell, because in the LyX-wiki page vor Mac
http://wiki.lyx.org/Mac/Mac?from=LyX.LyXOnMac#toc4
it is said:
"The easiest spellchecker to install is cocoAspell. CocoAspell provides an  
installation of aspell and a preferences pane for selecting and setting up  
dictionaries."


I did it. But LyX could not find it. LyX searched for:  
/opt/local/share/aspell/ngerman

which does not exist. (I want the spellchecker for German)

I installed Aspell with MacPorts. Same result. Only after putting in the  
path to one of the files de-common.dws or de-DE-only.dws in  
LyX-preferences | language | spellschecker it "works". But in the way to  
suggest for each (btw correct) word a sample of words which have nothing  
to do with the one proofed.


=> Has anyone installed Aspell or CocoAspell under Mac-OSX and has got  
them working with LyX in a reasonable manner?

Would you please describe how you installed and configured it?

joachim

--
MacTeXLive 2008 - TeXShop 2.18-svn - LyX 1.6.3
MacBook Pro OSX 10.4.11 Tiger (intel)



Re: cocoAspell 1.4 LyX/Mac

2003-11-14 Thread Marc Jeffrey Driftmeyer
Does LyX-Qt/Mac have access to Panther's Spell checking service or does 
it rely upon Qt's spell-checking?

Did Anton Leuski rewrite the interfaces strictly in Objective-C and 
didn't include hooks into Carbon?

-Marc

Ronald Florence wrote:

The new cocoAspell is a convenient system-spellserver with MacOS-10.3,
and the package is easier to install than the earlier version, but
some functionality has been lost.  With the previous version (which
only worked with MacOS-10.2), it was possible to make symbolic links
from the executable to /usr/local/bin and run aspell from the
terminal and/or from programs like emacs and LyX.  With the new
cocoAspell, the symbolic link works from the terminal, but it works
only intermittantly from emacs, and refuses to work with LyX/Mac.  

I'd appreciate hearing from anyone who has a workaround for getting
the new cocoAspell to work with LyX/Mac.  Thanks,
 





Re: cocoAspell 1.4 LyX/Mac

2003-11-14 Thread Marc Jeffrey Driftmeyer
Does LyX-Qt/Mac have access to Panther's Spell checking service or does 
it rely upon Qt's spell-checking?

Did Anton Leuski rewrite the interfaces strictly in Objective-C and 
didn't include hooks into Carbon?

-Marc

Ronald Florence wrote:

The new cocoAspell is a convenient system-spellserver with MacOS-10.3,
and the package is easier to install than the earlier version, but
some functionality has been lost.  With the previous version (which
only worked with MacOS-10.2), it was possible to make symbolic links
from the executable to /usr/local/bin and run aspell from the
terminal and/or from programs like emacs and LyX.  With the new
cocoAspell, the symbolic link works from the terminal, but it works
only intermittantly from emacs, and refuses to work with LyX/Mac.  

I'd appreciate hearing from anyone who has a workaround for getting
the new cocoAspell to work with LyX/Mac.  Thanks,
 





Re: cocoAspell 1.4 & LyX/Mac

2003-11-14 Thread Marc Jeffrey Driftmeyer
Does LyX-Qt/Mac have access to Panther's Spell checking service or does 
it rely upon Qt's spell-checking?

Did Anton Leuski rewrite the interfaces strictly in Objective-C and 
didn't include hooks into Carbon?

-Marc

Ronald Florence wrote:

The new cocoAspell is a convenient system-spellserver with MacOS-10.3,
and the package is easier to install than the earlier version, but
some functionality has been lost.  With the previous version (which
only worked with MacOS-10.2), it was possible to make symbolic links
from the executable to /usr/local/bin and run "aspell" from the
terminal and/or from programs like emacs and LyX.  With the new
cocoAspell, the symbolic link works from the terminal, but it works
only intermittantly from emacs, and refuses to work with LyX/Mac.  

I'd appreciate hearing from anyone who has a workaround for getting
the new cocoAspell to work with LyX/Mac.  Thanks,
 





CocoAspell and LyX?

2003-11-10 Thread Petrus Hyvönen
Dear all,

I believe i have seen somewhere a description of how to get CocoAspell to
work together with LyX/Aqua. Is it just to link cocoAspell to
/usr/local/bin/aspell or are there any tricks involved, like choosing
language, options and such?

Regards
/Petrus



Re: CocoAspell and LyX?

2003-11-10 Thread Ronald Florence
Petrus Hyvönen [EMAIL PROTECTED] writes:

 I believe i have seen somewhere a description of how to get CocoAspell to
 work together with LyX/Aqua. Is it just to link cocoAspell to
 /usr/local/bin/aspell or are there any tricks involved, like choosing
 language, options and such?

The instructions used to be in the LyX/Mac howto at
http://www.18james.com/lyx_on_aqua.html.  I took them out because
cocoaAspell doesn't work with Panther (MacOS-10.3).  If you're running
MacOS-10.2 and don't plan to upgrade, try:

   cd /usr/local/bin 
   sudo mkdir share lib 
   sudo ln -s /Library/Services/cocoAspell.service/Contents/MacOS/cocoAspell aspell 
   cd share 
   sudo ln -s /Library/Services/cocoAspell.service/Contents/Resources/share/aspell
   cd ../lib 
   sudo ln -s /Library/Services/cocoAspell.service/Contents/Resources/lib/aspell

   If you installed cocoaAspell somewhere other than /Library, change
   the script accordingly.
-- 

Ronald Florence www.18james.com



CocoAspell and LyX?

2003-11-10 Thread Petrus Hyvönen
Dear all,

I believe i have seen somewhere a description of how to get CocoAspell to
work together with LyX/Aqua. Is it just to link cocoAspell to
/usr/local/bin/aspell or are there any tricks involved, like choosing
language, options and such?

Regards
/Petrus



Re: CocoAspell and LyX?

2003-11-10 Thread Ronald Florence
Petrus Hyvönen [EMAIL PROTECTED] writes:

 I believe i have seen somewhere a description of how to get CocoAspell to
 work together with LyX/Aqua. Is it just to link cocoAspell to
 /usr/local/bin/aspell or are there any tricks involved, like choosing
 language, options and such?

The instructions used to be in the LyX/Mac howto at
http://www.18james.com/lyx_on_aqua.html.  I took them out because
cocoaAspell doesn't work with Panther (MacOS-10.3).  If you're running
MacOS-10.2 and don't plan to upgrade, try:

   cd /usr/local/bin 
   sudo mkdir share lib 
   sudo ln -s /Library/Services/cocoAspell.service/Contents/MacOS/cocoAspell aspell 
   cd share 
   sudo ln -s /Library/Services/cocoAspell.service/Contents/Resources/share/aspell
   cd ../lib 
   sudo ln -s /Library/Services/cocoAspell.service/Contents/Resources/lib/aspell

   If you installed cocoaAspell somewhere other than /Library, change
   the script accordingly.
-- 

Ronald Florence www.18james.com



CocoAspell and LyX?

2003-11-10 Thread Petrus Hyvönen
Dear all,

I believe i have seen somewhere a description of how to get CocoAspell to
work together with LyX/Aqua. Is it just to link cocoAspell to
/usr/local/bin/aspell or are there any tricks involved, like choosing
language, options and such?

Regards
/Petrus



Re: CocoAspell and LyX?

2003-11-10 Thread Ronald Florence
Petrus Hyvönen <[EMAIL PROTECTED]> writes:

> I believe i have seen somewhere a description of how to get CocoAspell to
> work together with LyX/Aqua. Is it just to link cocoAspell to
> /usr/local/bin/aspell or are there any tricks involved, like choosing
> language, options and such?

The instructions used to be in the LyX/Mac howto at
.  I took them out because
cocoaAspell doesn't work with Panther (MacOS-10.3).  If you're running
MacOS-10.2 and don't plan to upgrade, try:

   cd /usr/local/bin 
   sudo mkdir share lib 
   sudo ln -s /Library/Services/cocoAspell.service/Contents/MacOS/cocoAspell aspell 
   cd share 
   sudo ln -s /Library/Services/cocoAspell.service/Contents/Resources/share/aspell
   cd ../lib 
   sudo ln -s /Library/Services/cocoAspell.service/Contents/Resources/lib/aspell

   If you installed cocoaAspell somewhere other than /Library, change
   the script accordingly.
-- 

Ronald Florence www.18james.com