Was ist der Befehl, um eine Datei innerhalb von EMACs aus zu öffnen?

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