From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alberto Luaces Newsgroups: gmane.emacs.help Subject: Re: need help Date: Thu, 15 Apr 2010 09:32:49 +0200 Message-ID: <87tyrdrx0e.fsf@eps142.cdf.udc.es> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1271323277 3647 80.91.229.12 (15 Apr 2010 09:21:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Apr 2010 09:21:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 15 11:21:14 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O2LG6-0008Ib-0g for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Apr 2010 11:21:14 +0200 Original-Received: from localhost ([127.0.0.1]:52060 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2LG5-0005YZ-Dw for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Apr 2010 05:21:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2LFf-0005YA-3g for help-gnu-emacs@gnu.org; Thu, 15 Apr 2010 05:20:47 -0400 Original-Received: from [140.186.70.92] (port=34207 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2LFd-0005Xo-AP for help-gnu-emacs@gnu.org; Thu, 15 Apr 2010 05:20:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2LFb-0003sC-QA for help-gnu-emacs@gnu.org; Thu, 15 Apr 2010 05:20:45 -0400 Original-Received: from smtpout2.correo.udc.es ([193.147.40.144]:37394) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2Jfl-0002fM-Uy for help-gnu-emacs@gnu.org; Thu, 15 Apr 2010 03:39:38 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtpout2.correo.udc.es (Postfix) with ESMTP id 07338EF564 for ; Thu, 15 Apr 2010 09:33:53 +0200 (CEST) X-Virus-Scanned: amavisd-new at smtpout2.correo.udc.es Original-Received: from smtpout2.correo.udc.es ([127.0.0.1]) by localhost (smtpout2.correo.udc.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nCQYiSjIJQHe for ; Thu, 15 Apr 2010 09:33:48 +0200 (CEST) Original-Received: from eps142 (eps142.cdf.udc.es [193.144.52.142]) by smtpout2.correo.udc.es (Postfix) with ESMTP id 1CD0AEF563 for ; Thu, 15 Apr 2010 09:33:48 +0200 (CEST) In-Reply-To: (=?utf-8?B?IumprOS6riIncw==?= message of "Wed, 14 Apr 2010 15:00:09 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72683 Archived-At: =E9=A9=AC=E4=BA=AE writes: > Dear Emacs Team: > =C2=A0=C2=A0 =C2=A0 =C2=A0My problem is When I input the "C", the emacs s= how "C-" in the command line, So I can't input the "C", this is too bother = me. > Please give me a hand. > =C2=A0=C2=A0 =C2=A0 =C2=A0Sorry for my poor English. > =C2=A0=C2=A0 =C2=A0 =C2=A0My .emacs is: [...] The only thing that comes to my mind is to debug your .emacs file, since I can't see anything binding the "C" key. To do that, first start emacs with the -Q option in order to make sure that the error lies in your personal configuration. Then, restart emacs deleting every time different parts of the .emacs file until you find which one triggers that behaviour. -- Alberto