texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] Problem with Alt-Gr


From: David Allouche
Subject: Re: [Texmacs-dev] Problem with Alt-Gr
Date: Fri, 6 Jun 2003 17:38:06 +0200
User-agent: Mutt/1.5.4i

On Fri, Jun 06, 2003 at 05:07:10PM +0200, Marten Bauer wrote:
> Hello,
> 
> i justed compiled and tried the patched Version of Texmacs. At first it thems 
> very good and the ALT-Gr Key now is working. But now the Alt Key do not work 
> anymore.
> Any Idea?
> The Problem appears with Redhat 9.0 and Debian Sarge

The patch uncomment some useful tracing code. What is the output of
texmacs on the console (i.e. in the terminal where you started it)
when using Alt and AltGr?

Here, I have:

[a] -> Mod2-a
[Alt-a] -> Mod2-Mod1-a
[AltGr-a] -> Mod2-ae

Note that Mod2 is NumLock. If I disable numlock the mod2 goes away.

Also, what is your keyboard configuration (in your
~/.TeXmacs/system/preferences.scm)? Here I have:

("A" "default")
("H" "default")
("M" "default")
("alt" "default")
("caps-lock" "default")
("meta" "default")
("windows" "default")

In case of doubt, removing this file and restarting texmacs should
restore default values.

Maybe you need some special configuration in
"Edit->Preferences->Keyboard->{A,H,M} modifier".

By default, texmacs tries to be smart and processes the output of
xmodmap. See kbd-config.scm lines 24--46. Perhaps this part is
confused on your system. What is the output of xmodmap on your system?

-- 
                                                            -- ddaa




reply via email to

[Prev in Thread] Current Thread [Next in Thread]