Re: [Vim-latex-devel] Some problems, no answers found
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sri...@gm...> - 2005-11-19 22:16:24
|
Hi, I fixed the problems in CVS. Latex-suite should now behave as follows: In insert mode, if the cursor is touching a word, then that word is replaced by a command constructed with that word. If the cursor is located on a white-space character, then you will be prompted with a list of commands to choose from. [...] Pressing <F7> in normal mode is equivalent to pressing i to go to insert mode and then pressing <F7>. The problem was in a buggy implementation of Tex_DoCommand. I don't think this should be affected by other plugins/ftplugins. Srinath On 11/16/05, Jorge Scandaliaris <j_s...@ya...> wrote: > Hi, > As I work more on latex, latexSuite is becoming essential to me. > Initially I just used a couple of features, but now I am spending some > time reading the docs to fully use latexSuite's power. > The problem I face now (I already fixed some others like alt keys > macros, remapping them to ctrl) is the behaviour of the F7 key. > > Description of the problems: > > 1. It works in insert mode if <F7> is pressed just after the word. > 2. If pressed in the middle of a word, in insert mode, then a command is > made with the part of the word to the left of the cursor. (this might > not be a bug, but the way the feature has been designed?). > 3. If pressed in insert mode over a blank, it inserts a "0" (zero). The > exception to this is when the line is empty, then the menu appears. > 4. In normal mode, I can't find a logical pattern. Sometimes, if pressed > over a word, then the word is used as a command. Pressing it in blanks > doesn't bring the menu and, what's worst, it seems to leave the function > stucked in a sense that it will only insert 0s (zeroes) every time the > <F7> key is pressed. > 4. Visual mode seems to do what's advertised on the docs. > > Any ideas? I use linux and vim 6.4, latexSuite 20041219. Do you know of > other vim plugins or settings that might interfere with latexSuite? > List of used plugins (I think the list is complete): > plugin vim.org's script number > > xsl-syntax 257 > xquery-syntax 803 > wikipedia-syntax na > taglist 273 > showmarks 152 > selinux-syntax na > pgn-syntax 677 > pam-syntax 778 > nagios-syntax na > multiplesearch 479 > latexsuite na > info 21 > help-extra-syntax 570 > gentoo-syntax na > genindent 678 > fluxbox-syntax 679 > ebnf-syntax 545 > doxygen-syntax 5 > colorschemes 693 > cfengine-syntax na > cecutil 1066 > brainfuck-syntax 716 > bnf-syntax 250 > ant 155 > align 294 > vimcommander 808 > gtags na > NERD_comments na > vimspell na > manpageview na > > Thanks in advance, > > Jorge > > > > > > > > > ______________________________________________ > Renovamos el Correo Yahoo! > Nuevos servicios, m=E1s seguridad > http://correo.yahoo.es > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. Get Certified Today > Register for a JBoss Training Course. Free Certification Exam > for All Training Attendees Through End of 2005. For more info visit: > http://ads.osdn.com/?ad_id=3D7628&alloc_id=3D16845&op=3Dclick > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > |