delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/03/28/05:06:43

To: djgpp AT delorie DOT com
Subject: Re: Minor glich under NT (info)?
References: <7dkgv4$ork$1 AT agate DOT berkeley DOT edu>
From: Michael Bukin <M DOT A DOT Bukin AT inp DOT nsk DOT su>
Date: 28 Mar 1999 17:01:51 +0700
In-Reply-To: chiry@nospam.csua.Berkeley.EDU's message of "28 Mar 1999 06:07:32 GMT"
Message-ID: <20n20y9blc.fsf@Sky.inp.nsk.su>
Lines: 36
X-Mailer: Gnus v5.5/Emacs 19.34
Reply-To: djgpp AT delorie DOT com

chiry AT nospam DOT csua DOT Berkeley DOT EDU writes:

> I have NT Emacs v20. I have modified the infopath variable to also
> point to djgpp's info directory, great, the topics show up.
> 
> except it doesn't work. when I click on a topic, it say it can't find
> the file. some observation reveals that the djgpp\info directory's
> file ends in .inf (not all of them, a lot of them). When I renamed all
> those .inf files to no extension, it works.

The problem is that emacs understands only predefined set of
extensions for info files.  There is no problem with DJGPP Emacs,
because it uses different set of extensions.  You can change supported
extensions yourself, by adding the following lines in your _emacs file

(setq Info-suffix-list '((".info.gz" . "gunzip")
                         (".info.z" . "gunzip")
                         (".info" . nil)
                         (".inf.gz" . "gunzip")
                         (".inf.z" . "gunzip")
                         (".inf" . nil)
                         (".gz" . "gunzip")
                         (".z" . "gunzip")
                         ("" . nil)))

Add other extensions if necessary.

> 
> thanks for anyone who can shad some light on this. Also, a hello world
> program is about 160k, is this normal? Turbo C or Borland C produced
> much much smaller hello world executables...

Read section 8.13 in djgpp FAQ.

-- 
Michael Bukin

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019