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: Thorsten Jolitz
Subject: Re: How to define a function in Zile Lisp
Date: Mon, 12 Nov 2012 21:06:15 +0100
User-agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.93 (gnu/linux)

Tassilo Horn <tsdh@gnu.org> writes:

Hi Tassilo, 

>> 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)

too bad, would have been nice to add some functions without knowing C.

How is the Zile Lisp interpreter integrated with Zile? Would it be
possible (and easy) to replace it with another small but at the
same time more powerful Lisp interpreter?

-- 
cheers,
Thorsten




reply via email to

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