Slurping does not work correctly in python mode.
cpaulik opened this issue · 0 comments
cpaulik commented
If using emacs-list-state for example in a python buffer:
Let's say I want to apply a function to this dict attribute and try to slurp it in then there remains a space where the )
was after the first slurp.
a = dict["d"]
a = f()dict["d"]
a = f(dict ["d"])