bastibe / annotate.el

Annotate.el
Other
384 stars 20 forks source link

Fix tramp crash #140

Closed cage2 closed 1 year ago

cage2 commented 1 year ago

Hi!

This patch should fix #139, it is a bit a workaround but i the best i was able to figure out. :(

Bye! C.

cage2 commented 1 year ago

Hi @bastibe !

Do you think we can merge this branch?

Bye! C.

bastibe commented 1 year ago

Great! Feel free to merge.

By the way, it might be useful to think about setting up automated tests. I have actually no idea how to do that in Emacs, but I found it a great help in other projects.

cage2 commented 1 year ago

Hi @bastibe !

Great! Feel free to merge.

Thanks for your help!

By the way, it might be useful to think about setting up automated tests. I have actually no idea how to do that in Emacs, but I found it a great help in other projects.

I also have no clue how to start to do testing in Emacs but nevertheless I think your is a good Idea! :) I am adding a issue until i figure out how to write the test; i think i would start considering ERT, the library that is included in Emacs.

Merging in a seconds! Bye! C.