Re: Hunspell dictionaries browser can't be opened

2018-09-20 Thread Jean-Marc Lasgouttes

Le 20/09/2018 à 13:16, Wolfgang Engelmann a écrit :

You mean, possible errors or so after ./configure?


At the end of the configure run, there is a summary that is displayed, 
like this:


Configuration
  Host type:   x86_64-pc-linux-gnu
  Special build flags:  build=development std-regex warnings 
assertions stdlib-debug use-hunspell use-enchant

  Bundled libraries:boost
  C++ Compiler:g++ (5.4.0)
  C++ Compiler flags:   -Wall -Wextra -g -O -std=c++14
  C++ Compiler user flags:
  Linker flags:
  Linker user flags:
  Qt Frontend:
  Qt version:  4.8.7
  Packaging:   posix
  LyX binary dir:  /usr/local/bin
  LyX files dir:   /usr/local/share/lyx-master


What is interesting here is the flags "use-hunspell" and "use-enchant" 
that say that these two have been found.


If you send the config.log file to me or to the list, I will probably be 
able to tell you what went wrong.


JMarc


Re: Hunspell dictionaries browser can't be opened

2018-09-20 Thread Wolfgang Engelmann




On 20.09.2018 11:04, Jean-Marc Lasgouttes wrote:

Le 20/09/2018 à 10:49, Wolfgang Engelmann a écrit :

Thanks Jürgen,
will try it with the 2.3.1 version of  LyX.
/you don't have to compile hunspell, but LyX must be compiled with 
hunspell support enabled/

you mean hunspell must be installed (e.g. with synaptics)?
Wolfgang


When you configure, LyX checks what development files are available to 
interface with spellcheckers. Possibilities are enchant (package 
libenchant-dev on debian), hunspell (libhunspell-dev), aspell 
(libaspell-dev).


In general enchant is fine.

Could you show what is the result of configuring LyX before building? 
(you are building yourself, right?)

You mean, possible errors or so after ./configure?
Wolfgang


JMarc





Re: Hunspell dictionaries browser can't be opened

2018-09-20 Thread Wolfgang Engelmann



On 20.09.2018 11:04, Jürgen Spitzmüller wrote:
Am Do., 20. Sep. 2018 um 10:50 Uhr schrieb Wolfgang Engelmann 
mailto:engelm...@uni-tuebingen.de>>:


/you don't have to compile hunspell, but LyX must be compiled with
hunspell support enabled/
you mean hunspell must be installed (e.g. with synaptics)?


On your side, definitely. As I explained, hunspell must also be 
enabled additionally by the person who built your binary.
I haven't seen any binary yet for linux-Mint of the 2.3.1 Version, 
therefore i compile it from source


Jürgen

Wolfgang





Re: Hunspell dictionaries browser can't be opened

2018-09-20 Thread Jean-Marc Lasgouttes

Le 20/09/2018 à 10:49, Wolfgang Engelmann a écrit :

Thanks Jürgen,
will try it with the 2.3.1 version of  LyX.
/you don't have to compile hunspell, but LyX must be compiled with 
hunspell support enabled/

you mean hunspell must be installed (e.g. with synaptics)?
Wolfgang


When you configure, LyX checks what development files are available to 
interface with spellcheckers. Possibilities are enchant (package 
libenchant-dev on debian), hunspell (libhunspell-dev), aspell 
(libaspell-dev).


In general enchant is fine.

Could you show what is the result of configuring LyX before building? 
(you are building yourself, right?)


JMarc



Re: Hunspell dictionaries browser can't be opened

2018-09-20 Thread Jürgen Spitzmüller
Am Do., 20. Sep. 2018 um 10:50 Uhr schrieb Wolfgang Engelmann <
engelm...@uni-tuebingen.de>:

> *you don't have to compile hunspell, but LyX must be compiled with
> hunspell support enabled*
> you mean hunspell must be installed (e.g. with synaptics)?
>

On your side, definitely. As I explained, hunspell must also be enabled
additionally by the person who built your binary.

Jürgen


> Wolfgang
>


Re: Hunspell dictionaries browser can't be opened

2018-09-20 Thread Wolfgang Engelmann



On 20.09.2018 10:31, Jürgen Spitzmüller wrote:
Am Do., 20. Sep. 2018 um 09:05 Uhr schrieb Wolfgang Engelmann 
mailto:engelm...@uni-tuebingen.de>>:


> /home/wolfgang/lyx-2.3.0/3rdparty/hunspell/1.6.2
> I did not know that I have to compile hunspell; I had never to
do it
> before. 



You don't have to compile hunspell, but LyX must be compiled with 
hunspell support enabled (or, for that matter, hunspell support, which 
is enabled by default, can be disabled at compile time).
If hunspell is enabled, LyX will check if the hunspell libraries are 
there, and if so, hunspell support will be enabled. This is the job of 
your package manager, if you use a binary.


If you compile LyX yourself, assure hunspell-devel is installed.

p.s. could I install enchant instead of hunspell (enchant is
apparently
also using hunspell among others) or is lyx fixed to hunspell?


LyX supports aspell, enchant, and hunspell. You can switch the engines 
in preferences (if the respective engine is supported on your box).


Jürgen

Wolfgang


