On 13 December 2006 10:14, Mark Fisher wrote: > On 12/13/06, Lorenzo Travaglio <ltrav02 at yahoo dotit> wrote: >> I'm experiencing a little problem using emacs. It >> seems that C-x C-c doesn't work, and I leave Emacs via >> F10-f-e. I'm using only text window, not X, and the >> Emacs version is 21.2-13. > > same here if i load it from a dos shell, but > works fine from within an rxvt session (which i > would recommend anyway). > > i'm testing this with same version of emacs and invoking with > "emacs -q -nw" to remove any startup. > > mark
On 13 December 2006 10:30, Gary wrote: > Hi Lorenzo > > I have the same problem, but using rxvt instead of the normal console > cures it so I went with that. Something to do with keyboard layout, > possibly, since I am using a German kbd and I imagine you are using an > Italian one? > > For anyone interested in solving this rather than working around it: > FWIW it is the C-c that doesn't work, not C-x. Problems with process group control in DOS terminals but not rxvt etc? Sounds like you both need CYGWIN=tty, doesn't it? http://cygwin.com/cygwin-ug-net/using-cygwinenv.html (no)tty - if set, Cygwin enables extra support (i.e., termios) for UNIX-like ttys in the Windows console. It is not compatible with some Windows programs. Defaults to not set, in which case the tty is opened in text mode. Note that this has been changed such that ^D works as expected instead of ^Z, and is settable via stty. This option must be specified before starting a Cygwin shell and it cannot be changed in the shell. It should not be set when using other terminals (i.e., rxvt or xterm). cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/