emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: makeinfo-info.el - use Info-mode with makeinfo-buffer


From: Kevin Ryde
Subject: Re: makeinfo-info.el - use Info-mode with makeinfo-buffer
Date: Sat, 30 Nov 2002 09:21:45 +1000
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.1 (i386-debian-linux-gnu)

For those who came in late, this started on gnu-emacs-sources looking
to get makeinfo-buffer use Info-mode to show its foo.info output, as
opposed to the current raw buffer (which in particular is not good
when using the default file splitting, since foo.info is merely a tags
table in that case.)

Richard Stallman <address@hidden> writes:
>
> This seems to be a combination of changes to existing files
> and new functions.  Could you send diff -c output showing the
> changes to the existing files?

2002-11-29  Kevin Ryde  <address@hidden>

        * textmodes/makeinfo.el (makeinfo-buffer): Display result using
        Info-mode.
        (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
        New functions.
        (makeinfo-compile): Add a sentinel parameter.
        (makeinfo-compilation-sentinel-region): Renamed from
        makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
        (makeinfo-region): Use this.
        * info.el (Info-revert-find-node): New function.

Reindenting has bloated the makeinfo-compilation-sentinel-region diff,
the only change, as stated, is no need to check for makeinfo-temp-file
being nil.

Attachment: info.el.diff
Description: Text document

Attachment: makeinfo.el.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]