help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: global-set-key, error: Invalid modifier in string


From: Johan Bockgård
Subject: Re: global-set-key, error: Invalid modifier in string
Date: Fri, 17 Aug 2007 12:13:54 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

John <jmg3000@gmail.com> writes:

> Seems like some of the Alt keys are working, but the ones with "\C-"
> in them are causing the error.

Strings can't contain non-ASCII control characters. Use (kbd "C-.") or
[?\C-.] etc instead.

-- 
Johan Bockgård


reply via email to

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