From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31241 Path: main.gmane.org!not-for-mail From: Karl Berry Newsgroups: gmane.emacs.gnus.general Subject: Re: XEmacs info.el and PGnus info files Date: Tue, 30 May 2000 10:04:32 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <200005301404.KAA23827@freefriends.org> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035167679 12933 80.91.224.250 (21 Oct 2002 02:34:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:34:39 +0000 (UTC) Cc: didier@xemacs.org, xemacs-beta@xemacs.org, ding@gnus.org Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id AA10ED051E for ; Tue, 30 May 2000 10:10:44 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id JAC08665; Tue, 30 May 2000 09:07:06 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 30 May 2000 09:06:10 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA24284 for ; Tue, 30 May 2000 09:06:01 -0500 (CDT) Original-Received: from freefriends.org (unknown [63.85.55.109]) by mailhost.sclp.com (Postfix) with ESMTP id E5520D051E for ; Tue, 30 May 2000 10:06:23 -0400 (EDT) Original-Received: (from karl@localhost) by freefriends.org (8.9.3/8.9.3) id KAA23827; Tue, 30 May 2000 10:04:32 -0400 Original-To: pinard@iro.umontreal.ca Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31241 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31241 .info is not mandatory. The texinfo distribution itself uses texinfo-1, texinfo-2, etc. It also supports numerous other extensions, mostly for DOS. static char *info_suffixes[] = { ".info", "-info", "/index", ".inf", /* 8+3 file on filesystem which supports long file names */ #ifdef __MSDOS__ /* 8+3 file names strike again... */ ".in", /* for .inz, .igz etc. */ ".i", #endif "", NULL }; static COMPRESSION_ALIST compress_suffixes[] = { { ".gz", "gunzip" }, { ".bz2", "bunzip2" }, { ".z", "gunzip" }, { ".Z", "uncompress" }, { ".Y", "unyabba" }, #ifdef __MSDOS__ { "gz", "gunzip" }, { "z", "gunzip" }, #endif { (char *)NULL, (char *)NULL } };