开发者

Regarding Emacs and the Meta key in FreeBSD.

开发者 https://www.devze.com 2023-03-24 03:03 出处:网络
When I am running Emacs (in GUI mode) in GNOME, the meta key works fine i.e. alt-v jumps back one page.

When I am running Emacs (in GUI mode) in GNOME, the meta key works fine i.e. alt-v jumps back one page. But when I remove the line: "gnome-enable" from rc.conf and reboot FreeBSD then alt-v does n开发者_JAVA技巧ot work in Emacs (although ctrl-v works). Doing alt-v in Emacs without GNOME simply prints v at the cursor. Yea... i can of course use esc as the meta key... but I would really love to use the alt / option key of my MacBook as the meta key. I am running FreeBSD 8.1 on a MacBook. Please help.

Thanks.


http://www.emacswiki.org/emacs/MetaKeyProblems goes into all (or most) of the ways that this can go wrong, and how to fix them. I don't have a gnome-enable locally, but I imagine that one of the things it does is (setq x-alt-keysym 'meta).

0

精彩评论

暂无评论...
验证码 换一张
取 消