Re: minor deletions wrongly added to the kill ring

2009-04-03 Thread Gwern Branwen
On Tue, Mar 31, 2009 at 3:12 AM, Jean-Philippe Bernardy wrote: This is issue 212. It seems that I'm the only one to like this. (Still it's consistent, so Haskellers should like it :p) It's easily fixed though: in the binding for backspace and C-d, add a dummy insert of the empty string. If y

Re: minor deletions wrongly added to the kill ring

2009-03-31 Thread Jean-Philippe Bernardy
This is issue 212. It seems that I'm the only one to like this. (Still it's consistent, so Haskellers should like it :p) It's easily fixed though: in the binding for backspace and C-d, add a dummy insert of the empty string. If you submit such a patch to the default emacs keymap, I'll apply it.