I think invoking a deletion command with a prefix argument and hungry-delete-mode should cause it to act like a regular delete command with the same prefix argument. This allows the convenience of hungry-delete-mode most of teh time with the ability to delete only some whitespace when that is needed.
e.g. M-3 C-d should delete 3 characters instead of all the whitespace.
I think invoking a deletion command with a prefix argument and hungry-delete-mode should cause it to act like a regular delete command with the same prefix argument. This allows the convenience of
hungry-delete-mode
most of teh time with the ability to delete only some whitespace when that is needed.e.g.
M-3 C-d
should delete 3 characters instead of all the whitespace.