From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: googleartist@yahoo.com (Artist) Newsgroups: gmane.emacs.help Subject: Re: C-c is mapped to C-g? Date: 25 Oct 2002 10:48:52 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035568378 24733 80.91.224.249 (25 Oct 2002 17:52:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 25 Oct 2002 17:52:58 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1858dl-0006Qf-00 for ; Fri, 25 Oct 2002 19:52:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1858cE-000444-00; Fri, 25 Oct 2002 13:51:22 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: 208.159.24.160 Original-X-Trace: posting.google.com 1035568132 19281 127.0.0.1 (25 Oct 2002 17:48:52 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 25 Oct 2002 17:48:52 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:106388 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2938 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2938 "Bartev Vartanian" wrote in message > I am running emacs on cygwin on a Windows XP machine. I'm using a Dell > Quiet Key keyboard. I haven't done any special key bindings. However, my > key mappings aren't what they are supposed to be! I type C-c, and emacs > thinks I'm typing C-g. Can somebody please help? It won't even let me > exit emacs using C-x C-c. > > Bartev Vartanian > Hi, How does the keyboard works outside emacs? If c is printed as g, then it's keyboard problem. It it's ok then, Do C-h b to see the binding and check one for C-c Do M-x describe-binding-internal Check if C-c is mode-specific-command-prefix or not. Artist