all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: gunzip problem on Windows
Date: Fri, 06 Nov 2009 10:28:40 +0200	[thread overview]
Message-ID: <838wekawg7.fsf@gnu.org> (raw)
In-Reply-To: <e3b72204-6483-490a-b6c7-29d2d9c84df6@z4g2000prh.googlegroups.com>

> From: Xah Lee <xahlee@gmail.com>
> Date: Thu, 5 Nov 2009 12:23:52 -0800 (PST)
> 
> Found a solution. Create a file name gunzip.bat, with this content:
> 
> @echo off
> gzip -d %1

As I wrote elsewhere, it's better to change %1 to %*, because then the
batch file is not limited to a single argument.

> I filed a bug report to FSF on this. #4867. I think this should still
> considered a bug though. Considering it as a Windows OS problem isn't
> very helpful in solving this.

It's not a Windows problem, and it's not an Emacs problem, either.  A
program running on a certain OS cannot be reasonably expected to run
shell scripts from another OS.  Granted, a motivated volunteer can
step forward and write the code for Emacs to support Unix shell
scripts on Windows (and they will be most welcome), but until then,
this is at best a feature request, not a bug.




  reply	other threads:[~2009-11-06  8:28 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-04 16:32 gunzip problem on Windows Xah Lee
2009-11-04 17:34 ` Andreas Politz
2009-11-04 17:56 ` Eli Zaretskii
2009-11-05 14:26   ` Kevin Rodgers
2009-11-05 19:06     ` Eli Zaretskii
     [not found]     ` <mailman.10136.1257448020.2239.help-gnu-emacs@gnu.org>
2009-11-10 14:42       ` Sébastien Vauban
2018-05-01  9:55         ` byron.cordova.mora
     [not found]   ` <mailman.10126.1257431414.2239.help-gnu-emacs@gnu.org>
2009-11-05 19:38     ` Xah Lee
2009-11-05 13:22 ` Friedrich Dominicus
2009-11-05 19:37   ` Xah Lee
2009-11-05 19:34 ` Xah Lee
2009-11-05 20:23   ` Xah Lee
2009-11-06  8:28     ` Eli Zaretskii [this message]
     [not found] ` <mailman.10068.1257357458.2239.help-gnu-emacs@gnu.org>
2009-11-05 19:35   ` Xah Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=838wekawg7.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.