all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Schwab <schwab@suse.de>
Cc: emacs-devel@gnu.org
Subject: Re: Switch Meta and Alt modifiers
Date: Thu, 14 Feb 2002 13:30:19 +0100	[thread overview]
Message-ID: <jeofisfdpg.fsf@suse.de> (raw)
In-Reply-To: <vafd6z8nznm.fsf@INBOX.auto.emacs.devel.tok.lucy.cs.uni-dortmund.de> (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Thu, 14 Feb 2002 11:09:01 +0100")

Kai.Grossjohann@CS.Uni-Dortmund.DE (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, schwab@suse.de
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."

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


  reply	other threads:[~2002-02-14 12:30 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <vafzo3na09i.fsf@INBOX.auto.emacs.devel.tok.lucy.cs.uni-dortmund.de>
2002-02-14 10:09 ` Switch Meta and Alt modifiers Kai Großjohann
2002-02-14 12:30   ` Andreas Schwab [this message]
2002-02-15  9:38 ` Kai Großjohann
2002-02-17  5:48   ` Eli Zaretskii
2002-02-17  9:58     ` Kai Großjohann
2002-02-17 10:10       ` Eli Zaretskii
2002-02-17 15:23         ` Kai Großjohann
2002-02-17 17:00         ` Eli Zaretskii
2002-02-19  6:36           ` Richard Stallman
2002-02-19  9:31             ` Eli Zaretskii
2002-02-20 22:12               ` Richard Stallman
2002-02-21  6:44                 ` Eli Zaretskii
2002-02-22  4:32                   ` Richard Stallman
2002-02-24 17:41                     ` Kai Großjohann
2002-02-24 18:49                       ` Jason Rumney
2002-02-24 19:10                         ` Kai Großjohann
2002-02-25  0:09                       ` Richard Stallman
2002-02-25  6:03                         ` Eli Zaretskii
2002-02-21 18:59                 ` Jason Rumney
2002-02-17 11:53       ` Jason Rumney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jeofisfdpg.fsf@suse.de \
    --to=schwab@suse.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.