Date: Thu, 9 Jul 1998 19:21:33 +0300 (IDT) From: Eli Zaretskii To: Martin Stromberg cc: djgpp AT delorie DOT com Subject: Re: undo problems in emacs In-Reply-To: <6o2gtq$cj0$1@antares.lu.erisoft.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 9 Jul 1998, Martin Stromberg wrote: > I'm using Emacs from DJGPP. But when I try to undo something it, justs > beeps at me. If I try "M-x undo", it shortly says that undo is the key > combination C-_ before doing the undo. This makes me believe that > Emacs hasn't figured out the right keyboard. Any ideas? Somebody else > having this problem? Try `C-x u', which is also bound to `undo'. (It might be that your national keyboard has problems with `C-_', although it does work for me.) You can tell what does Emacs see when you press C-_ (or any other key) by typing `C-h l' (that's an ell, not the digit one). This pops up a window with the last 100 keystrokes recorded by the keyboard loop. Pressing `C-h c' and then the offending keystroke (`C-_' in this case) should also display the key Emacs saw and its function.