From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32207 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Re: Good things to put in mailcap-mime-data for NT? Date: 15 Aug 2000 10:56:43 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87vgx2zyus.fsf@deneb.enyo.de> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035168515 18440 80.91.224.250 (21 Oct 2002 02:48:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:48:35 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id A8F9BD051E for ; Tue, 15 Aug 2000 04:59:02 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id DAC29393; Tue, 15 Aug 2000 03:58:59 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 15 Aug 2000 03:58:04 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id DAA27447 for ; Tue, 15 Aug 2000 03:57:50 -0500 (CDT) Original-Received: from mail.netic.de (mail.s.netic.de [212.9.160.11]) by mailhost.sclp.com (Postfix) with ESMTP id 4930DD051E for ; Tue, 15 Aug 2000 04:58:19 -0400 (EDT) Original-Received: by mail.netic.de (Smail3.2.0.106/mail.s.netic.de) via LF.net GmbH Internet Services via remoteip 212.9.163.31 via remotehost mail.enyo.de with esmtp for mail.gnus.org id m13OcY6-001X4yC; Tue, 15 Aug 2000 10:58:18 +0200 (CEST) Original-Received: from [192.168.1.2] (helo=deneb.enyo.de) by mail.enyo.de with esmtp (Exim 3.12 #1) id 13OcVl-0002YU-00 for ding@gnus.org; Tue, 15 Aug 2000 10:55:53 +0200 Original-Received: from fw by deneb.enyo.de with local (Exim 3.12 #1) id 13OcWZ-00054i-00 for ding@gnus.org; Tue, 15 Aug 2000 10:56:43 +0200 Original-To: ding@gnus.org In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Tue, 15 Aug 2000 10:02:28 +0200" Original-Lines: 13 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32207 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32207 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > > I think we both are thinking in *nix-terms. Dos does *nothing* with > > the command line before passing it to the program. >=20 > I thought that COMMAND.COM did _almost_ nothing, the single exception > being double quote processing, which is needed for file names > containing spaces. COMMAND.COM does nothing. The DOS (and Windows) command line consists of exactly one argument (at least the last time I looked, approximately five years ago :-/). Parsing is done entirely by the application, and wildcard processing as well.