Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!gatech!tut.cis.ohio-state.edu!AUREL.CALTECH.EDU!bfox From: bfox@AUREL.CALTECH.EDU (Brian Fox) Newsgroups: gnu.bash.bug Subject: Meta-keys, spelling correction Message-ID: <8908261850.AA06667@aurel.caltech.edu> Date: 26 Aug 89 18:50:48 GMT References: <164@titania.warwick.ac.uk> Sender: daemon@tut.cis.ohio-state.edu Reply-To: bfox@aurel.caltech.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 33 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