emacs-format-all-the-code icon indicating copy to clipboard operation
emacs-format-all-the-code copied to clipboard

Marker move to position 1 after calling format-all-buffer command

Open eki3z opened this issue 2 years ago • 0 comments

Repreduce:

(setq test (point-marker))
;; => #<marker at 27 in *scratch*>

              (format-all-buffer)

test
;; => #<marker at 1 in *scratch*>

As shown above, after call format-all-buffer and if the file changes, the marker position change to position 1 always.

eki3z avatar Dec 16 '22 06:12 eki3z