Am 03.11.2007 um 07:24 schrieb Adrian Robert:

> Also, .../Emacs -nw |& tee termOut.log is not giving me anything.

You mean, an empty file? That's the correct behaviour of GNU Emacs  
when launched with -nw and &: it simply stops doing anything when it  
finds itself put into the background.

> Is there some invocation trick?

I was using (and recommending)

        emacs -nw | tee <some file>

With GNU Emacsen 22.1.50 and 23.0.0 this works, 23.0.50 and 23.0.60  
do not produce any tee-able output (for security reasons?). What  
works is a decades old statement in some init file (or on the command  
line)

        (open-termscript "~/ANSI-CodesAndMore")


I have guaranteed access only to PPC based Macs where Emacs -nw  
crashes ...

--
Greetings

   Pete

Behold the warranty ... the bold print giveth and the fine print  
taketh away.



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Emacs-app-dev- mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to