smartparens icon indicating copy to clipboard operation
smartparens copied to clipboard

Try to remove the extra argument introduced in #1229

Open Fuco1 opened this issue 6 months ago • 0 comments

I feel since the extra argument is only passed as nil explicitly from one place (plus from within a function about word or symbol syntax), we might just add some test to the function itself, so it detects where it is and whether it should accept or not the special flag and then we can remove the extra parameter. Might make the function a bit simpler and the less logic there is regarding syntax the better, it's extremely confusing part of Emacs.

Fuco1 avatar May 11 '25 23:05 Fuco1