* using speck for spell checking
@ 2009-02-08 17:52 Alain Muls
2009-02-08 19:00 ` David
[not found] ` <mailman.168.1234119624.31690.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 7+ messages in thread
From: Alain Muls @ 2009-02-08 17:52 UTC (permalink / raw)
To: emacs list
Hi
I just found the speck.el file and read a basic summary about what it can do.
Since I wanted to try it out I downloaded the speck.el and speck.texi file.
Installing speck.el worked, however, I cannot compile the documentation and
googling does not help me any further.
Is someone using speck and can you point me to documentation about it?
Tx/Alain
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: using speck for spell checking
2009-02-08 17:52 using speck for spell checking Alain Muls
@ 2009-02-08 19:00 ` David
[not found] ` <mailman.168.1234119624.31690.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 7+ messages in thread
From: David @ 2009-02-08 19:00 UTC (permalink / raw)
To: help-gnu-emacs
Alain Muls <alain.muls@telenet.be> writes:
> I cannot compile the documentation
Please be more specific. What kind of error does
makeinfo speck.texi
produce?
-David
^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <mailman.168.1234119624.31690.help-gnu-emacs@gnu.org>]
* Re: using speck for spell checking
[not found] ` <mailman.168.1234119624.31690.help-gnu-emacs@gnu.org>
@ 2009-02-16 6:37 ` catalinaospinaj
2009-02-16 11:10 ` David
[not found] ` <mailman.861.1234782637.31690.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 7+ messages in thread
From: catalinaospinaj @ 2009-02-16 6:37 UTC (permalink / raw)
To: help-gnu-emacs
On 8 feb, 13:00, David <de...@arcor.de> wrote:
> Alain Muls <alain.m...@telenet.be> writes:
> > I cannot compile the documentation
>
> Please be more specific. What kind of error does
>
> makeinfo speck.texi
>
> produce?
>
> -David
In my computer, this is the error that one finds:
/home/canti/docs/downloads/speck//speck.texi:642: Cross reference to
nonexistent Interface' (perhaps incorrect sectioning?).
/home/canti/docs/downloads/speck//speck.texi:158: Cross reference to
nonexistent Interface' (perhaps incorrect sectioning?).
/home/canti/docs/downloads/speck//speck.texi:130: Cross reference to
nonexistent Interface' (perhaps incorrect sectioning?).
makeinfo: Removing output file `/home/canti/docs/downloads/speck/
speck' due to errors; use --force to preserve.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: using speck for spell checking
2009-02-16 6:37 ` catalinaospinaj
@ 2009-02-16 11:10 ` David
[not found] ` <mailman.861.1234782637.31690.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 7+ messages in thread
From: David @ 2009-02-16 11:10 UTC (permalink / raw)
To: help-gnu-emacs
catalinaospinaj@gmail.com writes:
> On 8 feb, 13:00, David <de...@arcor.de> wrote:
>> Alain Muls <alain.m...@telenet.be> writes:
>> > I cannot compile the documentation
>>
>> Please be more specific. What kind of error does
>>
>> makeinfo speck.texi
>>
>> produce?
>>
>> -David
>
>
> In my computer, this is the error that one finds:
>
> /home/canti/docs/downloads/speck//speck.texi:642: Cross reference to
> nonexistent Interface' (perhaps incorrect sectioning?).
> /home/canti/docs/downloads/speck//speck.texi:158: Cross reference to
> nonexistent Interface' (perhaps incorrect sectioning?).
> /home/canti/docs/downloads/speck//speck.texi:130: Cross reference to
> nonexistent Interface' (perhaps incorrect sectioning?).
> makeinfo: Removing output file `/home/canti/docs/downloads/speck/
> speck' due to errors; use --force to preserve.
I cannot reproduce this:
--> wget --quiet http://www.emacswiki.org/cgi-bin/wiki/download/speck.texi.gz
--> gunzip speck.texi.gz
--> makeinfo speck.texi
--> makeinfo --version
makeinfo (GNU texinfo) 4.11
[...]
You either have a corrupt texi file or some old makeinfo version.
In any case, as your makeinfo output above says, you can use '--force'
to preserve the info file even with the above errors; only some of the
cross references will not work.
-David
^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <mailman.861.1234782637.31690.help-gnu-emacs@gnu.org>]
* Re: using speck for spell checking
[not found] ` <mailman.861.1234782637.31690.help-gnu-emacs@gnu.org>
@ 2009-02-18 3:10 ` catalinaospinaj
2009-02-18 5:37 ` Teemu Likonen
0 siblings, 1 reply; 7+ messages in thread
From: catalinaospinaj @ 2009-02-18 3:10 UTC (permalink / raw)
To: help-gnu-emacs
On Feb 16, 5:10 am, David <de...@arcor.de> wrote:
> catalinaospi...@gmail.com writes:
> > On 8 feb, 13:00, David <de...@arcor.de> wrote:
> >> Alain Muls <alain.m...@telenet.be> writes:
> >> > I cannot compile the documentation
>
> >> Please be more specific. What kind of error does
>
> >> makeinfo speck.texi
>
> >> produce?
>
> >> -David
>
> > In my computer, this is the error that one finds:
>
> > /home/canti/docs/downloads/speck//speck.texi:642: Cross reference to
> > nonexistent Interface' (perhaps incorrect sectioning?).
> > /home/canti/docs/downloads/speck//speck.texi:158: Cross reference to
> > nonexistent Interface' (perhaps incorrect sectioning?).
> > /home/canti/docs/downloads/speck//speck.texi:130: Cross reference to
> > nonexistent Interface' (perhaps incorrect sectioning?).
> > makeinfo: Removing output file `/home/canti/docs/downloads/speck/
> > speck' due to errors; use --force to preserve.
>
> I cannot reproduce this:
>
> --> wget --quiethttp://www.emacswiki.org/cgi-bin/wiki/download/speck.texi.gz
> --> gunzip speck.texi.gz
> --> makeinfo speck.texi
> --> makeinfo --version
> makeinfo (GNU texinfo) 4.11
> [...]
>
> You either have a corrupt texi file or some old makeinfo version.
>
> In any case, as your makeinfo output above says, you can use '--force'
> to preserve the info file even with the above errors; only some of the
> cross references will not work.
>
> -David
Yes. Thank you. It seems that the .texi file that I was using was
corrupt. I tried it downloading it from the page you suggested and it
worked without any complaint.
However, I was wondering if you could answer me one more question.
How can I make the file created with the makeinfo integrate with all
of the info files that appear under my emacs. When I type M-h i, all
the tree of info files appear, but I do not seem to find the speck
node (I'm sorry if it is a silly question but I had never before
compiled a texinfo file).
Santiago.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-02-21 13:58 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-08 17:52 using speck for spell checking Alain Muls
2009-02-08 19:00 ` David
[not found] ` <mailman.168.1234119624.31690.help-gnu-emacs@gnu.org>
2009-02-16 6:37 ` catalinaospinaj
2009-02-16 11:10 ` David
[not found] ` <mailman.861.1234782637.31690.help-gnu-emacs@gnu.org>
2009-02-18 3:10 ` catalinaospinaj
2009-02-18 5:37 ` Teemu Likonen
2009-02-21 13:58 ` catalinaospinaj
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.