shortcut to start xemacs in bash cygwin window

2004-03-28 Thread Edwin Goei
I would like to be able to have a Windows shortcut that will do the equivalent of the following: 1) run cygwin.bat 2) execute "xemacs &" in the cygwin bash window 3) exit the cygwin bash window 4) leaving xemacs running. I would like to start xemacs in this way so I can have my default bash en

Re: shortcut to start xemacs in bash cygwin window

2004-03-28 Thread David Rothenberger
Edwin Goei wrote: I would like to be able to have a Windows shortcut that will do the equivalent of the following: 1) run cygwin.bat 2) execute "xemacs &" in the cygwin bash window 3) exit the cygwin bash window 4) leaving xemacs running. I would like to start xemacs in this way so I can have

Re: shortcut to start xemacs in bash cygwin window

2004-03-28 Thread Igor Pechtchanski
On Sun, 28 Mar 2004, David Rothenberger wrote: > Edwin Goei wrote: > > > I would like to be able to have a Windows shortcut that will do the > > equivalent of the following: 1) run cygwin.bat 2) execute "xemacs &" > > in the cygwin bash window 3) exit the cygwin bash window 4) leaving > > xemacs r

Re: shortcut to start xemacs in bash cygwin window

2004-03-28 Thread Edwin Goei
Igor Pechtchanski wrote: On Sun, 28 Mar 2004, David Rothenberger wrote: Edwin Goei wrote: I would like to be able to have a Windows shortcut that will do the equivalent of the following: 1) run cygwin.bat 2) execute "xemacs &" in the cygwin bash window 3) exit the cygwin bash window 4) leaving

Re: shortcut to start xemacs in bash cygwin window

2004-03-28 Thread Igor Pechtchanski
On Sun, 28 Mar 2004, Edwin Goei wrote: > Igor Pechtchanski wrote: > > > On Sun, 28 Mar 2004, David Rothenberger wrote: > > > >>Edwin Goei wrote: > >> > >> > >>>I would like to be able to have a Windows shortcut that will do the > >>>equivalent of the following: 1) run cygwin.bat 2) execute "xemacs

Re: shortcut to start xemacs in bash cygwin window

2004-03-28 Thread David Rothenberger
Edwin Goei wrote: Thanks. I changed my shortcut and it seems to work, but I noticed that the dos window indicates some number of errors from bash, but then quickly goes away. Is there a way for me to keep the window open so I can see what the errors are? I did not have the shortcut set to s

Re: shortcut to start xemacs in bash cygwin window

2004-05-23 Thread Edwin Goei
Edwin Goei wrote: Igor Pechtchanski wrote: FWIW, you can dispense with the batch file, and simply make a shortcut to "C:\cygwin\bin\bash --login -c 'cygstart /usr/bin/xemacs'"[*]. You can then set the shortcut to start minimized. Igor [*] I put /usr/bin/xemacs here, since xemacs is now a Cygwi

RE: shortcut to start xemacs in bash cygwin window

2004-05-24 Thread Hannu E K Nevalainen
> From: Edwin Goei > Sent: Sunday, May 23, 2004 8:58 AM > BTW, is there a better way to handle abbreviations like this? There are > other disadvantages when adding a new path because it then needs to be > added to process-environment and to all my shell-mode buffers. > > -Edwin $ man mount T