Какова команда открыть файл из Emacs?

# to open a file from within emacs
C-x C-f [file]
# C = Ctrl
Paul Gabriel