T.R | Title | User | Personal Name | Date | Lines |
---|
1215.1 | A related problem, but no answer | FLUME::dike | | Wed Aug 02 1989 09:58 | 7 |
| I and others have seen a possibly related problem where GNUemacs
apparently randomly throws itself into compose mode. The usual
effects are you type a couple characters and then emacs beeps at you
because those two characters didn't make sense as a compose sequence.
Nobody I know has any idea what is causing this.
Jeff
|
1215.2 | Wrong compose definition ? | VOGON::GOURLAY | Alastair Gourlay, IED/Reading, DTN 830-3689 | Thu Aug 03 1989 09:08 | 23 |
|
This behaviour could result from the Compose key being
defined as the keysym XK_Multi_key, instead of the
correct definition XK_Alt_L...
The output of xmodmap on my PMAX shows:
xmodmap: up to 1 keys per modifier, (keycodes in parentheses):
shift Shift_L (0xae)
lock Caps_Lock (0xb0)
control Control_L (0xaf)
mod1 Alt_L (0xb1)
mod2
mod3
mod4
mod5 Help (0x7c)
The Alt key always works for me (tho' I haven't tried it with GNU emacs),
and compose sequences are only activated by Alt-Space.
A.
|
1215.3 | xmodmap use? | RTL::MULLEN | Dan Mullen, Run-Time Libraries. | Wed Aug 09 1989 14:58 | 13 |
| Hmmm. This may explain why I've had trouble with the Alt key.
>mod1 Alt_L (0xb1)
On my PMAX it's
mod1 Multi_key (0xb1)
I can't find any documentation on xmodmap. Can it be used to change Multi to
Alt?
..Dan
|
1215.4 | | FLUME::dike | | Wed Aug 09 1989 17:14 | 3 |
| xmodmap -e 'keycode 0xb1 = Alt_L'
Jeff
|
1215.5 | Bingo | RTL::MULLEN | Dan Mullen, Run-Time Libraries. | Thu Aug 10 1989 10:50 | 5 |
| Excelent. Thanks a lot. The only problem now is that Alt <space> doesn't give
me the compose function. I can live with that.
..Dan
|
1215.6 | just checking... | VOGON::GOURLAY | Alastair Gourlay, IED/Reading, DTN 830-3689 | Fri Aug 11 1989 08:13 | 8 |
|
Alt-Space should start Compose ok if the key is set to XK_Alt_L and Mod1...
Are you holding Alt down while pressing the Space bar ? - it should
be used like a regular modifier/key combination.
A.
|