logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Zile - Zile Is Lossy Emacs

Author

       Zile was written by Sandro Sigala, David A. Capello and Reuben Thomas.  The Lisp interpreter is based  on
       code by Scott Lawrence.

Description

       Zile  is  a  lightweight  Emacs  clone that provides a subset of Emacs's functionality suitable for basic
       editing.

       Run Zile, the lightweight Emacs clone.

       Initialization options:

       --no-init-file, -q
              do not load ~/.zile--funcall, -f FUNC
              call Zile Lisp function FUNC with no arguments

       --load, -l FILE
              load Zile Lisp FILE using the load function

       --help display this help message and exit

       --version
              display version information and exit

       Action options:

       FILE   visit FILE using find-file

       +LINE FILE
              visit FILE using find-file, then go to line LINE

       Exit status is 0 if OK, 1 if it cannot start up, for example because of an invalid command-line argument,
       and 2 if it crashes or runs out of memory.

Files

~/.zile — user's Zile init file

       /usr/share/doc/zile/dotzile.sample — which contains some useful code for the init file.

Name

       Zile - Zile Is Lossy Emacs

Reporting Bugs

       Report bugs to bug-zile@gnu.org.

See Also

emacs(1)

GNU Zile 2.6.2                                     April 2024                                            ZILE(1)

Synopsis

zile [OPTION-OR-FILENAME]...

See Also