When I do C-u C-SPC, emacs leads me to "where I was before." Subsequent C-u C-SPCclicks return to previous places. It's damn cool and I use it a lot.
But something always eavesdropped on me: the only mark missing from the label was where-I-called-this-in-1st place! I like to leave the breadcrumbs behind you, and then go “scream, I can be lost, imma go back and check”, and then go back without leaving the breadcrumbs where you are now!
I tried to advise functions, but I can’t imitate me programmatically for life C-SPC C-SPC.
- how can I “see” (echo, message, trace, etc.) what a key combination is, for example, “Ch k”, but for repeated key sequences, for example
C-SPC C-SPC? This is what the last guide says (my attention).
C-SPC runs the set-mark-command command, which is an interactive compiled Lisp function in `simple.el '.
It is associated with C- @ , C-SPC.
(set-mark-command ARG command)
Mark where the dot is, or scroll to the mark. Setting a character also changes the region, which is the text between the point and the mark; this is the closest equivalent in Emacs to what some editors call Selection.
. .
( ) " ", " ", " "..? ( ).
, . , .