zsh-workers
 help / color / mirror / code / Atom feed
* Re: Command alias in non-command position
@ 1998-08-27  8:55 Sven Wischnowsky
  1998-08-27  9:53 ` Bruce Stephens
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Wischnowsky @ 1998-08-27  8:55 UTC (permalink / raw)
  To: zsh-workers


Bart Schaefer wrote:

> 
> On Aug 26,  5:35pm, Bruce Stephens wrote:
>
> ...
> 
> } I already think I ought to be able to change how spell-correction
> } works, to say that some words just don't correspond to files (like the
> } first argument to tar), and possibly to say that some words ought to
> } correspond to non-existent files.
> 
> Programmable spelling correction would be the next logical step after
> programmable completion, I suppose.
> 

I always liked to think about joining them. Make the completion code
return a list of possible words for a certain situation and then let
the corection code work with this list (instead of just
filenames). Or, integrate the correction code in the completion code,
turning it into some kind of general `find out what we can do here'-code 
and let correction be just a different interface for that code.
The quote from Bruce shows that joining them may require a few more
possibilities in describing possible words (e.g. non-existent files).

Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


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

* Re: Command alias in non-command position
  1998-08-27  8:55 Command alias in non-command position Sven Wischnowsky
@ 1998-08-27  9:53 ` Bruce Stephens
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Stephens @ 1998-08-27  9:53 UTC (permalink / raw)
  To: zsh-workers

Sven Wischnowsky <wischnow@informatik.hu-berlin.de> writes:

> I always liked to think about joining them. Make the completion code
> return a list of possible words for a certain situation and then let
> the corection code work with this list (instead of just
> filenames). Or, integrate the correction code in the completion code,
> turning it into some kind of general `find out what we can do here'-code 
> and let correction be just a different interface for that code.
> The quote from Bruce shows that joining them may require a few more
> possibilities in describing possible words (e.g. non-existent files).

I was only thinking of non-existent files for the cases like:

	mv makefile Makefile

and the like.  Actually, I just tried this and similar examples, and
it didn't offer autocorrection, but that turns out to be because I
have mv aliased to 'nocorrect mv', presumably because of this.

Probably these cases aren't much worth bothering about, though.

My original thought was a really cut-down sort of approach, where you
could say that certain words should not be autocorrected.  So it would
use compctl-like patterns to specify words, but the result for each
word would just be a boolean.

Your idea of tying it with completion is a better one than inventing a
new mechanism, though.  The two feel a bit different (completion gets
used in the middle of editing a line, whereas spell correction gets
done after the command is allegedly complete), but they're clearly
related, so maybe they can be combined neatly.

Maybe TAB (or some other key) could do autocorrection on things as
well as completion and expansion.  That might be cool.  More likely
irritating, I suspect, but I wouldn't rule it out entirely.


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

end of thread, other threads:[~1998-08-27 10:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-08-27  8:55 Command alias in non-command position Sven Wischnowsky
1998-08-27  9:53 ` Bruce Stephens

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