mickeynp / combobulate

Structured Editing and Navigation in Emacs with Tree-Sitter
GNU General Public License v3.0
945 stars 54 forks source link

combobulate-python-indent-for-tab-command works weird when completion happens #65

Closed abaw closed 8 months ago

abaw commented 1 year ago

Hi, I found this wonderful package recently used it for a few days. I found one problem:

After tracing the code a little bit, I believe it's due to the save-excursion added in this commit. I removed that save-excursion and it works well now. But that save-excursion should be there for some reason I didn't get.

mickeynp commented 8 months ago

Can you try again? I have redone the system.

abaw commented 8 months ago

Just gave it a quick try. It works well. Thanks for the update!

mickeynp commented 8 months ago

Thanks