Skip to content

C-g behaves like RET #110

@cyrus-and

Description

@cyrus-and

Launch Emacs like this:

TEMP="$(mktemp -d | tee /dev/stderr)"

cat >"$TEMP/.emacs" <<EOF
(setq custom-file "/dev/null")

(package-initialize)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))

(package-install 'ctrlf)
EOF

HOME="$TEMP" emacs

Then in the Emacs splash screen:

  1. M-x ctrlf-mode;

  2. C-s emacs;

  3. C-s a few more times;

  4. C-g.

Now the point is left next to the last instance of the match instead of being reset to the original position.

(Possibly related to #6.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions