Skip to content

Rest-of-line replacements don't remove existing chars #405

@danp

Description

@danp

I have noticed that if I have something like this:

fmt.Println("Hello")

And I move point to the end of Hello, like this (where <> is point):

fmt.Println("Hello<>")

And get a completion of , World!"), then accept it, I end up with:

fmt.Println("Hello, World!")")

With the trailing ") still there. I feel like this changed recently and it used to be that I would end up with just fmt.Println("Hello, World!") as expected.

This is emacs 30.1 from https://github.com/d12frosted/homebrew-emacs-plus on macOS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions