zsh-workers
 help / color / mirror / code / Atom feed
* posixism and unrelated spellcheck editing
@ 1999-11-30 23:22 Clint Adams
  1999-12-02 18:16 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Clint Adams @ 1999-11-30 23:22 UTC (permalink / raw)
  To: zsh-workers

I'm contemplating how to implement two features and they keep seeming
more and more complicated.

The first is POSIX options to the "command" builtin, basically
overloading it with a modified "whence" under EMULATE_SH or
perhaps when POSIX_BUILTINS is set and not otherwise.
It would be easier to differentiate the two meanings into
BINF_COMMAND and something else while parsing, but that doesn't
seem possible without some special handling.

So should BINF_COMMAND check to see if it's followed by
'-p', '-V', or '-v' and then modify its own cflags?

The other is something that will, upon an 'e' response to
sprompt, position the cursor at the point of the potential
error.  How to determine the position, where, and when?


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-12-02 19:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-30 23:22 posixism and unrelated spellcheck editing Clint Adams
1999-12-02 18:16 ` 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).