[gnu.bash.bug] Meta-keys, spelling correction

cudcv@warwick.ac.uk (Rob McMahon) (07/14/89)

Bash 1.02, assorted BSD and SunOS systems.

Before I can use the meta-key in bash, I have to do `stty pass8'.  Tcsh, jove,
emacs, ... don't have this problem.  Any ideas ?

I use tcsh at the moment, although I'm looking hard at bash.  One of the
things I'd really miss is tcsh's M-$ spell-word command.  This runs through
the word just before the cursor, taking it as a filename (or a command name if
it's the first word on the line), and trying to correct its spelling by
adding, replacing, or deleting a single character, or transposing two
characters, in each pathname component.  I find it absolutely invaluable, I'm
forever typing `/usr/lbi/tex/macros': typing M-$ is so much easier than moving
the cursor back to the right place and typing ^T.

Just a suggestion.

Rob
-- 
UUCP:   ...!mcvax!ukc!warwick!cudcv	PHONE:  +44 203 523037
JANET:  cudcv@uk.ac.warwick             ARPA:   cudcv@warwick.ac.uk
Rob McMahon, Computing Services, Warwick University, Coventry CV4 7AL, England

bfox@AUREL.CALTECH.EDU (Brian Fox) (08/27/89)

As usual, just prior to a release, I go through all of the old bug
reports to see which ones have been fixed.  I thought you might like to
know which ones that you reported have been fixed.

   Date: 14 Jul 89 12:31:48 GMT
   From: mcvax!ukc!warwick!cudcv@uunet.uu.net  (Rob McMahon)
   Organization: Computing Services, Warwick University, UK
   Sender: bug-bash-request@prep.ai.mit.edu

   Bash 1.02, assorted BSD and SunOS systems.

   Before I can use the meta-key in bash, I have to do `stty pass8'.
   Tcsh, jove, emacs, ... don't have this problem.  Any ideas ?

Sure.  I fixed it, certainly for Suns.

    I use tcsh at the moment, although I'm looking hard at bash.  One of
    the things I'd really miss is tcsh's M-$ spell-word command.  This
    runs through the word just before the cursor, taking it as a
    filename (or a command name if it's the first word on the line), and
    trying to correct its spelling by adding, replacing, or deleting a
    single character, or transposing two characters, in each pathname
    component.  I find it absolutely invaluable, I'm forever typing
    `/usr/lbi/tex/macros': typing M-$ is so much easier than moving the
    cursor back to the right place and typing ^T.

    Just a suggestion.

This is not implemented for 1.03, but I will implement it for a later
version.

Brian Fox