Isn't that the default behavior to the [delete] key?  I don't seem to
have this problem with the jde.
Jeff

Maxime Levesque wrote:
> 
> I like to have the delete key set like :
> 
>  (global-set-key 'delete 'delete-char)
> 
> so in my .emacs I have :
> 
> (defun my-jde-mode-hook ()
>   (setq c-basic-offset 2)
>   (global-set-key 'delete 'delete-char))
> 
> as well as :
> 
> (global-set-key 'delete 'delete-char)
> 
> yet, when I load a .java file this get overiden ....
> 
>  any clues ?

Reply via email to