-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
Description
Not sure if this is related to #159... whenever I type C-x C-s, point moves to the beginning of buffer. Can this be fixed so that point remains where it was when I run edit-server-save ?
I'm just guessing that the last line of edit-server-done (edit-server-kill-client proc) is the cause? Is it the case that every time I do edit-server-save, the current client is killed, and a fresh connection with the updated content is started? That would explain why point moves to the beginning of the buffer, but don't know if this is the correct explanation.