emacs-smart-hungry-delete icon indicating copy to clipboard operation
emacs-smart-hungry-delete copied to clipboard

An emacs package to delete whitespace between words, parenthesis and other delimiters in a (not very) smart way.

Results 8 emacs-smart-hungry-delete issues
Sort by recently updated
recently updated
newest added

Hi, When calling the smart commands from keybindings with a region selected, `smart-hungry-delete-forward-char` will also delete the char after point, and `smart-hungry-delete-backward-char` also deletes the char before point. If the...

tried binding to `smart-hungry-delete-forward-char` as ``` (global-set-key (kbd "") 'smart-hungry-delete-forward-char) ``` it works but kinda makes `(delete-selection-mode 1)` useless, one that replace the text in keystroke, any suggestion how bind...

Hi, I've been using smart-hungry-delete regularly now and it seems stable. Can you make a versioned release so that it can be included in the MELPA stable set?

This package is very useful 🎉 I'll suggest one more feature: related #13 , #12 --- ## What's this PR Add `smart-hungry-delete-should-add-kill-ring` method to choose whether deleted region should be...

## Question When I select region and run `smart-hungry-delete-backward-char`, the region is added to my `kill ring`. Is this expected behavior? ## Suggestion I suggest: we can choose whether the...

If the user provides a `C-u` prefix argument, delete one character as usual. If the user provides a numeric prefix argument (such as `C-u 8` or `M-8`) delete that many...

im using emacs 29: GNU Emacs 29.2 (build 2, x86_64-w64-mingw32) of 2024-02-02 - error image: ![image](https://github.com/hrehfeld/emacs-smart-hungry-delete/assets/47939948/32d6202b-2f41-412c-a06f-f5de27fa0908) - cause error when cursor is before `end-of-indentation`, including cursor on the beginning-of-line. for...