all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sebastian Schubert <sebastian-schubert@gmx.de>
Subject: Re: AltGr in command key sequence not working
Date: Wed, 16 Mar 2005 10:45:32 +0100	[thread overview]
Message-ID: <39qdi0F64vodfU1@individual.net> (raw)
In-Reply-To: mailman.3941.1110925534.32256.help-gnu-emacs@gnu.org

Peter Dyballa wrote:

> 
[..]
>>
>> What does it mean? Somehow change src/xterm.h, I guess.
> 
> It means to move the line with <X11/Xutil.h> from its original position
> before keysym.h to the new position after keysym.h, in
> emacs/src/xterm.h. Xutil.h seems to make some valuable changes and
> introduce valuable macros, but these obviously need some preparation
> from keysym.h -- or keysym.h is destroying the "values" which were
> introduced by Xutil.h ...

It works! Thanks!


> Here is an excerpt from emacs/src/xterm.h from CVS:
> 
> #include <X11/Xlib.h>
> #include <X11/cursorfont.h>
> 
> /* Include Xutil.h after keysym.h to work around a bug that prevents
> correct recognition of AltGr key in some X versions.  */
> 
> #include <X11/keysym.h>
> #include <X11/Xutil.h>
> 
> 
> So we should recommend to use a pretty modern GNU Emacs, one from last
> few months, GNU Emacs 21.4?

This one does not include the fix, just mentioning this small fix somewhere
easy to find would be nice. Most of the recent Linux distributions use
X.org AFAIK.

Thanks!
Sebastian

      parent reply	other threads:[~2005-03-16  9:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-14 23:27 AltGr in command key sequence not working Sebastian Schubert
2005-03-15  0:20 ` Ulrich Hobelmann
2005-03-15 12:56   ` Sebastian Schubert
2005-03-15 22:09     ` Peter Dyballa
     [not found]     ` <mailman.3941.1110925534.32256.help-gnu-emacs@gnu.org>
2005-03-16  9:45       ` Sebastian Schubert [this message]

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=39qdi0F64vodfU1@individual.net \
    --to=sebastian-schubert@gmx.de \
    /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.