From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: eMaXer Newsgroups: gmane.emacs.help Subject: Re: Problem with Emacs Info and gzipped files on Cygwin Date: Sun, 25 Jan 2004 21:36:06 GMT Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1075067351 23262 80.91.224.253 (25 Jan 2004 21:49:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 25 Jan 2004 21:49:11 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 25 22:49:01 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aks7o-0004W3-00 for ; Sun, 25 Jan 2004 22:49:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aks6h-0006Q0-Qu for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Jan 2004 16:47:51 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news.glorb.com!newsfeed.mountaincable.net!cyclone01.bloor.is.net.cable.rogers.com!news01.bloor.is.net.cable.rogers.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 39 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-NNTP-Posting-Host: 65.50.46.118 Original-X-Complaints-To: abuse@rogers.com Original-X-Trace: news01.bloor.is.net.cable.rogers.com 1075066566 65.50.46.118 (Sun, 25 Jan 2004 16:36:06 EST) Original-NNTP-Posting-Date: Sun, 25 Jan 2004 16:36:06 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:120402 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16347 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16347 >>>>> "Thomas" == Thomas Haselberger writes: Thomas> eMaXer writes: >> Hi, I am using NTEmacs (GNU Emacs 21.3.1) on Windows XP, and >> Cygwin 1.5.5-1. When I try to use Emacs Info, if the info file is >> gzipped an error message window pops up with the following >> message : >> >> "The NTVDM CPU has encountered an illegal instruction. CS:0726 >> IP:ffd8 OP:fe ff 00 00 00 Choose 'Close' to terminate the >> application." >> >> The message window has the title "16 bit MS DOS Subsystem". >> >> The error happens in the function call-process-region. The >> following code produces the same error: >> >> (call-process-region (point-min) end-of-gzipped "gunzip" t t nil) >> >> (here between point-min and end-of-gzipped I have some text >> compressed with gzip) >> >> When I use info from the Cygwin command line it works fine. Thomas> I had the same problem and got the hint that the symlink Thomas> from gunzip.exe to gzip.exe might be a problem. Removing Thomas> the link and copying gzip.exe to gunzip.exe removed the Thomas> problem. Thomas> hth, tom Thanks, this did the trick. -- In the beginning was the Word, and the Word was in a buffer, and the buffer was in Emacs.