emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: capslock changes control characters?


From: Richard Stallman
Subject: Re: capslock changes control characters?
Date: Mon, 03 Mar 2008 05:08:53 -0500

[I sent this message a week ago but did not get a response.]

Would someone please DTRT and ack?

DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
        
h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
        bh=RPUQW6ffWncPFrTfAXlFMPICwOhciplksuvNI3Gb+pc=;
        
b=XbmYZo8fHpDLziB73TB3r8yHK5AYhx/bRpyTATYaqW4nmtJrscewGg93La8Zk4p2MBy7BmjlxySQKe+KvyR8CdWrri+YMwK28Be0gc23drOx12LFuaQ2S5urEF63f5bSzFPq4+2RIhkJe24oO51JFO5vtPH4G2LeAODj/V7tKvM=
Message-ID: <address@hidden>
Date: Mon, 18 Feb 2008 19:45:01 +0100
From: "Chris Moore" <address@hidden>
To: address@hidden
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
Cc: 
Subject: capslock changes control characters?

I tried to insert a TAB into a C++ mode buffer by typing:

  C-q C-i

I got an error:

Debugger entered--Lisp error: (wrong-type-argument char-or-string-p 33554441)
  insert-and-inherit(33554441)
  quoted-insert(1)
  call-interactively(quoted-insert nil nil)

Turns out I had capslock on.  This is reproducible in "emacs -Q" in
the default *scratch* buffer.

$ emacs -Q
[ turn on capslock]
C-q C-i





reply via email to

[Prev in Thread] Current Thread [Next in Thread]