Re: Open bash at the current explorer directory?

2002-09-30 Thread Christopher Faylor
On Mon, Sep 30, 2002 at 04:27:48PM +0200, Gunnar Bostr?m wrote: >Actually this was what I started with, but I had some trouble with the >installation. Later on I found the idea to use an environment varable >instead of writing to a temp-file. :-) Is there any way that we can STOP discussing thi

RE: Open bash at the current explorer directory?

2002-09-30 Thread Gunnar Boström
r 2002 14:50 > To: Gunnar Boström > Cc: [EMAIL PROTECTED] > Subject: Re: Open bash at the current explorer directory? > > > Gunnar schrieb: > > > It still works if I choose a folder, byt not a drive! > > Wow, what a thread... I missed it. > I have a packa

Re: Open bash at the current explorer directory?

2002-09-30 Thread Gerrit P. Haase
Gunnar schrieb: > It still works if I choose a folder, byt not a drive! Wow, what a thread... I missed it. I have a package online to deal with this (drives & folders, including a little setup script), this version is for 'bash only', but can be customized: http://koeln.convey.de/cywgin/CygwinPr

RE: Open bash at the current explorer directory?

2002-09-29 Thread Gunnar Boström
n 27 september 2002 15:30 > To: Gunnar Boström > Cc: [EMAIL PROTECTED] > Subject: RE: Open bash at the current explorer directory? > > > Gunnar, > > I suggest putting an 'echo "$CYGWINSTARTHERE" >> > /var/log/bashhere.log' in > your .b

RE: Open bash at the current explorer directory?

