Jim <[email protected]> writes: > On Fri, May 31, 2013 at 13:19 (+0200), henry atts wrote: > >> Okay, i compiled it with `--disable-perl'. This solved the problem of >> the ALT and `windows' key. Since perl url matcher did not work anyway >> it was no big loss. >> Then I tried to find something that matches the output of `xev' for the >> first four function keys (f1...f4) in command.C but could not find >> anything. Any help appreciated.
First of all apparently the problem is well known and solved some time ago: http://www.emacswiki.org/emacs/rxvt.el With this file everything works as it should! > I see what you mean about the Alt-s, but my F4 seems to work fine. Is > there any possibility that your window manager is trapping that key > and doing something funny? No, my WM is xmonad, there are in deed keys that could interfere but not the function keys F1...F12. As I said the work flawlessly in other terminals. > Perhaps the other people reading this will come up with better answers > faster, but what do you see if you type (to your shell) > echo '^VF3' | cat -v > echo '^VF4' | cat -v > where ^V is (of course) Ctrl-V? On my system I see > ^[[13~ > for F3 and > ^[[14~ > for F4. I get ^VF3 and ^VF4 > If that works, while in emacs you might try ^Hl after typing F4 to see > what emacs thinks was typed recently. ESC [ 1 4 ~ C-h l > Having said all that, as an emacs user, I'm sort of curious why you > are using emacs in a terminal... it is a little bit crippled that > way. (I use emacs in a terminal when I am editing a file on a remote > machine, so if that is your situation I understand. I've never > noticed the Alt-s (mis-)behaviour, since I don't have that mapped to > anything. Mmh, the only reason I use emacs in a terminal is that I usually feel no need for a `standalone' emacs. I do a lot things in a terminal-emulator and I'm just to lazy to leave it (I unfortunately have a certain affinity for Goncharov's Oblomov ;-)) >(Off topic: do you have your caps lock key mapped to Ctrl? > With that, I find it much easier to type ^X^S than Alt-s.) I see. I only have disabled it. Maybe I'll remap it this way. > Jim -- web: http://literaturlatenight.de jabberID: [email protected] _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
