emacs-devel
[Top][All Lists]
Advanced

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

Re: Switch Meta and Alt modifiers


From: Andreas Schwab
Subject: Re: Switch Meta and Alt modifiers
Date: Wed, 30 Jan 2002 14:12:37 +0100
User-agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.2.50 (ia64-suse-linux)

address@hidden (Kai Großjohann) writes:

|> @@ -15035,6 +15133,35 @@
|>  
|>    staticpro (&last_mouse_motion_frame);
|>    last_mouse_motion_frame = Qnil;
|> +  
|> +  DEFVAR_LISP ("x-alt-keys", &Vx_alt_keys,
|> +    doc: /* Which keys Emacs uses for the alt modifier.
|> +This should be one of the symbols `alt', `hyper', `meta', `super'.
|> +For example, `alt' means use the Alt_L and Alt_R keysyms.  This
|> +is also the default.  */);
|> +  Vx_alt_keys = intern("alt");

"keys" is plural, but x-alt-keys can only contain one key(sym).  Naming
the variables x-alt-keysym, etc., would probably be better

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

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