2002-09-27 Thread Igor Pechtchanski
or both > Directory and Drive. > > env.exe CYGWINSTARTHERE="%1" bash --login > > Suggestions? > :-) > > > -Original Message- > > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED]] > > Sent: den 26 september 2002 16:24 > > To: Gunnar Boström > > Cc: [EMA

RE: Open bash at the current explorer directory?

2002-09-26 Thread Gunnar Boström
:24 > To: Gunnar Boström > Cc: [EMAIL PROTECTED] > Subject: RE: Open bash at the current explorer directory? > > > Oops, just re-read this... B, should drink more coffee before > replying to mails... Here's another try: > > Gunnar, > Converting short path

RE: Open bash at the current explorer directory?

2002-09-26 Thread Igor Pechtchanski
t; > fi > > > > > > Hope this helps, > > > Igor > > > > > > On Wed, 25 Sep 2002, [iso-8859-1] Gunnar Boström wrote: > > > > > > > This works fine except that I get the windows short form of the > > > > directo

RE: Open bash at the current explorer directory?

2002-09-25 Thread Gunnar Boström
ssage- > From: Igor Pechtchanski [mailto:[EMAIL PROTECTED]] > Sent: den 25 september 2002 23:02 > To: Gunnar Boström > Cc: [EMAIL PROTECTED] > Subject: RE: Open bash at the current explorer directory? > > > Gunnar, > I assume your $CYGWIN contains "check_case:strict

RE: Open bash at the current explorer directory?

2002-09-25 Thread Igor Pechtchanski
fine except that I get the windows short form of the > directories in the CFH variable. > I've tried filtering through cygpath but no luck. > Any suggestion? > > :-? > > > -Original Message- > > From: Frantisek Dufka [mailto:[EMAIL PROTECTED]] > > S

Re: cygwin and short windows filenames (Was RE: Open bash at the current explorer directory?)

2002-09-25 Thread Christopher Faylor
On Wed, Sep 25, 2002 at 03:33:01PM -0400, Igor Pechtchanski wrote: >You're right, this is a problem. Cygwin should be able to handle >windows short form of directory names just as well as the long ones... >For some reason it doesn't ('cd /cygdrive/c/PROGRA~1' results in "cd: >/cygdrive/c/PROGRA~1

RE: Open bash at the current explorer directory?

2002-09-25 Thread Gunnar Boström
002 10:56 > To: [EMAIL PROTECTED] > Subject: Re: Open bash at the current explorer directory? > > > I don't know how to do it without using .bashrc, but this > works for me > (current cygwin, NT 4.0) > > Registry key contains: > > D:\cygwin\bin\rxvt.exe -sb -s

Re: Open bash at the current explorer directory?

2002-09-21 Thread Nicholas Wourms
--- Michael A Chase <[EMAIL PROTECTED]> wrote: > On Thu, 19 Sep 2002 13:01:33 -0400 (EDT) Igor Pechtchanski > <[EMAIL PROTECTED]> wrote: > > > It should be /etc/profile (note the absense of ".") and > ~/.bash_profile. > > I think ~/.profile is used by ksh... > > For login shells, bash will fall

Re: Open bash at the current explorer directory?

2002-09-19 Thread Michael A Chase
On Thu, 19 Sep 2002 13:01:33 -0400 (EDT) Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > It should be /etc/profile (note the absense of ".") and ~/.bash_profile. > I think ~/.profile is used by ksh... For login shells, bash will fall back to ~/.profile if ~/.bash_profile and ~/.bash_login aren't

RE: Open bash at the current explorer directory?

2002-09-19 Thread Igor Pechtchanski
Galen, It should be /etc/profile (note the absense of ".") and ~/.bash_profile. I think ~/.profile is used by ksh... Igor On Thu, 19 Sep 2002, Tackett, Galen wrote: > I must be missing something. > > I added the registry entries plus the profile entries, both for > /etc/.profile and ~/.

RE: Open bash at the current explorer directory?

2002-09-19 Thread Tackett, Galen
I must be missing something. I added the registry entries plus the profile entries, both for /etc/.profile and ~/.profile. Now, the right-button menu command "Open with command prompt" works just wonderfully (if the resulting cmd.exe window can actually be described with that word), but "Open wi

Re: Open bash at the current explorer directory?

2002-09-19 Thread John Daniel Doucette
At 2002-09-19 06:14, you wrote: >John, > >it doesn't work for me. In the second invocation of bash via "exec >bash --noprofile --norc -i'' I don't see my environment variables and >aliases defined in ~/.profile. Did you actually put something in ~/.profile >and verified? > >Thanks, >Frantisek Sor

Re: Open bash at the current explorer directory?

2002-09-18 Thread Igor Pechtchanski
on runs bash only once and I have no problems with it so far. I > just wanted to share. I hope it's clear now :) > > Frantisek > > - Original Message - > From: "John Vincent" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; <[EMAIL PR

Re: Open bash at the current explorer directory?

2002-09-18 Thread Frantisek Dufka
OTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 1:02 PM Subject: Re: Open bash at the current explorer directory? > Hi, > > Here is an alternative that has also been posted before, that also > works when it's a disk drive rath

Re: Open bash at the current explorer directory?

2002-09-18 Thread John Vincent
uot; -sl 2000 -e /usr/bin/bash --login -i -c \"cd '%1';echo '%1';exec bash --rcfile ~/.profile -i\"" - >From: "Frantisek Dufka" <[EMAIL PROTECTED]> >To: "Marcos Lorenzo de Santiago" <[EMAIL PROTECTED]> >CC: <[EMAIL PROTECTED

Re: Open bash at the current explorer directory?

2002-09-18 Thread Frantisek Dufka
MAIL PROTECTED]> To: "Frantisek Dufka" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 11:05 AM Subject: Re: Open bash at the current explorer directory? > I don't know how to do it without using .bashrc, but this works for

Re: Open bash at the current explorer directory?

2002-09-18 Thread Marcos Lorenzo de Santiago
> I don't know how to do it without using .bashrc, but this works for me > (current cygwin, NT 4.0) > > Registry key contains: > > D:\cygwin\bin\rxvt.exe -sb -sr -sl 16384 -fn fixedsys -fg gray -bg black > -e /bin/env CFH="%1" /bin/bash --login > > .ba

Re: Open bash at the current explorer directory?

2002-09-18 Thread Frantisek Dufka
I don't know how to do it without using .bashrc, but this works for me (current cygwin, NT 4.0) Registry key contains: D:\cygwin\bin\rxvt.exe -sb -sr -sl 16384 -fn fixedsys -fg gray -bg black -e /bin/env CFH="%1" /bin/bash --login .bashrc contains if [ "$CFH" != "" ] ; then cd "$CFH"