Next: Insert File Contents, Previous: Files, Up: Directories—Files—Buffers [Index]
bufferp
list-buffers
invoke Buffer Menu
buffer-name
return the name of the buffer
rename-buffer
rename a buffer
switch-to-buffer
display a buffer in a window
switch-to-buffer-other-window
switch-to-buffer-other-frame
previous-buffer
next-buffer
beginning-of-buffer
end-of-buffer
goto-char
forward-char
backward-char
forward-word
backward-word
goto-line
forward-line
beginning-of-line
line-beginning-position
end-of-line
line-end-position
forward-line
count-lines
count-words
line-number-at-pos
bobp
eobp
current-buffer
return the current buffer
set-buffer
make buffer current for editing
save-current-buffer
save the current buffer before editing
with-current-buffer
make buffer current temporarily for editing
with-temp-buffer
create a temporary buffer for editing
get-buffer
return a buffer given a name
other-buffer
return the previous buffer
generate-new-buffer-name
just return a unique buffer name
buffer-file-name
return the visited file’s name
get-file-buffer
return the buffer visiting the file name (exact) or nil
find-buffer-visiting
return a buffer visiting the file name (not exact)
set-visited-file-name
change the name of the visited file
buffer-string
return a buffer as a string
get-buffer-create
creates or returns an existing buffer
generate-new-buffer
generate a new buffer with a unique name
create-file-buffer
create a buffer and visit a file
kill-buffer
kill a buffer
Next: Insert File Contents, Previous: Files, Up: Directories—Files—Buffers [Index]