--funcall, -f FUNC call Emacs LispfunctionFUNC with no arguments --insert FILE insert contents of FILE into current buffer --killexitwithout askingforconfirmation --load, -l FILE load Emacs Lisp FILE using the loadfunction--visit FILE visit FILE using find-file Display options: -...
这些函数被调用时并不传递参数,但在这些函数内可以通过变量`argi'获取当前待处理的command-line argument. 可以通过变量`command-line-args-left'获取尚未被处理的command line arguments.若某函数除了当前待处理的函数,同时也把后面的参数給处理过了,则需要把后面那些被处理过的参数从`command-line-args-left'中删除 ...
;; This is done after loading the user's init file and after ;; processing all command line arguments to allow e.g. `server-name' ;; to be changed before the server starts. (let ((dn (daemonp))) (when dn (when (stringp dn) (setq server-name dn)) (server-start) (if server-...
-e, --eval do not visit files but instead evaluate the arguments as Emacs Lisp expressions. -f, --server-file=FILENAME use TCP configuration file FILENAME for communication. This can also be specified via the `EMACS_SERVER_FILE' environment variable. -n, --no-wait returns immediately ...
命令和其参数(arguments)。 * 获得更多帮助(GETTING MORE HELP) --- 本快速指南的目的仅仅是帮助你在 Emacs 的海洋里下水,不至于束手无策望洋兴 叹。有关 Emacs 的话题可谓汗牛充栋,这里自然是难尽万一。不过 Emacs 很理 解你求知若渴的心情,因为它提供的强大功能实在是太多...
read the main documentation for these command-line arguments. Initialization options: --batch do not do interactive display; implies -q --chdir DIR change to directory DIR --daemon start a server in the background --debug-init enable Emacs Lisp debugger for init file ...
C-c f Align function arguments (in function call). C-c m Align class members (region must be selected). C-> Right-align end-of-line comment or text after cursor. C-c i Insert redundant #include guard. C-c = Insert class definition header. C-c - Insert class implementation header....
set-mark-command 在插入点设置标记。 C-k kill-line 删除从插入点到行末的所有文本。 C-w kill-region 删除区域。 M-w kill-ring-save 将区域保存在 kill ring 中,但不删除它。 C-y yank 恢复来自 kill ring 的文本。 6. 鼠标操作 鼠标命令 描述 B1 这一命令将设置插入点位置;拖动鼠标左键以设置区...
1 100)) ;; 5050 (c-add) ;; Debugger entered--Lisp error: (wrong-number-of-arguments #<...
%cCommand %oCommand line option %sSource(absolute path) %aScript's arguments %nSource without extension(absolute path) %NSource without extension(nondirectory) %dDirectory name of Source(absolute path) %eSource with executable suffix(absolute path) ...