rxvt line wrapping

2004-04-06 Thread Scott, Steven
Greetings, I'm having two related problems with how rxvt wraps long command lines. Consider the small awk program (the first part is my prompt): ~/research/multilogit/data/eip-symptom[557] awk '{for(i=1; i<=3; ++i) printf("%s ", $i)}' longfilename.txt (1) Rxvt wraps the line at some point

RE: Problem with Xemacs, cygwin and maybe XP

2003-11-13 Thread Scott, Steven
Gotcha. Thanks Igor and Brian. It works now. Steve -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: Thu 11/13/2003 9:34 AM To: Scott, Steven Cc: [EMAIL PROTECTED] Subject: RE: Problem with Xemacs, cygwin and

RE: Problem with Xemacs, cygwin and maybe XP

2003-11-13 Thread Scott, Steven
e what I need to do to fix the problem, other than updating Cygwin and reinstalling Xemacs (both of which I have tried). Steve Scott -Original Message- From: Brian Ford [mailto:[EMAIL PROTECTED] Sent: Wed 11/12/2003 4:09 PM To: Scott, Steven

Problem with Xemacs, cygwin and maybe XP

2003-11-12 Thread Scott, Steven
--Apologies for cross posting (between cygwin and Xemacs lists)--- I have a problem with the interface between Xemacs and cygwin (and maybe XP). I recently updated my cygwin distribution. Now whenever I do anything that starts a new shell on Xemacs the screen fails to refresh. Examples include

RE: XP can't see files in /usr/bin

2003-08-19 Thread Scott, Steven
al Message- From: Bill McCormick [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 10:16 AM To: Scott, Steven; [EMAIL PROTECTED] Subject: RE: XP can't see files in /usr/bin C:\cygwin\bin\rxvt.exe -sr -sl 2500 -fg lightblue -geometry 90x60 -bg midnightblue -sb -tn rxvt -fn "L

XP can't see files in /usr/bin

2003-08-19 Thread Scott, Steven
I'm trying to create a shortcut to /usr/bin/rxvt.exe. The only way I know how to do it is to find rxvt.exe in Windows XP explorer, right click on it and select "make shortcut." The problem: No files show up in the Explorer window. This is a brand new computer with the latest XP and latest cygwin

gdb-insight-tcl/tk still don't play well together

2003-02-18 Thread Scott, Steven
Greetings, When I try to run gdb -w (aka insight) I get an error message saying that insight can't find a usable main.tcl in the following directories. (see http://www-rcf.usc.edu/~sls/insight_error.jpg for the full message, note the underscore between "insight" and "error"). I've t

RE: auctex can only see .tex files in HOME directory

2002-02-01 Thread Scott, Steven
cite "bib-cite");;; bib-cite (add-hook 'LaTeX-mode-hook 'turn-on-bib-cite) ;; END AUCTEX ;;;;; -- -Original Message- From: Markus Hoenicka To: Scott, Steven Cc: [EMAIL PROTECTED] Sent: 2/1/2002 7:42 AM Subject: auctex can only see .tex files in HOME directory Hi, I

auctex can only see .tex files in HOME directory

2002-01-31 Thread Scott, Steven
I recently updated my Cygwin distribution and now aucTeX will only work on documents (i.e. .tex files) in my HOME directory. If I use LaTeX from the Cygwin shell then things work fine, as they did before I installed the updated distribution. (I.e. I can LaTeX files in their local directories).