[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: jed/xjed launch script?
Thanks to *everyone* who chimed in on my jed/xjed question!
Here's what I came up with, in my .cshrc file:
if ($?DISPLAY) then
setenv EDITOR xjed
else
setenv EDITOR jed
endif
alias jed $EDITOR
(This is tcsh running in NetBSD.)
Best,
--
Bob Bernstein
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.