zsh-workers
 help / color / mirror / code / Atom feed
* Re: zsh command line editing library?
       [not found] <199901200934.LAA02659@ganelon.Orbotech.Co.IL>
@ 1999-01-20 18:17 ` Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 1999-01-20 18:17 UTC (permalink / raw)
  To: Dov Grobgeld, zsh-workers; +Cc: Greg Ward

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-01-20 18:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <199901200934.LAA02659@ganelon.Orbotech.Co.IL>
1999-01-20 18:17 ` zsh command line editing library? Bart Schaefer

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