all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: AltGr in command key sequence not working
Date: Tue, 15 Mar 2005 23:09:48 +0100	[thread overview]
Message-ID: <880a9df4b3c01a019aa88960a8efdd53@Web.DE> (raw)
In-Reply-To: <39o46mF60rpq7U1@individual.net>


Am 15.03.2005 um 13:56 schrieb Sebastian Schubert:

>  --- src/xterm.h 2004-07-03 16:06:51.000000000 +0200
>  +++ src/xterm.h 2004-10-13 21:33:35.281822816 +0200
>  @@ -21,8 +21,8 @@
>
>   #include <X11/Xlib.h>
>   #include <X11/cursorfont.h>
>  -#include <X11/Xutil.h>
>   #include <X11/keysym.h>
>  +#include <X11/Xutil.h>
>   #include <X11/Xatom.h>
>   #include <X11/Xresource.h>
>
> 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 ...

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 might be correct for X11, but what 
with those unhappy few with MS what thing?

--
Mit reisefreudigen Grüßen

   Pete

Wer nicht weiß, wo er oder sie hin will, muss sich nicht wundern, wenn 
er oder sie nicht ankommt... (Mark Twain)

  reply	other threads:[~2005-03-15 22:09 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 [this message]
     [not found]     ` <mailman.3941.1110925534.32256.help-gnu-emacs@gnu.org>
2005-03-16  9:45       ` Sebastian Schubert

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=880a9df4b3c01a019aa88960a8efdd53@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@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.