Thanks Jürgen,
will try it with the 2.3.1 version of  LyX.
/you don't have to compile hunspell, but LyX must be compiled with 
hunspell support enabled/

you mean hunspell must be installed (e.g. with synaptics)?
Wolfgang


Re: Hunspell dictionaries browser can't be opened

2018-09-20 Thread Jürgen Spitzmüller
Am Do., 20. Sep. 2018 um 09:05 Uhr schrieb Wolfgang Engelmann <
engelm...@uni-tuebingen.de>:

> > /home/wolfgang/lyx-2.3.0/3rdparty/hunspell/1.6.2
> > I did not know that I have to compile hunspell; I had never to do it
> > before.


You don't have to compile hunspell, but LyX must be compiled with hunspell
support enabled (or, for that matter, hunspell support, which is enabled by
default, can be disabled at compile time).
If hunspell is enabled, LyX will check if the hunspell libraries are there,
and if so, hunspell support will be enabled. This is the job of your
package manager, if you use a binary.

If you compile LyX yourself, assure hunspell-devel is installed.


> p.s. could I install enchant instead of hunspell (enchant is apparently
> also using hunspell among others) or is lyx fixed to hunspell?
>

LyX supports aspell, enchant, and hunspell. You can switch the engines in
preferences (if the respective engine is supported on your box).

Jürgen


> Wolfgang
>


Re: Hunspell dictionaries browser can't be opened

2018-09-20 Thread Wolfgang Engelmann




On 20.09.2018 08:43, Wolfgang Engelmann wrote:



On 19.09.2018 22:01, Jean-Marc Lasgouttes wrote:

Le 19/09/2018 à 20:34, Wolfgang Engelmann a écrit :
Clicking in the field where the path is to be set does not do 
anything, the cursor does not appear in this field, in contrast to 
all the other fields.

Wolfgang


Is hunspell enabled in your build? What OS is that?

JMarc

cat /etc/issue
Linux Mint 18.3 Sylvia \n \l

/home/wolfgang/lyx-2.3.0/3rdparty/hunspell/1.6.2
I did not know that I have to compile hunspell; I had never to do it 
before. If I use the instructions in the readme file of hunspell and do
wolfgang@wolfgang-Mr-Whisper-Ultra-SSD-II:~/lyx-2.3.0/3rdparty/hunspell/1.6.2$ 
autoreconf -vfi

I get
autoreconf: 'configure.ac' or 'configure.in' is required

don't know how to proceed here.

Wolfgang

p.s. could I install enchant instead of hunspell (enchant is apparently 
also using hunspell among others) or is lyx fixed to hunspell?

Wolfgang


Re: Hunspell dictionaries browser can't be opened

2018-09-19 Thread Jean-Marc Lasgouttes

Le 19/09/2018 à 20:34, Wolfgang Engelmann a écrit :
Clicking in the field where the path is to be set does not do anything, 
the cursor does not appear in this field, in contrast to all the other 
fields.

Wolfgang


Is hunspell enabled in your build? What OS is that?

JMarc


Re: Hunspell dictionaries browser can't be opened

2018-09-19 Thread Wolfgang Engelmann




On 19.09.2018 19:16, Jürgen Spitzmüller wrote:

Am Mittwoch, den 19.09.2018, 15:49 +0200 schrieb Wolfgang Engelmann:

I try to insert the path to the Hunspell dictionaries, but the
browse...
can't be opened (clicking does not do anything). All the other
browse...
are klickable.

I am using Lyx 2.3.0 under Linux-Mint.

Did you check the file dialog does not hide behind the main window?

Jürgen
Clicking in the field where the path is to be set does not do anything, 
the cursor does not appear in this field, in contrast to all the other 
fields.

Wolfgang

What could I do?

Wolfgang





Re: Hunspell dictionaries browser can't be opened

2018-09-19 Thread Jürgen Spitzmüller
Am Mittwoch, den 19.09.2018, 15:49 +0200 schrieb Wolfgang Engelmann:
> I try to insert the path to the Hunspell dictionaries, but the
> browse... 
> can't be opened (clicking does not do anything). All the other
> browse... 
> are klickable.
> 
> I am using Lyx 2.3.0 under Linux-Mint.

Did you check the file dialog does not hide behind the main window?

Jürgen

> 
> What could I do?
> 
> Wolfgang
> 


signature.asc
Description: This is a digitally signed message part


Hunspell dictionaries browser can't be opened

2018-09-19 Thread Wolfgang Engelmann
I try to insert the path to the Hunspell dictionaries, but the browse... 
can't be opened (clicking does not do anything). All the other browse... 
are klickable.


I am using Lyx 2.3.0 under Linux-Mint.

What could I do?

Wolfgang



Re: Hunspell not found

