Hi all,
I'm resending the following email with a more descriptive title.
On Fri, Jun 02, 2006 at 12:17 PM PDT, Charles E. Campbell, Jr. wrote:
... Text Deleted ...
CECJ> I suggest narrowing down the problem.
CECJ>
CECJ> vim -u NONE -U NONE
CECJ>
CECJ> for starters. Then try to source in a minimal file (I believe you
CECJ> mentioned something about laststatus).
CECJ> If you get the double strike effect, you've got something that others
CECJ> have a chance at duplicating, and in particular,
CECJ> Bram M has a shot at fixing.
I've narrowed this down to the minimum configuration that causes a
problem for me. It's these two settings:
set spell
set incsearch
If I start vim thusly:
% vim -g -u NONE -U NONE --noplugin <filename>
And then source a file with the two above settings--or just set them in
the vim session--I start getting the weird behavior in my search line.
Again, I see this with my GTK-1 build on Solaris; but not with a Motif
or GTK-2 build. Unfortunately for me, I prefer the GTK-1 build because
it is so much faster to load than my Motif build. And it doesn't have
the font issues like GTK-2.
Thanks in advance.
------------------------------ Delimiter BEGIN --------------------------------
P.S. Here is the output of :ver ...
:ver
VIM - Vi IMproved 7.0 (2006 May 7, compiled May 31 2006 22:47:35)
Compiled by [EMAIL PROTECTED]
Huge version with GTK GUI. Features included (+) or not (-):
+arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset +cindent
+clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
+cryptv +cscope +cursorshape +dialog_con_gui +diff +digraphs +dnd -ebcdic
+emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path +find_in_path
+folding -footer +fork() -gettext -hangul_input +iconv +insert_expand +jumplist
+keymap +langmap +libcall +linebreak +lispindent +listcmds +localmap +menu
+mksession +modify_fname +mouse +mouseshape +mouse_dec -mouse_gpm
-mouse_jsbterm +mouse_netterm +mouse_xterm +multi_byte +multi_lang -mzscheme
+netbeans_intg -osfiletype +path_extra +perl +postscript +printer +profile
-python +quickfix +reltime +rightleft -ruby +scrollbind +signs +smartindent
-sniff +statusline -sun_workshop +syntax +tag_binary +tag_old_static
-tag_any_white -tcl +terminfo +termresponse +textobjects +title +toolbar
+user_commands +vertsplit +virtualedit +visual +visualextra +viminfo +vreplace
+wildignore +wildmenu +windows +writebackup +X11 +xfontset +xim +xsmp_interact
+xterm_clipboard -xterm_save
system vimrc file: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
user exrc file: "$HOME/.exrc"
system gvimrc file: "$VIM/gvimrc"
user gvimrc file: "$HOME/.gvimrc"
system menu file: "$VIMRUNTIME/menu.vim"
fall-back for $VIM: "/usr/local/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -I/usr/local/inc
lude/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/
openwin/include -g -O2 -I/usr/openwin/include -I/usr/local/include -D_LARGE
FILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/lib/perl5/5.8.7/sun4-solaris/CO
RE
Linking: gcc -L/usr/openwin/lib -R/usr/openwin/lib -o vim -L/usr/local/lib
-L/usr/openwin/lib -R/usr/openwin/lib -lgtk -lgdk -lgmodule -lglib -lintl -lXex
t -lXt -lX11 -lSM -lICE -lncurses -liconv -L/usr/lib -L/usr/ccs/lib -L/opt/SUNWs
pro/WS6U2/lib -L/usr/local/lib /usr/local/lib/perl5/5.8.7/sun4-solaris/auto/Dyn
aLoader/DynaLoader.a -L/usr/local/lib/perl5/5.8.7/sun4-solaris/CORE -lperl -lsoc
ket -lnsl -ldl -lm -lc
------------------------------- Delimiter END ---------------------------------
Regards,
--
Mun