[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Here is a table of the action arguments and options:
find-file
. See section M.2 Visiting Files.
find-file
, then go to line number
linenum in it.
find-file
, then go to line number
linenum and put point at column number columnnum.
load
.
See section V.7 Libraries of Lisp Code for Emacs. The library can be found either in the current
directory, or in the Emacs library search path as specified
with EMACSLOADPATH
(see section AE.5.1 General Variables).
The init file can access the values of the action arguments as the
elements of a list in the variable command-line-args
. The init
file can override the normal processing of the action arguments, or
define new ones, by reading and setting this variable.