2015-12-14 Thread Kornel Benko
Am Montag, 14. Dezember 2015 um 11:45:29, schrieb David 
<david.roer...@inue.uni-stuttgart.de>
> Dear list,
> 
> I'd like to use Hunspell as spellchecker in Lyx (2.1.4) but it seems
> that it is not found (see screenshot attached).
> 
> Hunspell is definitely installed on my system (Opensuse 13.1). For
> example, a
> 
> hunspell -D
> 
> on the command line prints the installed dictionaries. The log of the
> output of
> 
> lyx -dbg any
> 
> contains the following line
> 
> table[57]:  tag: `\hunspelldir_path'  code:57
> 
> but I don't know if it's relevant. Also, I tried a reconfigure.
> 
> On another that I use and which is running Ubuntu, Hunspell works in Lyx.
> 
> Any thoughts on this problem?

Your installed lyx seems to be compiled without hunspell support.

> Thanks,
> David

Kornel

signature.asc
Description: This is a digitally signed message part.


Re: Hunspell not found

2015-12-14 Thread David
Am 14.12.2015 um 12:42 schrieb Cor Blom:

> 
> An up-to-date version of lyx for openSUSE 13.1 can be found here:
> 
> http://download.opensuse.org/repositories/Publishing/openSUSE_13.1/
> 
> That one is complied with hunspell and enchant support (but without
> aspell).
> 
> Regards,
> 
> Cor
> 

Nice, thank you!



Re: Hunspell not found

2015-12-14 Thread Cor Blom

Op 14-12-15 om 11:45 schreef David:

Dear list,

I'd like to use Hunspell as spellchecker in Lyx (2.1.4) but it seems
that it is not found (see screenshot attached).

Hunspell is definitely installed on my system (Opensuse 13.1). For
example, a

hunspell -D

on the command line prints the installed dictionaries. The log of the
output of

lyx -dbg any

contains the following line

table[57]:  tag: `\hunspelldir_path'  code:57

but I don't know if it's relevant. Also, I tried a reconfigure.

On another that I use and which is running Ubuntu, Hunspell works in Lyx.

Any thoughts on this problem?

Thanks,
David



An up-to-date version of lyx for openSUSE 13.1 can be found here:

http://download.opensuse.org/repositories/Publishing/openSUSE_13.1/

That one is complied with hunspell and enchant support (but without aspell).

Regards,

Cor




Re: Hunspell not found

2015-12-14 Thread David
Am 14.12.2015 um 12:09 schrieb Stephan Witt:

> 
> In case of a self compiled LyX install the devel package for hunspell.
> Otherwise ask the packager of the LyX package you've installed.
> 
> Stephan

I built it myself. So that will be the reason. Thanks for your answers.

David



Hunspell not found

2015-12-14 Thread David
Dear list,

I'd like to use Hunspell as spellchecker in Lyx (2.1.4) but it seems
that it is not found (see screenshot attached).

Hunspell is definitely installed on my system (Opensuse 13.1). For
example, a

hunspell -D

on the command line prints the installed dictionaries. The log of the
output of

lyx -dbg any

contains the following line

table[57]:  tag: `\hunspelldir_path'  code:57

but I don't know if it's relevant. Also, I tried a reconfigure.

On another that I use and which is running Ubuntu, Hunspell works in Lyx.

Any thoughts on this problem?

Thanks,
David


Re: Hunspell not found

2015-12-14 Thread Stephan Witt
Am 14.12.2015 um 11:45 schrieb David <david.roer...@inue.uni-stuttgart.de>:

> Dear list,
> 
> I'd like to use Hunspell as spellchecker in Lyx (2.1.4) but it seems
> that it is not found (see screenshot attached).

That's the case for a LyX compiled without Hunspell support. 
Where did you get your LyX from?

> 
> Hunspell is definitely installed on my system (Opensuse 13.1). For
> example, a
> 
> hunspell -D
> 
> on the command line prints the installed dictionaries.

This is irrelevant for LyX.

> The log of the
> output of
> 
> lyx -dbg any
> 
> contains the following line
> 
> table[57]:  tag: `\hunspelldir_path'  code:57
> 
> but I don't know if it's relevant. Also, I tried a reconfigure.
> 
> On another that I use and which is running Ubuntu, Hunspell works in Lyx.
> 
> Any thoughts on this problem?

In case of a self compiled LyX install the devel package for hunspell.
Otherwise ask the packager of the LyX package you've installed.

Stephan


Re: install hunspell in LyX

2013-01-15 Thread Uwe Stöhr

Am 07.01.2013 03:04, schrieb Eugenio Raliuga:


I can't install hunspell in Lyx because the option for the path of the
hunspell directory in the Lyx preferences menu is disabled.


If you are on Windows, the easiest way is to reinstall LyX using the latest 
installer:
http://sourceforge.net/projects/lyxwininstaller
(will be on ftp.lyx.org soon too)

In one if the installer pages you can select all dictionaries you need, also 
the thesaurus dictionaries.

You can also install any time the dictionaries by

1. downloading the 2 files for each language from here:
   http://sourceforge.net/projects/lyxwininstaller/files/hunspell/
   and
   http://sourceforge.net/projects/lyxwininstaller/files/thesaurus/

2. copying the files to LyX's installation subfolder
   ~\LyX 2.0\Resources\dicts

regards Uwe


Re: install hunspell in LyX

2013-01-15 Thread Uwe Stöhr

Am 07.01.2013 03:04, schrieb Eugenio Raliuga:


I can't install hunspell in Lyx because the option for the path of the
hunspell directory in the Lyx preferences menu is disabled.


If you are on Windows, the easiest way is to reinstall LyX using the latest 
installer:
http://sourceforge.net/projects/lyxwininstaller
(will be on ftp.lyx.org soon too)

In one if the installer pages you can select all dictionaries you need, also 
the thesaurus dictionaries.

You can also install any time the dictionaries by

