"Alan" == Alan Chandler <[EMAIL PROTECTED]> 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      <[EMAIL PROTECTED]>
  |_) (_) |_)      1294 S.W. Seagull Way   <[EMAIL PROTECTED]>
                   Palm City, FL  USA      GPG Key ID: 390D6559 
                                           PGP Key ID: A8E40EB9
                                            

Reply via email to