Re: Doubts
From: clayton rollins (crollins666_at_hotmail.com)
Date: 05/24/03
- Previous message: Scott Corey: "Re: Doubts"
- Maybe in reply to: Thiago Silva Conceição: "Doubts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: f2b@atribuna.com.br Date: Sat, 24 May 2003 07:01:09 +0000
>On Sat, 24 May 2003 Thiago Silva Conceição <f2b@atribuna.com.br> wrote:
>
>
>Hi,
<snipped>
>
>- There is an annoying thing on emacs. The backspace button doesn't work as
>it usually do on other systems (erasing the last typed character). How do I
>change this?
>
>Best regards,
>Thiago
>
Internal to emacs, you can use 'M-x global-set-key' (meta-x; type the rest).
If that works, you may be able to fix it by adding a similar line to your
~/.emacs file:
(global-set-key "\d" 'backward-delete-char) <- exactly like that. (though
you may have to replace the \d with the appropriate keycode.)
emacs has extensive builtin help, and offers a variety of suggestions on
fixing this...
Peace,
Clayton
_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
_______________________________________________
freebsd-newbies@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"
- Previous message: Scott Corey: "Re: Doubts"
- Maybe in reply to: Thiago Silva Conceição: "Doubts"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]