1. downloading the 2 files for each language from here:
   http://sourceforge.net/projects/lyxwininstaller/files/hunspell/
   and
   http://sourceforge.net/projects/lyxwininstaller/files/thesaurus/

2. copying the files to LyX's installation subfolder
   ~\LyX 2.0\Resources\dicts

regards Uwe


Re: install hunspell in LyX

2013-01-15 Thread Uwe Stöhr

Am 07.01.2013 03:04, schrieb Eugenio Raliuga:


I can't install hunspell in Lyx because the option for the path of the
hunspell directory in the Lyx preferences menu is disabled.


If you are on Windows, the easiest way is to reinstall LyX using the latest 
installer:
http://sourceforge.net/projects/lyxwininstaller
(will be on ftp.lyx.org soon too)

In one if the installer pages you can select all dictionaries you need, also 
the thesaurus dictionaries.

You can also install any time the dictionaries by

1. downloading the 2 files for each language from here:
   http://sourceforge.net/projects/lyxwininstaller/files/hunspell/
   and
   http://sourceforge.net/projects/lyxwininstaller/files/thesaurus/

2. copying the files to LyX's installation subfolder
   ~\LyX 2.0\Resources\dicts

regards Uwe


Re: install hunspell in LyX

2013-01-09 Thread Scott Kostyshak
On Sun, Jan 6, 2013 at 9:04 PM, Eugenio Raliuga eufe...@gmail.com wrote:
 Dear  people in lists.Lyx

 I can't install hunspell in Lyx because the option for the path of the
 hunspell directory in the Lyx preferences menu is disabled.

 I didn't find a solution in the available documentation.

 Could you instruct me?


Hi Eugenio,

Did you get a solution for this? I think no one responded because you
did not give the following information (which is always good to
include, for the future):
1. LyX version number.
2. How you installed LyX.
3. What OS and what version of the OS you are using.

Best,

Scott


Re: install hunspell in LyX

2013-01-09 Thread Scott Kostyshak
On Sun, Jan 6, 2013 at 9:04 PM, Eugenio Raliuga eufe...@gmail.com wrote:
 Dear  people in lists.Lyx

 I can't install hunspell in Lyx because the option for the path of the
 hunspell directory in the Lyx preferences menu is disabled.

 I didn't find a solution in the available documentation.

 Could you instruct me?


Hi Eugenio,

Did you get a solution for this? I think no one responded because you
did not give the following information (which is always good to
include, for the future):
1. LyX version number.
2. How you installed LyX.
3. What OS and what version of the OS you are using.

Best,

Scott


Re: install hunspell in LyX

2013-01-09 Thread Scott Kostyshak
On Sun, Jan 6, 2013 at 9:04 PM, Eugenio Raliuga <eufe...@gmail.com> wrote:
> Dear  people in lists.Lyx
>
> I can't install hunspell in Lyx because the option for the path of the
> hunspell directory in the Lyx preferences menu is disabled.
>
> I didn't find a solution in the available documentation.
>
> Could you instruct me?
>

Hi Eugenio,

Did you get a solution for this? I think no one responded because you
did not give the following information (which is always good to
include, for the future):
1. LyX version number.
2. How you installed LyX.
3. What OS and what version of the OS you are using.

Best,

Scott


install hunspell in LyX

2013-01-06 Thread Eugenio Raliuga
Dear  people in lists.Lyx

I can't install hunspell in Lyx because the option for the path of the
hunspell directory in the Lyx preferences menu is disabled.

I didn't find a solution in the available documentation.

Could you instruct me?

Thank you
Saludos
Eugenio


install hunspell in LyX

2013-01-06 Thread Eugenio Raliuga
Dear  people in lists.Lyx

I can't install hunspell in Lyx because the option for the path of the
hunspell directory in the Lyx preferences menu is disabled.

I didn't find a solution in the available documentation.

Could you instruct me?

Thank you
Saludos
Eugenio


install hunspell in LyX

2013-01-06 Thread Eugenio Raliuga
Dear  people in lists.Lyx

I can't install hunspell in Lyx because the option for the path of the
hunspell directory in the Lyx preferences menu is disabled.

I didn't find a solution in the available documentation.

Could you instruct me?

Thank you
Saludos
Eugenio


Is there a mailing-list for mistakes in Hunspell?

2012-02-29 Thread Niklas Burtscheid
I've found two wrong hyphenations in Hunspell. Is there any mailing-list, 
forum, and so on to reach the responsible persons for certain languages, to 
tell them about errors in hyphenation (or missing words).

Niklas

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de


Re: Is there a mailing-list for mistakes in Hunspell?

2012-02-29 Thread Pavel Sanda
Niklas Burtscheid wrote:
 I've found two wrong hyphenations in Hunspell. Is there any mailing-list, 
 forum, and so on to reach the responsible persons for certain languages, to 
 tell them about errors in hyphenation (or missing words).

Hunspell is just frontend, not responsible for the content of dictionaries.
If you have luck, you'll find some contact here:
http://extensions.services.openoffice.org/dictionary

Pavel


Is there a mailing-list for mistakes in Hunspell?

2012-02-29 Thread Niklas Burtscheid
I've found two wrong hyphenations in Hunspell. Is there any mailing-list, 
forum, and so on to reach the responsible persons for certain languages, to 
tell them about errors in hyphenation (or missing words).

