From owner-freebsd-questions Wed Sep 15 11: 0:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (Postfix) with ESMTP id 750CA14D0D for ; Wed, 15 Sep 1999 11:00:28 -0700 (PDT) (envelope-from proot@iaces.com) Received: (from proot@localhost) by iaces.com (8.9.3/8.9.3) id MAA06724; Wed, 15 Sep 1999 12:59:30 -0500 (CDT) From: "Paul T. Root" Message-Id: <199909151759.MAA06724@iaces.com> Subject: Re: emacs key bindings cause headaches In-Reply-To: <3.0.5.32.19990915175610.0079db20@pop.xs4all.nl> from Vosmaer at "Sep 15, 99 05:56:10 pm" To: gvosmaer@xs4all.nl (Vosmaer) Date: Wed, 15 Sep 1999 12:59:30 -0500 (CDT) Cc: questions@FreeBSD.ORG X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In a previous message, Vosmaer said: > Hello people, > > Does any of you know where I could find information on how to get my Emacs > key bindings right? I, for one, would like to have a META key and to be > able to press backspace without entering the help system (backspace does > C-h). i have checked my keymaps, I'm using the US-iso keymap, which appears > to bind the backspace key right... > > Jacob Vosmaer > > (running fbsd 3.2 on a 486) You can read Richard Stallman's stuff on why backspace is wrong and delete is backspace. Or you you can use some (or all) of this in your ~/.emacs file (display-time) (server-start) (global-set-key "\C-h" 'delete-backward-char) (global-set-key "\C-]" 'help-for-help) (global-set-key "\C-X@" 'set-mark-command) (put 'narrow-to-page 'disabled nil) And isn't Alt your Meta key? -- "I don't know what weapons they will use in World War III, but they will be using clubs in the fourth." -- Albert Einstein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message