Re: Expanding @-pathnames from Cygwin bash

2013-02-13 Thread Christopher Faylor
On Wed, Feb 13, 2013 at 05:47:19PM +, Adam Dinwoodie wrote: >The UG states > >> Cygwin programs expand their arguments starting with "@" in a special way. If >> a file pathname exists, the argument @pathname expands recursively to the >> content of pathname. >-- http://cygwin.com/cygwin-ug-net/

Expanding @-pathnames from Cygwin bash

2013-02-13 Thread Adam Dinwoodie
The UG states > Cygwin programs expand their arguments starting with "@" in a special way. If > a file pathname exists, the argument @pathname expands recursively to the > content of pathname. -- http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-at It then contrasts "the behaviors

Re: Is this a bug or a behavior?

2013-02-13 Thread Christopher Faylor
On Wed, Feb 13, 2013 at 04:55:01PM +, Adam Dinwoodie wrote: >Jack Radigan wrote: >> Using the following script: >> #!/bin/bash >> set -x >> cat << eof | `ls /bin | grep "^grep$"` alpha >> alpha >> omega >> eof > >Easier repro showing this phenomena: > >ls /bin | grep '^grep$' > >On Linux, y

RE: Is this a bug or a behavior?

2013-02-13 Thread Adam Dinwoodie
Jack Radigan wrote: > Using the following script: > #!/bin/bash > set -x > cat << eof | `ls /bin | grep "^grep$"` alpha > alpha > omega > eof Easier repro showing this phenomena: ls /bin | grep '^grep$' On Linux, you'll get "grep" as output. Cygwin won't output anything. > But, the command

Is this a bug or a behavior?

2013-02-13 Thread Jack Radigan
Using the following script: #!/bin/bash set -x cat << eof | `ls /bin | grep "^grep$"` alpha alpha omega eof Output from bash on Linux: + cat ++ ls /bin ++ grep '^grep$' + grep alpha alpha Output from bash on Cygwin: + cat ++ ls /bin ++ grep '^grep$' + alpha ./ls-test: line 3: alpha: command not

Re: Some Problems about Emacs-w32

2013-02-13 Thread Arthur Tu
On 2/13/2013 7:47 PM, Ken Brown wrote: On 2/13/2013 2:49 AM, Arthur Tu wrote: On 2/13/2013 5:04 AM, Ken Brown wrote: On 2/12/2013 3:33 PM, Daniel Colascione wrote: On 2/12/2013 12:31 PM, Ken Brown wrote: On 2/12/2013 12:30 PM, Arthur Tu wrote: 1. Emacs-w32 depends on several libraries, such

[ANNOUNCEMENT] Updated: emacs*-24.2.93-2 (TEST)

2013-02-13 Thread Ken Brown
The following packages have been updated in the Cygwin distribution as test releases: *** emacs-24.2.93-2 *** emacs-X11-24.2.93-2 *** emacs-w32-24.2.93-2 *** emacs-el-24.2.93-2 This is a rebuild of the 24.2.93-1 packages to fix the emacsclient problem reported in http://cygwin.com/ml/cygwi

Re: Some Problems about Emacs-w32

2013-02-13 Thread Ken Brown
On 2/13/2013 2:49 AM, Arthur Tu wrote: On 2/13/2013 5:04 AM, Ken Brown wrote: On 2/12/2013 3:33 PM, Daniel Colascione wrote: On 2/12/2013 12:31 PM, Ken Brown wrote: On 2/12/2013 12:30 PM, Arthur Tu wrote: 1. Emacs-w32 depends on several libraries, such as libXpm-noX_4. However, these dependen