Niklas

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de


Re: Is there a mailing-list for mistakes in Hunspell?

2012-02-29 Thread Pavel Sanda
Niklas Burtscheid wrote:
 I've found two wrong hyphenations in Hunspell. Is there any mailing-list, 
 forum, and so on to reach the responsible persons for certain languages, to 
 tell them about errors in hyphenation (or missing words).

Hunspell is just frontend, not responsible for the content of dictionaries.
If you have luck, you'll find some contact here:
http://extensions.services.openoffice.org/dictionary

Pavel


Is there a mailing-list for mistakes in Hunspell?

2012-02-29 Thread Niklas Burtscheid
I've found two wrong hyphenations in Hunspell. Is there any mailing-list, 
forum, and so on to reach the responsible persons for certain languages, to 
tell them about errors in hyphenation (or missing words).

Niklas

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de


Re: Is there a mailing-list for mistakes in Hunspell?

2012-02-29 Thread Pavel Sanda
Niklas Burtscheid wrote:
> I've found two wrong hyphenations in Hunspell. Is there any mailing-list, 
> forum, and so on to reach the responsible persons for certain languages, to 
> tell them about errors in hyphenation (or missing words).

Hunspell is just frontend, not responsible for the content of dictionaries.
If you have luck, you'll find some contact here:
http://extensions.services.openoffice.org/dictionary

Pavel


hunspell

2011-05-24 Thread Horst Jurkat

Hi,
I have the problem with the new version of lyx 2.0 for windows that I 
can only use the spellchecker hunspell. I have seen that this problem 
ist known, but I have not found any solution. How can I now use this 
spellchecker (instead of aspell)? Do I have to install dictionarys for 
hunspell? With the installation of lyx 2.0 no dictionarys are installed.

Thanks in advance.
Horst



Re: hunspell

2011-05-24 Thread Stephan Witt
Am 24.05.2011 um 16:38 schrieb Horst Jurkat:

 Hi,
 I have the problem with the new version of lyx 2.0 for windows that I can 
 only use the spellchecker hunspell. I have seen that this problem ist known, 
 but I have not found any solution. How can I now use this spellchecker 
 (instead of aspell)? Do I have to install dictionarys for hunspell? With the 
 installation of lyx 2.0 no dictionarys are installed.

How did you install LyX 2.0? Or what installer version did you use?
I've tried it and the dictionaries are there.
In case you've used some pre-release, please use the final one. 
(LyX-2.0.0-3-Installer.exe)

Stephan

hunspell

2011-05-24 Thread Horst Jurkat

Hi,
I have the problem with the new version of lyx 2.0 for windows that I 
can only use the spellchecker hunspell. I have seen that this problem 
ist known, but I have not found any solution. How can I now use this 
spellchecker (instead of aspell)? Do I have to install dictionarys for 
hunspell? With the installation of lyx 2.0 no dictionarys are installed.

Thanks in advance.
Horst



Re: hunspell

2011-05-24 Thread Stephan Witt
Am 24.05.2011 um 16:38 schrieb Horst Jurkat:

 Hi,
 I have the problem with the new version of lyx 2.0 for windows that I can 
 only use the spellchecker hunspell. I have seen that this problem ist known, 
 but I have not found any solution. How can I now use this spellchecker 
 (instead of aspell)? Do I have to install dictionarys for hunspell? With the 
 installation of lyx 2.0 no dictionarys are installed.

How did you install LyX 2.0? Or what installer version did you use?
I've tried it and the dictionaries are there.
In case you've used some pre-release, please use the final one. 
(LyX-2.0.0-3-Installer.exe)

Stephan

hunspell

2011-05-24 Thread Horst Jurkat

Hi,
I have the problem with the new version of lyx 2.0 for windows that I 
can only use the spellchecker hunspell. I have seen that this problem 
ist known, but I have not found any solution. How can I now use this 
spellchecker (instead of aspell)? Do I have to install dictionarys for 
hunspell? With the installation of lyx 2.0 no dictionarys are installed.

Thanks in advance.
Horst



Re: hunspell

2011-05-24 Thread Stephan Witt
Am 24.05.2011 um 16:38 schrieb Horst Jurkat:

> Hi,
> I have the problem with the new version of lyx 2.0 for windows that I can 
> only use the spellchecker hunspell. I have seen that this problem ist known, 
> but I have not found any solution. How can I now use this spellchecker 
> (instead of aspell)? Do I have to install dictionarys for hunspell? With the 
> installation of lyx 2.0 no dictionarys are installed.

How did you install LyX 2.0? Or what installer version did you use?
I've tried it and the dictionaries are there.
In case you've used some pre-release, please use the final one. 
(LyX-2.0.0-3-Installer.exe)

Stephan

Using hunspell under Windows 7 with LyX 1.6

2010-07-06 Thread Falk Sticken

Hi,

I would like to use hunspell as a spellchecker with LyX 1.6 under 
Windows 7. I know it is supported by LyX 1.7, but this release is still 
in alpha status. I have hunspell installed as part of MikTex 2.8.


bye,
Falk


Re: Using hunspell under Windows 7 with LyX 1.6

2010-07-06 Thread Joost Verburg

On 7/6/2010 8:56 AM, Falk Sticken wrote:

