help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to define a function in Zile Lisp


From: Tassilo Horn
Subject: Re: How to define a function in Zile Lisp
Date: Mon, 12 Nov 2012 20:35:11 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Thorsten Jolitz <tjolitz@googlemail.com> writes:

Hi Thorsten,

> I recently discovered that the nice small and fast Emacs clone GNU
> Zile (“Zile Is Lossy Emacs”) can be customized in its own .zile file
> with a small subset of Emacs Lisp called Zile Lisp.
>
> ,--------------------------------------------------------------------
> | For customization, Zile uses its own limited configuration language
> | known as Zile Lisp. Zile Lisp is a tiny subset of Emacs Lisp that
> | consists of the Zile commands plus ‘setq’.
> `--------------------------------------------------------------------
>
> How can I define a function (that is at least a sequence of Zile/Emacs
> commands) only with 'setq' and the navigation/editing functions?

You can't.  Zile Lisp is really a very tiny subset of Emacs Lisp.  You
can't do anything except setting some of the few configuration options
like

  (setq tab-width 8)

or calling existing zile commands like

  (global-set-key "\M-hb" 'list-bindings)

Bye,
Tassilo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]