1ZILE(1) User Commands ZILE(1)
2
3
4
6 Zile - Zile Is Lossy Emacs
7
9 zile [OPTION-OR-FILENAME]...
10
12 Zile is a lightweight Emacs clone that provides a subset of Emacs's
13 functionality suitable for basic editing.
14
15 Run Zile, the lightweight Emacs clone.
16
17 Initialization options:
18
19 --no-init-file, -q
20 do not load ~/.zile
21
22 --funcall, -f FUNC
23 call Zile Lisp function FUNC with no arguments
24
25 --load, -l FILE
26 load Zile Lisp FILE using the load function
27
28 --help display this help message and exit
29
30 --version
31 display version information and exit
32
33 Action options:
34
35 FILE visit FILE using find-file
36
37 +LINE FILE
38 visit FILE using find-file, then go to line LINE
39
40 Exit status is 0 if OK, 1 if it cannot start up, for example because of
41 an invalid command-line argument, and 2 if it crashes or runs out of
42 memory.
43
45 ~/.zile — user's Zile init file
46
47 /usr/share/doc/zile/dotzile.sample — which contains some useful code
48 for the init file.
49
51 Zile was written by Sandro Sigala, David A. Capello and Reuben Thomas.
52 The Lisp interpreter is based on code by Scott Lawrence.
53
55 Report bugs to bug-zile@gnu.org.
56
58 Copyright © 2020 Free Software Foundation, Inc. GNU Zile comes with
59 ABSOLUTELY NO WARRANTY. You may redistribute copies of Zile under the
60 terms of the GNU General Public License. For more information about
61 these matters, see the file named COPYING.
62
64 emacs(1)
65
66
67
68GNU Zile 2.6.2 August 2022 ZILE(1)