I would like to use hunspell as a spellchecker with LyX 1.6 under
Windows 7. I know it is supported by LyX 1.7, but this release is still
in alpha status. I have hunspell installed as part of MikTex 2.8.


You'll have to wait for LyX 2.0.

Joost



Using hunspell under Windows 7 with LyX 1.6

2010-07-06 Thread Falk Sticken

Hi,

I would like to use hunspell as a spellchecker with LyX 1.6 under 
Windows 7. I know it is supported by LyX 1.7, but this release is still 
in alpha status. I have hunspell installed as part of MikTex 2.8.


bye,
Falk


Re: Using hunspell under Windows 7 with LyX 1.6

2010-07-06 Thread Joost Verburg

On 7/6/2010 8:56 AM, Falk Sticken wrote:

I would like to use hunspell as a spellchecker with LyX 1.6 under
Windows 7. I know it is supported by LyX 1.7, but this release is still
in alpha status. I have hunspell installed as part of MikTex 2.8.


You'll have to wait for LyX 2.0.

Joost



Using hunspell under Windows 7 with LyX 1.6

2010-07-06 Thread Falk Sticken

Hi,

I would like to use hunspell as a spellchecker with LyX 1.6 under 
Windows 7. I know it is supported by LyX 1.7, but this release is still 
in alpha status. I have hunspell installed as part of MikTex 2.8.


bye,
Falk


Re: Using hunspell under Windows 7 with LyX 1.6

2010-07-06 Thread Joost Verburg

On 7/6/2010 8:56 AM, Falk Sticken wrote:

I would like to use hunspell as a spellchecker with LyX 1.6 under
Windows 7. I know it is supported by LyX 1.7, but this release is still
in alpha status. I have hunspell installed as part of MikTex 2.8.


You'll have to wait for LyX 2.0.

Joost



Personal Dictionary - Hunspell - Linux

2010-05-11 Thread Rob Oakes
Dear LyX Users,

Does anyone happen to know where the personal dictionary for Hunspell
lives?  I've been trying to do a write-up of the new spell-checking
features in LyX 2, and have found that while I can add words to a
personal dictionary while I keep the program open, they aren't getting
stored between sessions (e.g., close the program and then re-open it).

The only explanation that I've been able to come up with is that my
system dictionaries are in a folder which my user account doesn't have
read/write permissions to.

Does anyone know if there is a hunspell user dictionary stored in
the /home/ folder that I should be using instead?  (I've already gotten
the same thing to work with aspell.)

Thanks,

Rob Oakes



Personal Dictionary - Hunspell - Linux

2010-05-11 Thread Rob Oakes
Dear LyX Users,

Does anyone happen to know where the personal dictionary for Hunspell
lives?  I've been trying to do a write-up of the new spell-checking
features in LyX 2, and have found that while I can add words to a
personal dictionary while I keep the program open, they aren't getting
stored between sessions (e.g., close the program and then re-open it).

The only explanation that I've been able to come up with is that my
system dictionaries are in a folder which my user account doesn't have
read/write permissions to.

Does anyone know if there is a hunspell user dictionary stored in
the /home/ folder that I should be using instead?  (I've already gotten
the same thing to work with aspell.)

Thanks,

Rob Oakes



Personal Dictionary - Hunspell - Linux

2010-05-11 Thread Rob Oakes
Dear LyX Users,

Does anyone happen to know where the personal dictionary for Hunspell
lives?  I've been trying to do a write-up of the new spell-checking
features in LyX 2, and have found that while I can add words to a
"personal dictionary" while I keep the program open, they aren't getting
stored between sessions (e.g., close the program and then re-open it).

The only explanation that I've been able to come up with is that my
system dictionaries are in a folder which my user account doesn't have
read/write permissions to.

Does anyone know if there is a hunspell user dictionary stored in
the /home/ folder that I should be using instead?  (I've already gotten
the same thing to work with aspell.)

Thanks,

Rob Oakes



Re: Using hunspell as a spellchecker

2009-06-21 Thread Theblond
 I would like to use hunspell as the spellchecker.
 I have installed it and a dictionary from sources
 into /home/lyx/bin .
 
 I've added an environment variable:
 DICPATH=/home/lyx/share/myspell
 
 I have uninstalled ispell and I have created a symlink (ispell) pointing
 to hunspell. (ln -s hunspell ispell)
 
 Unfortunately, it is not working. It says:
 The spellchecker has died for some reason. Maybe it has been killed.
 
 Hunspell has a pipe interface with the -a option.
 
 Versions:
  - LyX v1.6.3.
  - Hunspell v1.2.8 -
  - magyarispell dictionary: Magyar 1.4

I have figured it out myself. :)

hunspell install is easy, just do the following to install it for the
current user:
 $ mkdir ~/src
 $ cd ~/src
 $ tar xvf ~/download/hunspell-1.2.8.tar.gz
 $ cd hunspell-1.2.8
 $ ./configure --prefix=$HOME --with-ui
 $ make
 $ make install
 $ cd ~/bin
 $ ln -s hunspell ispell

magyarispell is a little bit tricky.
There is an error(?) in the makefile, so line 169. should be modified:
from:
@cp -f $(WRKDIR)/hu_HU.{dic,aff} $(MYSPELLDIR)/
to:
@cp -f hu_HU.{dic,aff} $(MYSPELLDIR)/

