This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: shortcut to start xemacs in bash cygwin window
- From: David Rothenberger <daveroth at acm dot org>
- To: Edwin Goei <Edwin dot Goei at Sun dot COM>
- Cc: cygwin at cygwin dot com
- Date: Sun, 28 Mar 2004 11:27:42 -0800
- Subject: Re: shortcut to start xemacs in bash cygwin window
- References: <406721C3.2070203@sun.com>
- Reply-to: cygwin at cygwin dot com
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 my default bash
enviroment initialized in xemacs. Any ideas on to do this?
I use the following.
% cat xemacs.bat
@start /min c:\cygwin\bin\bash --login -c 'cygstart /usr/local/bin/xemacs'
Of course, you'll need to adjust the paths to match your environment.
Once you make the batch file, you can make a shortcut to it in the usual
way.
Dave
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/