Hi,
Fri, 27 Oct 2006 Ian Taylor wrote:
> Can anyone explain what is happening here (using pdksh as my shell) when
> I try to set an environment variable using 'read':
...
>
> This doesn't work:
> $ echo Test2 | read VAR2
> $ echo "VAR2 is $VAR2"
> VAR2 is
>
> This works within the 'while' loop o
Hello,
"Intellisense" is one of the new very useful functionnalies in vim 7.
It has to be enabled at compile time but it seems it is not in the
cygwin package.
Could this be added soon (it is just some flags)?
Should I post to cygwin-app for this kind of problem?
Thanks,
--
jt
--
Unsubscribe i
On 27 October 2006 04:04, [EMAIL PROTECTED] wrote:
> Can anyone explain what is happening here (using pdksh as my shell) when
> I try to set an environment variable using 'read':
Variables set in a subshell process are not returned back into the parent
process environment.
>
> This works:
>
Hi everyone,
I'd just like to report that this issue has been resolved. It would
seem that my Cygwin installation had never completed properly. A
fresh installation fixed the issue.
Hugh
On 21/10/06, Hugh McMaster <[EMAIL PROTECTED]> wrote:
> Hi Brian,
>
> I apologise for the lack of info
Thorsten Kampe thorstenkampe.de> writes:
>
> * Lloyd Zusman (Thu, 26 Oct 2006 11:31:39 + (UTC))
> > Aside from using "cmd /c attrib", is there a way in cygwin for me to
> > change the Windows "hidden" or "system" attributes of a file?
>
> Yes, "attrib" (without the "cmd /c")
That doesn't w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Jim Easton on 10/27/2006 1:43 AM:
> Hi,
>
> Fri, 27 Oct 2006 Ian Taylor wrote:
>> Can anyone explain what is happening here (using pdksh as my shell) when
>> I try to set an environment variable using 'read':
This is one of the bash FAQs
On Oct 27 11:57, jt wrote:
> Hello,
>
> "Intellisense" is one of the new very useful functionnalies in vim 7.
> It has to be enabled at compile time but it seems it is not in the
> cygwin package.
>
> Could this be added soon (it is just some flags)?
> Should I post to cygwin-app for this kind of
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Lloyd Zusman on 10/27/2006 5:49 AM:
>
>>> There don't seem to be any extensions to chmod that will accomplish
>>> this,
>> There is no concept of hidden or system as a file attribute in Linux.
>> It's achieved via a leading dot in the fi
Thanks Dave - I guess I should have explained in my original email that
I'm converting a ksh script which currently runs successfully under
HP-UX. If I run the following command under HP-UX ksh:
echo "Test" | read VAR1
VAR1 will hold the value "Test" in the parent environment. This doesn't
happ
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to [EMAIL PROTECTED] on 10/27/2006 6:38 AM:
> Thanks Dave - I guess I should have explained in my original email that
> I'm converting a ksh script which currently runs successfully under
> HP-UX. If I run the following command under HP-UX ks
Vim is built with everything (--with-features=huge option). Omni completion
is present. Did you set "filetype plugin on" in your .vimrc file?
Yes I did. Now your question allowed me to narrow the issue: omnifunc
is indeed bundled but not the bindings to python, ruby, tcl, ... as
the output of
On 27 October 2006 10:57, jt wrote:
> Hello,
>
> "Intellisense" is one of the new very useful functionnalies in vim 7.
Ouch. They really need to stop using a Microsoft trademark ASAP, before they
attract unwelcome (== lawyerly) attention...
cheers,
DaveK
--
Can't think of a witt
* Lloyd Zusman (Fri, 27 Oct 2006 11:49:51 + (UTC))
> Thorsten Kampe thorstenkampe.de> writes:
> > * Lloyd Zusman (Thu, 26 Oct 2006 11:31:39 + (UTC))
> > > Aside from using "cmd /c attrib", is there a way in cygwin for me to
> > > change the Windows "hidden" or "system" attributes of a file
-Original Message-
>From: Eric Blake
>Sent: Wednesday, October 25, 2006 8:05 AM
>To: Bruun, Peter Michael
>Subject: Re: Bash 3.1.17(8): Scripts on textmode mount get problems
with CR characters
>
>-BEGIN PGP SIGNED MESSAGE-
>Hash: SHA1
>
>http://cygwin.com/acronyms/#PPIOSPE - r
On Oct 27 15:24, jt wrote:
> >Vim is built with everything (--with-features=huge option). Omni
> >completion
> >is present. Did you set "filetype plugin on" in your .vimrc file?
>
> Yes I did. Now your question allowed me to narrow the issue: omnifunc
> is indeed bundled but not the bindings to
On Oct 27 14:55, Dave Korn wrote:
> On 27 October 2006 10:57, jt wrote:
>
> > Hello,
> >
> > "Intellisense" is one of the new very useful functionnalies in vim 7.
>
> Ouch. They really need to stop using a Microsoft trademark ASAP, before
> they attract unwelcome (== lawyerly) attention...
Guys,
Anyone ever seen situation when httpd2 overloads entire server
for a few seconds after request ?
I.e. I run with browser perl script that queries MySQL database.
Perl load about 10%, MySQL - up to 25% and in second or two after
page completely loaded httpd2 causes 100% processor load - ever
Long, Phillip GOSS wrote:
U don't have d2u on all platforms, but U probably _do_ have awk or
gawk on every platform. I came up with a simple fix for the CRLF
problem when I encountered it, which is still klugy, but works on
every POSIX or Cygwin platform:
gawk '//' fileFromTextMount > fileWit
on Friday, October 27, 2006 2:16 PM, Matthew Woehlke wrote:
> Long, Phillip GOSS wrote:
>> U don't have d2u on all platforms, but U probably _do_ have awk or
>> gawk on every platform. I came up with a simple fix for the CRLF
>> problem when I encountered it, which is still klugy, but works on
>>
Buchbinder, Barry (NIH/NIAID) [E] wrote:
on Friday, October 27, 2006 2:16 PM, Matthew Woehlke wrote:
Long, Phillip GOSS wrote:
U don't have d2u on all platforms, but U probably _do_ have awk or
gawk on every platform. I came up with a simple fix for the CRLF
problem when I encountered it, whic
When I hit ^C in an rxvt window (no X), it doesn't result in killing
all the child processes.
In this specific case, I am running ant, either through ant.bat, ant
(shell script) or through a custom perl wrapper (which directly
executes java bypassing ant.bat or ant).
When the perl wrapper is us
gdiviney wrote:
>
> A one-hour compiler class assignment has become an all-day goose-hunt.
> Thanks Cygwin developers! Maybe someday I’ll have the opportunity to waste
> an entire day of your lives. If it weren’t for schools, your aberrant work
> would have been forgotten long ago.
>
Agreed.
Thorsten Kampe thorstenkampe.de> writes:
> * Lloyd Zusman (Fri, 27 Oct 2006 11:49:51 + (UTC))
> >
> > Cygwin offers the "-W, --windows" extension to ps and the regtool,
> > getfacl, and setfacl commands (to name but three) which offer
> > Windows-specific (i.e., non-Linux) capabilities.
>
>
I am trying to pass Windows path names from a Windows batch file to
a Cygwin bash script. I have found a solution using Windows
environment variable substitution to replace \s with /s before
passing the name to bash, but I cannot figure out how to pass the
name without that replacement. The p
On Fri, Oct 27, 2006 at 05:40:36PM -0700, Hari Krishna Dara wrote:
>When I hit ^C in an rxvt window (no X), it doesn't result in killing
>all the child processes.
>
>In this specific case, I am running ant, either through ant.bat, ant
>(shell script) or through a custom perl wrapper (which directly
On Fri, Oct 27, 2006 at 06:41:51PM -0700, infoterror wrote:
>gdiviney wrote:
>>A one-hour compiler class assignment has become an all-day goose-hunt.
>>Thanks Cygwin developers! Maybe someday I???ll have the opportunity to
>>waste an entire day of your lives. If it weren???t for schools, your
>>ab
26 matches
Mail list logo