Note, that the first 1 or two character is tabulator, not space!

This change should be made after unpacking:
 $ cd ~/src
 $ tar xvf $HOME/download/magyarispell-1.4.tar.gz
 $ cd magyarispell-1.4

Here, I have changed the Makefile and issued:

 $ make PREFIX=$HOME install_myspell

The location of the dictionary can be given with an environment variable:

 DICPATH=/home/lyx/share/myspell

Finally, in LyX, we should set ispell as the spellchecker, and we must
ensure, that the bin directory is the first in the search path to lyx
call our hunspell (via the symlink).


Theblond


Re: Using hunspell as a spellchecker

2009-06-21 Thread Theblond
 I would like to use hunspell as the spellchecker.
 I have installed it and a dictionary from sources
 into /home/lyx/bin .
 
 I've added an environment variable:
 DICPATH=/home/lyx/share/myspell
 
 I have uninstalled ispell and I have created a symlink (ispell) pointing
 to hunspell. (ln -s hunspell ispell)
 
 Unfortunately, it is not working. It says:
 The spellchecker has died for some reason. Maybe it has been killed.
 
 Hunspell has a pipe interface with the -a option.
 
 Versions:
  - LyX v1.6.3.
  - Hunspell v1.2.8 -
  - magyarispell dictionary: Magyar 1.4

I have figured it out myself. :)

hunspell install is easy, just do the following to install it for the
current user:
 $ mkdir ~/src
 $ cd ~/src
 $ tar xvf ~/download/hunspell-1.2.8.tar.gz
 $ cd hunspell-1.2.8
 $ ./configure --prefix=$HOME --with-ui
 $ make
 $ make install
 $ cd ~/bin
 $ ln -s hunspell ispell

magyarispell is a little bit tricky.
There is an error(?) in the makefile, so line 169. should be modified:
from:
@cp -f $(WRKDIR)/hu_HU.{dic,aff} $(MYSPELLDIR)/
to:
@cp -f hu_HU.{dic,aff} $(MYSPELLDIR)/

Note, that the first 1 or two character is tabulator, not space!

This change should be made after unpacking:
 $ cd ~/src
 $ tar xvf $HOME/download/magyarispell-1.4.tar.gz
 $ cd magyarispell-1.4

Here, I have changed the Makefile and issued:

 $ make PREFIX=$HOME install_myspell

The location of the dictionary can be given with an environment variable:

 DICPATH=/home/lyx/share/myspell

Finally, in LyX, we should set ispell as the spellchecker, and we must
ensure, that the bin directory is the first in the search path to lyx
call our hunspell (via the symlink).


Theblond


Re: Using hunspell as a spellchecker

2009-06-21 Thread Theblond
> I would like to use hunspell as the spellchecker.
> I have installed it and a dictionary from sources
> into /home/lyx/bin .
> 
> I've added an environment variable:
> DICPATH=/home/lyx/share/myspell
> 
> I have uninstalled ispell and I have created a symlink (ispell) pointing
> to hunspell. (ln -s hunspell ispell)
> 
> Unfortunately, it is not working. It says:
> "The spellchecker has died for some reason. Maybe it has been killed."
> 
> Hunspell has a pipe interface with the -a option.
> 
> Versions:
>  - LyX v1.6.3.
>  - Hunspell v1.2.8 -
>  - magyarispell dictionary: Magyar 1.4

I have figured it out myself. :)

hunspell install is easy, just do the following to install it for the
current user:
 $ mkdir ~/src
 $ cd ~/src
 $ tar xvf ~/download/hunspell-1.2.8.tar.gz
 $ cd hunspell-1.2.8
 $ ./configure --prefix=$HOME --with-ui
 $ make
 $ make install
 $ cd ~/bin
 $ ln -s hunspell ispell

magyarispell is a little bit tricky.
There is an error(?) in the makefile, so line 169. should be modified:
from:
@cp -f $(WRKDIR)/hu_HU.{dic,aff} $(MYSPELLDIR)/
to:
@cp -f hu_HU.{dic,aff} $(MYSPELLDIR)/

Note, that the first 1 or two character is tabulator, not space!

This change should be made after unpacking:
 $ cd ~/src
 $ tar xvf $HOME/download/magyarispell-1.4.tar.gz
 $ cd magyarispell-1.4

Here, I have changed the Makefile and issued:

 $ make PREFIX=$HOME install_myspell

The location of the dictionary can be given with an environment variable:

 DICPATH=/home/lyx/share/myspell

Finally, in LyX, we should set ispell as the spellchecker, and we must
ensure, that the bin directory is the first in the search path to lyx
call our hunspell (via the symlink).


Theblond


Using hunspell as a spellchecker

2009-06-20 Thread Theblond
Hi!

I would like to use hunspell as the spellchecker.
I have installed it and a dictionary from sources
into /home/lyx/bin .

I've added an environment variable:
DICPATH=/home/lyx/share/myspell

I have uninstalled ispell and I have created a symlink (ispell) pointing
to hunspell. (ln -s hunspell ispell)

Unfortunately, it is not working. It says:
The spellchecker has died for some reason. Maybe it has been killed.

Hunspell has a pipe interface with the -a option.

Versions:
 - LyX v1.6.3.
 - Hunspell v1.2.8 -
 - magyarispell dictionary: Magyar 1.4

