xemacs shell problem

David Rothenberger daveroth@acm.org
Sat May 15 18:00:00 GMT 2004


Igor Pechtchanski wrote:

> Cygwin uses special pipes, called "pty"s, for applications that aren't
> running in a console.  I'm guessing that XEmacs uses these ptys for its
> shell buffer.

It does by default, but this behavior can be changed by executing

   (setq process-connection-type nil)

before starting the shell mode.  This will cause the shell mode to use 
pipes instead of ptys.

Lement, you may want to try that and see if it changes anything.

Dave

-- 
David Rothenberger                spammer? -> spam@daveroth.dyndns.org
GPG/PGP: 0x7F67E734, C233 365A 25EF 2C5F C8E1 43DF B44F BA26 7F67 E734


--
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/



More information about the Cygwin mailing list