delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2002/04/12/16:50:54

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Date: Fri, 12 Apr 2002 21:53:03 +0100
From: MAILER-DAEMON AT atomice DOT no-ip DOT com
To: cygwin AT cygwin DOT com
Subject: Not Delivered: RE: Bash shell extension ?
Mime-Version: 1.0
Message-Id: <E16w7zx-0004CK-00.2002-04-12-21-50-23@cmailg7.svr.pol.co.uk>

--mime-boundary-interchange-3cb74577
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit

An error occurred sending a message to:
POSTMASTER AT avacado DOT atomice DOT net

Relay host reported error: (127.0.0.1)
550 <POSTMASTER> ... Recipient is unknown


Original Message Follows:
=========================
--mime-boundary-interchange-3cb74577
Content-Type: message/delivery-status

Reporting-MTA: dns; avacado.atomice.net

Remote-MTA: dns; 127.0.0.1
Final-Recipient: rfc822;POSTMASTER AT avacado DOT atomice DOT net
Action: failed
Status: 5.0.0
Last-Attempt-Date: Fri, 12 Apr 2002 21:53:03 +0100

--mime-boundary-interchange-3cb74577
Content-Type: message/rfc822

X-From_: cygwin-return-48181-chris=atomice DOT net AT cygwin DOT com Fri Apr 12 21:38:13 2002
Envelope-to: karel AT usurper DOT freeserve DOT co DOT uk
Delivery-date: Fri, 12 Apr 2002 21:38:13 +0100
Received: from [216.148.213.135] (helo=m1.dnsix.com)
	by imailg2b.svr.pol.co.uk with esmtp (Exim 3.35 #1)
	id 16w7oD-0003fE-00
	for karel AT usurper DOT freeserve DOT co DOT uk; Fri, 12 Apr 2002 21:38:13 +0100
Received: from [209.249.29.67] (helo=sources.redhat.com)
	by m1.dnsix.com with smtp (Exim 3.34 #1)
	id 16w7oC-0006Ok-00
	for chris AT atomice DOT net; Fri, 12 Apr 2002 13:38:12 -0700
Received: (qmail 28735 invoked by alias); 12 Apr 2002 20:38:00 -0000
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-chris=atomice DOT net AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Received: (qmail 28725 invoked from network); 12 Apr 2002 20:37:58 -0000
Received: from unknown (HELO main.gmane.org) (80.91.224.249)
  by sources.redhat.com with SMTP; 12 Apr 2002 20:37:58 -0000
Received: from list by main.gmane.org with local (Exim 3.33 #1 (Debian))
	id 16w7nv-0001kS-00
	for <cygwin AT cygwin DOT com>; Fri, 12 Apr 2002 22:37:55 +0200
To: cygwin AT cygwin DOT com
X-Injected-Via-Gmane: http://gmane.org/
Received: from news by main.gmane.org with local (Exim 3.33 #1 (Debian))
	id 16w7nv-0001kK-00
	for <gmane-os-cygwin AT m DOT gmane DOT org>; Fri, 12 Apr 2002 22:37:55 +0200
Path: not-for-mail
From: Andrew DeFaria <ADeFaria AT Salira DOT com>
Newsgroups: gmane.os.cygwin
Subject: Re: Bash shell extension ?
Date: Fri, 12 Apr 2002 13:38:01 -0700
Lines: 29
Message-ID: <3CB745A9 DOT 5090809 AT Salira DOT com>
References: <019201c1e1cf$7026dec0$52b4fc3e AT nori> <3CB70C91 DOT 204 AT DeFaria DOT com> <3CB71B61 DOT 6020707 AT dramgo DOT co DOT uk> <3CB7339E DOT 6080409 AT Salira DOT com> <3CB7402D DOT 2010404 AT dramgo DOT co DOT uk>
Reply-To: cygwin AT cygwin DOT com
NNTP-Posting-Host: 206.184.204.2
Mime-Version: 1.0
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: main.gmane.org 1018643875 6715 206.184.204.2 (12 Apr 2002 20:37:55 GMT)
X-Complaints-To: usenet AT main DOT gmane DOT org
NNTP-Posting-Date: Fri, 12 Apr 2002 20:37:55 +0000 (UTC)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2
X-Accept-Language: en-us

Donald MacVicar wrote:

>>> surely you could just have @="rxvt -ls -e bash -c \"cd '%1'; exec 
>>> bash --login\"" and then all the startup scripts would be run properly? 
>>
>> Nope! Because --login runs /etc/profile and /etc/profile cd's to $HOME!
>
>
> Realised that about 10 secs after I sent the mail. 

I know how that goes! :-)

> how about put the --login on the first bash - i.e. txvt -ls -e bash 
> --login -c ......  Just tried that and it seems to wok.

Perhaps. Actually I'm a big advocate of putting options in ~/.Xdefaults 
to make the command line for things like rxvt a lot shorter. I already 
have loginShell set to true there so the -ls is irrelevent in my situation.

Actually does anybody know how to make this run minimized by default? I 
say that because there is that annoying, flashing window that Windows 
apparenlty runs cmd in to execute the contents of the command key here. 
My workaround for this, WRT shortcuts say on the desktop, is to preceed 
this already long command with "cmd /c start /b..." but then set the 
shortcut to run minimized. So instead of a large flashing cmd window 
there's a momentary blip in the taskbar that is quickly replaced with 
the rxvt entry. BTW the /c is equivalent to -c and start's /b option 
says don't open a cmd window for this command.




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


--mime-boundary-interchange-3cb74577--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019