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: Thu, 14 Feb 2002 13:30:19 +0100
User-agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.2.50 (ia64-suse-linux)

address@hidden (Kai Großjohann) writes:

|> Index: src/xterm.c
|> ===================================================================
|> RCS file: /cvsroot/emacs/emacs/src/xterm.c,v
|> retrieving revision 1.703
|> diff -u -r1.703 xterm.c
|> --- src/xterm.c      27 Jan 2002 16:43:36 -0000      1.703
|> +++ src/xterm.c      14 Feb 2002 10:07:24 -0000
|> @@ -381,6 +381,14 @@
|>  
|>  extern int extra_keyboard_modifiers;
|>  
|> +/* The keysyms to use for the various modifiers.  */
|> +
|> +unsigned int Vx_alt_keysym;
|> +unsigned int Vx_hyper_keysym;
|> +unsigned int Vx_meta_keysym;
|> +unsigned int Vx_super_keysym;

These must be Lisp_Objects, since you use them as such.

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]