From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Tury Newsgroups: gmane.emacs.help Subject: Re: How can I stop Emacs from messing up my code by changing case Date: Tue, 21 Feb 2006 13:37:57 GMT Organization: Nokia Message-ID: References: <1140521633.073193.170370@g44g2000cwa.googlegroups.com> <1140524715.835857.310530@g47g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1140559925 15009 80.91.229.2 (21 Feb 2006 22:12:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Feb 2006 22:12:05 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 21 23:12:05 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FBfjX-0003hv-IF for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Feb 2006 23:11:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBfjW-0007O7-VG for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Feb 2006 17:11:46 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fi.sn.net!newsfeed2.fi.sn.net!nntp.inet.fi!inet.fi!newsfeed1.nokia.com!news1.nokia.com!news2.nokia.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: 40tude_Dialog/2.0.15.1 Original-Lines: 19 Original-NNTP-Posting-Host: 172.24.170.172 Original-X-Complaints-To: newsmaster@nokia.com Original-X-Trace: news2.nokia.com 1140529077 172.24.170.172 (Tue, 21 Feb 2006 15:37:57 EET) Original-NNTP-Posting-Date: Tue, 21 Feb 2006 15:37:57 EET Original-Xref: shelby.stanford.edu gnu.emacs.help:137711 Original-To: help-gnu-emacs@gnu.org 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:33335 Archived-At: On 21 Feb 2006 04:25:15 -0800, anne001 wrote: > I don't think I have autocap.el > I am thinking that I am invoking capitalization without realizing it by > typing apple C on my mac. > > I think what I need is a way of permanently disabling the problematic > -for me short cut. > > What can I do? What version of Emacs do you use? How your .emacs, default.el, site-lisp.el looks like (if you have them)? What is the active mode when these things happens? Anyway, you can check the actual key bindings by C-h b (describe-bindings). Br, P