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.
Abdel.