emacs, do a search, copy some text, and then return to the point of search originally? -
i doing search backwards in text in emacs, move point around , modification or copy, can return point of search before or still have search text around spot?
best,
try
m-x pop-to-mark-command
and can functionality c-u spc or c-u c-@ (i.e. using prefix argument set-mark-command
).
for more information on mark ring, read about mark ring. there global mark ring, list of marks across buffers, can navigate via c-x c-spc.
Comments
Post a Comment