From owner-freebsd-hackers Sun Mar 29 19:31:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03605 for freebsd-hackers-outgoing; Sun, 29 Mar 1998 19:31:13 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from ve7tcp.ampr.org (ve7tcp.ampr.org [198.161.92.132]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03482 for ; Sun, 29 Mar 1998 19:30:55 -0800 (PST) (envelope-from lyndon@ve7tcp.ampr.org) Received: from localhost.ampr.org (localhost.ampr.org [127.0.0.1]) by ve7tcp.ampr.org (8.8.8/8.8.4) with SMTP id NAA22410; Sun, 29 Mar 1998 13:40:58 -0700 (MST) Message-Id: <199803292040.NAA22410@ve7tcp.ampr.org> X-Authentication-Warning: ve7tcp.ampr.org: localhost.ampr.org [127.0.0.1] didn't use HELO protocol To: Warner Losh cc: hackers@FreeBSD.ORG Subject: Keyboard mappings and Emacs (was Re: Proposal ) In-reply-to: Your message of "Fri, 27 Mar 1998 16:57:56 MST." <199803272357.QAA06361@harmony.village.org> Date: Sun, 29 Mar 1998 13:40:57 -0700 From: Lyndon Nerenberg Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG For Emacs I use the following in my .emacsrc: (global-set-key "\C-h" 'delete-backward-char) (global-set-key "\M-?" 'help-command) This makes both ^H and DEL do the "delete previous character" things, and I remap help to ESC-?. Works great in that it doesn't mess with my terminal-specific ^H/DEL settings in my login rc files (and emacs is consistent everywhere). --lyndon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message