Date: Mon, 1 Apr 2002 15:54:57 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Jonathan Arnold <jdarnold@buddydog.org> Cc: freebsd-questions@freebsd.org Subject: Re: mail [sending itself mail, backspacing?] Message-ID: <20020401125457.GG4740@hades.hell.gr> In-Reply-To: <20020401125111.GF4740@hades.hell.gr> References: <20020331221322.F63569-100000@earl-grey.cloud9.net> <200203312233270974.1BD2EE9B@mail.attbi.com> <20020401125111.GF4740@hades.hell.gr>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-04-01 15:51, Giorgos Keramidas wrote: > If you do that, you can still invoke Emacs' help with `M-x help' or bind > some other key to invoke the `help' function, like `ESC h' with proper key > mappings in your .emacs file. > > (global-set-key "\M-h" 'backward-delete-char) of course this was meant to be: (global-set-key "\M-h" 'help-command) So much for typing mail while feeling sleepy in the afternoon :-) - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020401125457.GG4740>