On 15/10/2008 10:31, Stefan Schimanski wrote:
Am 15.10.2008 um 10:27 schrieb Abdelrazak Younes:
On 15/10/2008 10:19, Stefan Schimanski wrote:
Am 15.10.2008 um 09:20 schrieb Abdelrazak Younes:
On 14/10/2008 15:02, Stefan Schimanski wrote:
Hi!
Does the following make sense? I have aspell installed here on
Mac, but not ispell. So without this change the preferences dialog
will disable the spell checking selection box.
That's normal as we don't use the aspell executable, we link to the
aspell library. So there's nothing to select. The correct fix would
be to hide the combo altogether IMO.
My problem is that I have aspell (including the libs) installed, but
no ispell. Hence, lyx links against aspell. But because of the
#ifdef ISPELL line, the whole spell configuration is disabled. If I
enable the widget with my patch, it works perfectly.
You mean the whole edit boxes, not only the 'Spellchecker executable'
combo? I don't see this here and I don't understand how your patch
can be related.
How should I select aspell in the combo if it is disabled?
That's what I am saying, you don't have to; Aspell support is compiled
in, we don't use the executable.
Abdel.