Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion How to define a function in Zile Lisp
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tassilo Horn  
View profile  
 More options Nov 12 2012, 2:35 pm
Newsgroups: gnu.emacs.help
From: Tassilo Horn <t...@gnu.org>
Date: Mon, 12 Nov 2012 20:35:11 +0100
Local: Mon, Nov 12 2012 2:35 pm
Subject: Re: How to define a function in Zile Lisp

Thorsten Jolitz <tjol...@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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.