How to work around?

Alex

Appendix:

l...@mobix:~$ hunspell
Hunspell 1.2.8 - Magyar 1.4
l...@mobix:~$ hunspell -h
Usage: hunspell [OPTION]... [FILE]...
Check spelling of each FILE. Without FILE, check standard input.

  -1check only first field in lines (delimiter = tabulator)
  -aIspell's pipe interface
  --check-url   Check URLs, e-mail addresses and directory paths
  -d d[,d2,...] use d (d2 etc.) dictionaries
  -Dshow available dictionaries
  -Gprint only correct words or lines
  -h, --helpdisplay this help and exit
  -HHTML input file format
  -i encinput encoding
  -lprint mispelled words
  -Lprint lines with mispelled words
  -manalyze the words of the input text
  -nnroff/troff input file format
  -p dict   set dict custom dictionary
  -P password   set password for encrypted dictionaries
  -sstem the words of the input text
  -tTeX/LaTeX input file format
  -v, --version print version number
  -vv   print Ispell compatible version number
  -wprint mispelled words (= lines) from one word/line input.

Example: hunspell -d en_US file.txt# interactive spelling
 hunspell -l file.txt  # print misspelled words
 hunspell -i utf-8 file.txt# check UTF-8 encoded file

Bug reports: http://hunspell.sourceforge.net


Using hunspell as a spellchecker

2009-06-20 Thread Theblond
Hi!

I would like to use hunspell as the spellchecker.
I have installed it and a dictionary from sources
into /home/lyx/bin .

I've added an environment variable:
DICPATH=/home/lyx/share/myspell

I have uninstalled ispell and I have created a symlink (ispell) pointing
to hunspell. (ln -s hunspell ispell)

Unfortunately, it is not working. It says:
The spellchecker has died for some reason. Maybe it has been killed.

Hunspell has a pipe interface with the -a option.

Versions:
 - LyX v1.6.3.
 - Hunspell v1.2.8 -
 - magyarispell dictionary: Magyar 1.4

How to work around?

Alex

Appendix:

l...@mobix:~$ hunspell
Hunspell 1.2.8 - Magyar 1.4
l...@mobix:~$ hunspell -h
Usage: hunspell [OPTION]... [FILE]...
Check spelling of each FILE. Without FILE, check standard input.

  -1check only first field in lines (delimiter = tabulator)
  -aIspell's pipe interface
  --check-url   Check URLs, e-mail addresses and directory paths
  -d d[,d2,...] use d (d2 etc.) dictionaries
  -Dshow available dictionaries
  -Gprint only correct words or lines
  -h, --helpdisplay this help and exit
  -HHTML input file format
  -i encinput encoding
  -lprint mispelled words
  -Lprint lines with mispelled words
  -manalyze the words of the input text
  -nnroff/troff input file format
  -p dict   set dict custom dictionary
  -P password   set password for encrypted dictionaries
  -sstem the words of the input text
  -tTeX/LaTeX input file format
  -v, --version print version number
  -vv   print Ispell compatible version number
  -wprint mispelled words (= lines) from one word/line input.

Example: hunspell -d en_US file.txt# interactive spelling
 hunspell -l file.txt  # print misspelled words
 hunspell -i utf-8 file.txt# check UTF-8 encoded file

Bug reports: http://hunspell.sourceforge.net


Using hunspell as a spellchecker

2009-06-20 Thread Theblond
Hi!

I would like to use hunspell as the spellchecker.
I have installed it and a dictionary from sources
into /home/lyx/bin .

I've added an environment variable:
DICPATH=/home/lyx/share/myspell

I have uninstalled ispell and I have created a symlink (ispell) pointing
to hunspell. (ln -s hunspell ispell)

Unfortunately, it is not working. It says:
"The spellchecker has died for some reason. Maybe it has been killed."

Hunspell has a pipe interface with the -a option.

Versions:
 - LyX v1.6.3.
 - Hunspell v1.2.8 -
 - magyarispell dictionary: Magyar 1.4

How to work around?

Alex

Appendix:

l...@mobix:~$ hunspell
Hunspell 1.2.8 - Magyar 1.4
l...@mobix:~$ hunspell -h
Usage: hunspell [OPTION]... [FILE]...
Check spelling of each FILE. Without FILE, check standard input.

  -1check only first field in lines (delimiter = tabulator)
  -aIspell's pipe interface
  --check-url   Check URLs, e-mail addresses and directory paths
  -d d[,d2,...] use d (d2 etc.) dictionaries
  -Dshow available dictionaries
  -Gprint only correct words or lines
  -h, --helpdisplay this help and exit
  -HHTML input file format
  -i encinput encoding
  -lprint mispelled words
  -Lprint lines with mispelled words
  -manalyze the words of the input text
  -nnroff/troff input file format
  -p dict   set dict custom dictionary
  -P password   set password for encrypted dictionaries
  -sstem the words of the input text
  -tTeX/LaTeX input file format
  -v, --version print version number
  -vv   print Ispell compatible version number
  -wprint mispelled words (= lines) from one word/line input.

Example: hunspell -d en_US file.txt# interactive spelling
     hunspell -l file.txt  # print misspelled words
     hunspell -i utf-8 file.txt# check UTF-8 encoded file

Bug reports: http://hunspell.sourceforge.net