buffer
vswindow
vsframe
modeline
echo area
minibuffer
font locking
correct term for syntax highlighting. made up offaces
of properties (color, font, text size …) that pretty-print the textpoint
another word for caret or cursor: visual marker where characters typed will appearmark
region
contiguous block of text bounded bypoint
andmark
. in other editors called “selection” or “highlight”current buffer
buffer thathas the point
extented command
functionality behindM-x
C-u C-M-x
will calleval-defun
with a prefix argument, which instruments the code for debugging: https://stackoverflow.com/a/22220509/1842221