[ < ] | [ > ] | [ << ] | [Plus haut] | [ >> ] | [Top] | [Table des matières] | [Index] | [ ? ] |
Here is a table of the action arguments and options:
Visit file using find-file
. Voir la section Visiting Files. If you visit
several files at startup in this way, Emacs also displays a Buffer Menu
buffer to show you what files it has visited. You can inhibit that by
setting inhibit-startup-buffer-menu
to t
.
line number linenum in it.
Visit file using find-file
, then go to line number
linenum and put point at column number columnnum.
Load a Lisp library named file with the function load
.
Voir la section Libraries of Lisp Code for Emacs. If file is not an absolute file name, the
library can be found either in the current directory, or in the Emacs
library search path as specified with EMACSLOADPATH
(voir la section General Variables).
Warning: If previous command-line arguments have visited files, the current directory is the directory of the last file visited.
load-path
.
Call Lisp function function. If it is an interactive function (a command), it reads the arguments interactively just as if you had called the same function with a key sequence. Otherwise, it calls the function with no arguments.
Evaluate Lisp expression expression.
Insert the contents of file into the current buffer. This is like what M-x insert-file does. Voir la section Miscellaneous File Operations.
exit successfully.
[ < ] | [ > ] | [ << ] | [Plus haut] | [ >> ] | [Top] | [Table des matières] | [Index] | [ ? ] |
Ce document a été généré par Eric Reinbold le 23 Février 2009 en utilisant texi2html 1.78.