Tilo Arens <[EMAIL PROTECTED]> writes:

> Hello,
>
> I have recently upgraded my Linux box from SuSE 8.2 to 9.2. Since
> then, when I press the "Alt Gr" key on my (German) keyboard, there
> is an anoying beep.  Otherwise, the key works fine. Can anybody
> help?
>
> Best wishes, Tilo Arens

  . You can disable all beep with:
    (setq ring-bell-function '(lambda ()))

  . You can set your AltGR key to be an Alt key if you don't use it:
    $ cat .xmodmaprc
    keycode 113 = Alt_L
    $ grep xmodmap .xsession
    xmodmap ~/.xmodmaprc

  Anyway, there  must be  a problem somewhere...  Can you show  us the
  content of your *Messages* buffer after a `beep' ?

-- 
    Michael Cadilhac, a.k.a. Micha [mika] |
                    Epita/LRDE promo 2007 |  Please note that you should
  2 rue de la Convention | 01.46.70.90.75 |  s/[EMAIL PROTECTED]/@/ my mail 
address.
94270 Le Kremlin Bicetre | 06.23.20.31.30 |
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to