zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: Dov Grobgeld <dov@Orbotech.Co.IL>, zsh-workers@math.gatech.edu
Cc: Greg Ward <gward@ase.com>
Subject: Re: zsh command line editing library?
Date: Wed, 20 Jan 1999 10:17:43 -0800	[thread overview]
Message-ID: <990120101743.ZM17311@candle.brasslantern.com> (raw)
In-Reply-To: <199901200934.LAA02659@ganelon.Orbotech.Co.IL>

On Jan 20, 11:34am, Dov Grobgeld wrote:
} Subject: zsh command line editing library?
}
} What I wonder if someone has thought of building a gnu readline
} drop-in-replacement library but with the bells and whistles provided
} by the zsh command line editing?

This has been asked about before, if not discussed in any detail.  The
difficulty is that ZLE depends heavily not just on zsh utilities like
the heap memory manager but on the internals of the history mechanism
and command lexer/parser.  The latter is particularly critical to the
completion mechanism; programmable completion would be useless without
the contextual information supplied by the lexer/parser, and it would
require a significant effort to incorporate a programming interface to
allow other parsers to be used instead.

This is not to say that it's not possible, but I haven't heard anybody
announce that they're motivated to take it on.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


           reply	other threads:[~1999-01-20 18:21 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <199901200934.LAA02659@ganelon.Orbotech.Co.IL>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=990120101743.ZM17311@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=dov@Orbotech.Co.IL \
    --cc=gward@ase.com \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).