Martin -

Many thanks. I made the changes you suggested and everything is now 
working perfectly.

Best wishes,

Henry.

On Monday, October 7, 2002, at 04:06  pm, Martin Costabel wrote:

> On lundi, oct 7, 2002, at 16:50 Europe/Paris, Henry Todd wrote:
> []
>> TERM_PROGRAM: Undefined variable.
> []
>
> This is a well-known Apple-made bug in this file:
>
>> source /usr/share/tcsh/examples/aliases
>
> And the work-around is similar to the following:
>
>>> if (! $?DISPLAY) then
>>>   setenv DISPLAY :0.0
>>> endif
>
> That is, put "if ($?TERM_PROGRAM) then" and "endif" around the buggy 
> lines
>
> if ("$TERM_PROGRAM" == "Apple_Terminal") then
>     alias settermtitle 'echo -n ""'
> endif
>
> -- 
> Martin
>
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to