Skip to content

Cursor moves to beginning of buffer on save #181

@mandarm

Description

@mandarm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions