X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: emacs trouble Date: Wed, 13 Dec 2006 11:30:40 -0000 Message-ID: <00bc01c71eaa$1e423ec0$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <206606cygwin@garydjones.mailshell.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 13 December 2006 10:14, Mark Fisher wrote: > On 12/13/06, Lorenzo Travaglio 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/