Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <42DDCC6F.6490589@dessent.net> Date: Tue, 19 Jul 2005 21:00:47 -0700 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: shortcut settings (was Re: emacs issues) References: <200507200139 DOT j6K1d8KE021783 AT scanner2 DOT ics DOT uci DOT edu> <42DDB838 DOT 39F53C69 AT dessent DOT net> <42DDC653 DOT 8030101 AT rclooke DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Report: -5.9/5.0 ---- Start SpamAssassin results * -3.3 ALL_TRUSTED Did not pass through any untrusted hosts * -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] * 0.0 AWL AWL: From: address is in the auto white-list ---- End SpamAssassin results X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Joe Brown wrote: > Prefer rxvt console over cmd console, but python for windows goes pretty > much stale when doing so, due to ^z ^d > do not exit the python shell (wxPython relies on windows version). It's unfortunate that win32 programs and Cygwin pseudoterminals do not mix well, but there's not a lot of options to improve the situation, short of using Cygwin python. > If you delete c:\cygwin\cygwin.bat and .ico files you can create a > folder/directory called c:\cygwin\cygdrive which makes autocompletion > for /cygdrive very convenient. Personally, I prefer "mount -c /". Then you don't have to worry about completion. But you could also just rename cygwin.bat to something else so that "cyg" completes to cygdrive. I think the .ico is only used for the shortcut so you can rename that too, just edit the shortcut. > However, this means that you need to mung an shortcut/environment (place > cygwin\bin on the system path) that does what cygwin.bat I prefer \cygwin\bin in the system PATH anyway. And I too execute rxvt.exe directly without any batch file. > c:\cygwin\bin\rxvt.exe -geometry 100x59+345+5 -C -rv +ls -sb -sr -st -si > -sk -sl 2000 -sbt 14 -fn -adobe-courier-*-r-normal--1-*-*-*-m-*-*-* -e > bash -login I put these in .Xdefaults, which is still read by rxvt in non-X mode. The equivlant command line that I use is rxvt -geometry 130x60 -bg black -fg gray -cr white -fn "Lucida Console-11" -sr -sl 5000 -j -cr white -tn rxvt -e bash -li I like lucida console a lot but it doesn't have any of the line-drawing characters which is a problem for some programs like mc or pstree. (alias mc="mc -a" takes care of that though.) Brian -- 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/