[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Emacs works differently within X and outside



"Alan" == Alan Chandler <alan@chandlerfamily.org.uk> writes:
 
>  If I run emacs so that it creates an x-window to run in then
>  the behaviour is different.  In this case DEL and BKSP both
>  work the same and delete the character to the left of the
>  cursor).
> 
>  Any ideas?

     I have the following in my .emacs file:

; To try to get BS/DEL right in emacs in x and in gnus
(global-set-key [delete] 'delete-char )
(global-set-key [backspace] 'delete-backward-char )

Bob
-- 
   _
  |_)  _  |_       Robert D. Hilliard      <hilliard@debian.org>
  |_) (_) |_)      1294 S.W. Seagull Way   <bob@bobhilliard.net>
                   Palm City, FL  USA      GPG Key ID: 390D6559 
                                           PGP Key ID: A8E40EB9
                                            



Reply to: