[texworks] Help with compilation

Till Rettig till.rettig at gmx.de
Fri May 22 20:48:31 CEST 2009


texworks-request at tug.org schrieb:
> Send texworks mailing list submissions to
> 	texworks at tug.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://tug.org/mailman/listinfo/texworks
> or, via email, send a message with subject or body 'help' to
> 	texworks-request at tug.org
>
> You can reach the person managing the list at
> 	texworks-owner at tug.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of texworks digest..."
>
>
> Today's Topics:
>
>    1. Re: Help with compilation (Yinhe Zhang)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 12 May 2009 08:40:03 +0800
> From: Yinhe Zhang <crickzhang1 at gmail.com>
> Subject: Re: [texworks] Help with compilation
> To: "Discuss the TeXworks front end." <texworks at tug.org>
> Message-ID:
> 	<7ef841380905111740y5cc71839me3bbf49fd6ddf7ad at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> I use TeXworks on Ubuntu 8.04 too. I simply comment out the code line in the
> member function ignoreWord in file src/CompletingEdit.cpp which use hunspell
> function Hunspell_add(pHunspell, word.data) ( Ubuntu 8.04 now only have
> hunspell version 1.1.9, doesn't have this function)
>
> void CompletingEdit::ignoreWord()
> {
>     // note that this is not persistent after quitting TW
>     QByteArray word =
> spellingCodec->fromUnicode(currentWord.selectedText());
>    // comment out following Hunspell_add because
>   // Ubuntu Hardy have only hunspell 1.1.9 which is lower than the
> requirement.
>     //(void)Hunspell_add(pHunspell, word.data());
>     emit rehighlight();
> }
>
> Then TeXworks compiles OK, and works fine for me, except just without this
> little functionality.
>
> Regards,
> Yinhe Zhang
>
>
>   
Thanks a lot! I had only today a chance to try that and it works. What 
is the functionality added by this line?

Greetings
Till


More information about the texworks mailing list