-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
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" emacsThen in the Emacs splash screen:
-
M-x ctrlf-mode; -
C-s emacs; -
C-sa few more times; -
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.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels