RE: How to reject all spell suggestions?

2006-05-07 Thread Suresh Govindachar

   Bram Moolenaar wrote:
  > 
  > Suresh Govindachar wrote:
  > 
  >> After doing i_CTRL-X_CTRL-S, how can one 
  >> reject all the suggestions?  
  >> 
  >> The only way I know is to accept some suggestion 
  >> and then to do an undo.
  > 
  > CTRL-E
   
  Doesn't work (version 7.0g04) -- does the same thing as .

  >> Is there an option to have the existing word be
  >> the first word in the list of suggestions? 
  > 
  > It's already in the list as the original word.  It's not 
  > in the popup menu, but it's selected when you wrap around 
  > the end.
   
  Here's what I am seeing:   

  A)  and  method:  
  
 1)  shows the original word fooey in the file
  but not in the pop-up

 2)  again makes the original word disappear 
  from the list.  Word in the file is the 
  "current" word in the pop-up

 3) After several  and  sequences, can 
go back to state wherein original word is 
back in file (but not in pop-up).

 4) Hitting  makes word displayed on file remain.
Depending on how many  and  were done, 
this word can be "current" word in pop-up or the 
original word (which is not in the pop-up).

 5) Hitting  is same as above except that 
in addition, carriage return happens.  Don't have 
any issues with this behavior. 

  Would like original word to be part of the list in the pop-up.

  B) Arrow keys method:  
   
 1) Very first suggestion replaces original word in file

 2) Repeated use of arrow keys makes one move around in
the pop-up but word in file remains at the replaced 
value.
  
 3) Hitting  makes current word in pop-up appear 
in file.

 4) Hitting  leaves file with very first suggestion
(and not the original word).

 So there is no way to get back the original word using 
 the arrow keys method!
 
  Won't the option for the original word to be explicitly the 
  first item of the list in the pop-up help with both methods?

  --Suresh



Re: How to reject all spell suggestions?

2006-05-07 Thread Bram Moolenaar

Suresh Govindachar wrote:

>   After doing i_CTRL-X_CTRL-S, how can one 
>   reject all the suggestions?  
> 
>   The only way I know is to accept some suggestion 
>   and then to do an undo.

CTRL-E

>   Is there an option to have the existing word be
>   the first word in the list of suggestions? 

It's already in the list as the original word.  It's not in the popup
menu, but it's selected when you wrap around the end.

-- 
Those who live by the sword get shot by those who don't.

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\download, build and distribute -- http://www.A-A-P.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///


RE: How to reject all spell suggestions?

2006-05-07 Thread Suresh Govindachar

  Eric Arnold Sent May 07, 2006
  > 
  > On 5/7/06, Suresh Govindachar wrote:
  >>
  >> Hello,
  >>
  >> After doing i_CTRL-X_CTRL-S, how can one
  >> reject all the suggestions?
  >>
  >> The only way I know is to accept some suggestion
  >> and then to do an undo.
  > 
  > Escape?
  
  Doesn't work -- since as soon as the pop-up is displayed,
  the typed text is replaced by the very first suggestion.
  Hitting escape leaves the replacement.
   
  >> Is there an option to have the existing word be
  >> the first word in the list of suggestions?
  > 
  > It already does this AFAICT.

  Which version?  I am on 7.0g04.

  --Suresh



Re: How to reject all spell suggestions?

2006-05-07 Thread Eric Arnold

On 5/7/06, Suresh Govindachar <[EMAIL PROTECTED]> wrote:


Hello,

  After doing i_CTRL-X_CTRL-S, how can one
  reject all the suggestions?

  The only way I know is to accept some suggestion
  and then to do an undo.


Escape?


  Is there an option to have the existing word be
  the first word in the list of suggestions?


It already does this AFAICT.