From: Cesar Rabak Newsgroups: comp.os.msdos.djgpp Subject: Re: gzipped info files in Emacs 20.5 Date: Tue, 27 Feb 2001 20:27:40 -0300 Lines: 45 Message-ID: <3A9C37EC.CAFC3591@uol.com.br> References: <3A9BDED0 DOT 37F1688A AT uol DOT com DOT br> <3405-Tue27Feb2001204707+0200-eliz AT is DOT elta DOT co DOT il> NNTP-Posting-Host: 200-221-14-196.dsl-sp.uol.com.br (200.221.14.196) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 983316478 25711981 200.221.14.196 (16 [39218]) X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: pt-BR,es,en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > > > From: Cesar Rabak > > Newsgroups: comp.os.msdos.djgpp > > Date: Tue, 27 Feb 2001 14:07:28 -0300 > > > > I learned that info 4.0 can read info files gzipped (a la Unix). > > However, when I tried to read an info file whithin Emacs, it complained > > about line references. > > Please post a recipe to reproduce this, starting with "emacs -q". Supposing you already have all info files gzipped: 1) emacs -q 2) in emacs C-h i (brings Info buffer) 3) m gcc* The following message can be read in the echo line: "No such anchor in tag table or node in tag table or file: Top" Below the complete excerpt of the exercise (cut and paste of *Messages* buffer): (c:/djgpp/gnu/emacs/bin/emacs.exe -q) For information about the GNU Project and its goals, type C-h C-p. Loading info... Loading cus-face... Loading cus-face...done Loading easymenu... Loading easymenu...done Loading info...done Composing main Info directory... Mark set Composing main Info directory...done No such anchor in tag table or node in tag table or file: Top Thanks for your attention on this, Eli! Cesar (*) 'gcc' used as example only. It seems to me it occurs with all info which are multi-file. As, for example, asking for diff (which is gzipped as well) works.