all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hannu Koivisto <azure@iki.fi>
To: emacs-devel@gnu.org
Subject: Re: A few Windows build fixes
Date: Thu, 08 Sep 2011 12:06:27 +0300	[thread overview]
Message-ID: <83mxef2yjw.fsf@kalahari.s2.org> (raw)
In-Reply-To: E1R1aIa-0003g4-3F@fencepost.gnu.org

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Hannu Koivisto <azure@iki.fi>
>> Date: Thu, 08 Sep 2011 11:33:04 +0300
>> 
>> One problem is Cygwin dll's automatic globbing of command line
>> arguments (which is done when a non-Cygwin application runs a
>> Cygwin application) and that might be one thing that could be
>> handled if better integration is wanted.
>
> Sorry, I don't understand.  On Posix platforms, globbing is something
> done by the shell, not by the application.

Right.  And this is something some Emacs packages (such as the git
interface I was talking about) rely on.

> Since Cygwin emulates Posix, I would expect its applications not
> to glob on their own.

They don't when you run them from a Cygwin shell or any other
Cygwin application.  They (well, not the applications as such but
the cygwin dll linked to them) do when you run them from a native
Windows application.

Apparently the idea is that a person using cmd.exe, for example,
can say "ls foo*" and have it work in an "expected" way.
Unfortunately this feature is not limited to cmd.exe (even though
some documentation suggests so).

> Are you saying that sometimes Cygwin applications do glob in
> their startup code, like native Windows apps?  (That's what I
> understand from the URL you mentioned.)

Yes.

-- 
Hannu




  reply	other threads:[~2011-09-08  9:06 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-28 22:46 A few Windows build fixes Hannu Koivisto
2011-08-29  6:15 ` Eli Zaretskii
2011-08-29  8:18   ` Hannu Koivisto
2011-08-29 10:05     ` Eli Zaretskii
2011-08-29 12:03       ` Hannu Koivisto
2011-08-29 13:28         ` Eli Zaretskii
2011-08-29 15:55           ` Stefan Monnier
2011-08-29 16:11             ` Eli Zaretskii
2011-08-29 15:48     ` Stefan Monnier
2011-08-29 16:08       ` Eli Zaretskii
2011-08-29 19:48         ` Jan Djärv
2011-08-31  2:42       ` Vijay Lakshminarayanan
2011-08-31  6:11         ` Eli Zaretskii
2011-08-31 13:17           ` Stefan Monnier
2011-09-01 17:55             ` Vijay Lakshminarayanan
2011-09-02  0:14               ` Andy Moreton
2011-09-02  7:07                 ` Eli Zaretskii
2011-09-02 11:43                   ` Andy Moreton
2011-09-02 12:48                     ` Stefan Monnier
2011-09-02 14:14                       ` Eli Zaretskii
2011-09-02 14:18                       ` Jason Rumney
2011-09-02 14:47                         ` Stefan Monnier
2011-09-02 14:05                     ` Eli Zaretskii
2011-09-02 14:48                       ` Stefan Monnier
2011-09-02 15:48                         ` Vijay Lakshminarayanan
2011-09-02 16:47                         ` Eli Zaretskii
2011-09-06  2:49                           ` Stefan Monnier
2011-09-06  4:33                             ` Eli Zaretskii
2011-09-06 18:04                               ` Stefan Monnier
2011-09-06 18:26                                 ` Eli Zaretskii
2011-09-07  3:29                                   ` Stefan Monnier
2011-09-07  5:17                                     ` Eli Zaretskii
2011-09-07 12:50                                       ` Stefan Monnier
2011-09-07 16:48                                         ` Eli Zaretskii
2011-09-08  8:33                                   ` Hannu Koivisto
2011-09-08  8:49                                     ` Eli Zaretskii
2011-09-08  9:06                                       ` Hannu Koivisto [this message]
2011-09-02 15:50                 ` Vijay Lakshminarayanan
2011-09-02  2:48               ` Stefan Monnier

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=83mxef2yjw.fsf@kalahari.s2.org \
    --to=azure@iki.fi \
    --cc=emacs-devel@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.