From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: Switch Meta and Alt modifiers Date: Thu, 14 Feb 2002 13:30:19 +0100 Message-ID: References: NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: quimby2.netfonds.no 1013690686 3139 195.204.10.66 (14 Feb 2002 12:44:46 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 14 Feb 2002 12:44:46 GMT Cc: emacs-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16bLFl-0000oR-00 for ; Thu, 14 Feb 2002 13:44:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16bL4X-00066M-00; Thu, 14 Feb 2002 07:33:09 -0500 Original-Received: from ns.suse.de ([213.95.15.193] helo=Cantor.suse.de) by fencepost.gnu.org with smtp (Exim 3.33 #1 (Debian)) id 16bL1o-0004co-00 for ; Thu, 14 Feb 2002 07:30:21 -0500 Original-Received: from Hermes.suse.de (Hermes.suse.de [213.95.15.136]) by Cantor.suse.de (Postfix) with ESMTP id 3F14B1E438; Thu, 14 Feb 2002 13:30:20 +0100 (MET) X-Authentication-Warning: sykes.suse.de: schwab set sender to schwab@suse.de using -f Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) X-Yow: But was he mature enough last night at the lesbian masquerade? In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Thu, 14 Feb 2002 11:09:01 +0100") Original-Lines: 29 User-Agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.2.50 (ia64-suse-linux) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1130 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1130 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: |> Index: src/xterm.c |> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D |> 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 @@ |>=20=20 |> extern int extra_keyboard_modifiers; |>=20=20 |> +/* 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. --=20 Andreas Schwab, SuSE Labs, schwab@suse.de SuSE GmbH, Deutschherrnstr. 15-19, D-90429 N=FCrnberg Key fingerprint =3D 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel