Vim latex-suite and auto completion

Hi,
according to this introduction you have to hit <enter> to chose a bib entry after pressing F9 in \cite{ :
My problem is that I see the bib entries but when I hit enter the windows close and I'm back in my tex file with no entry in the \cite bracket. When I typed in the first letters of the bib key these are also erased.
Any ideas?
Here's my .vimrc
" Use Vim settings, rather then Vi settings (much better!).
" This must be first, because it changes other options as a side effect.
set nocompatible
filetype plugin on
filetype indent on
set grepprg=grep\ -nH\ $*
let g:tex_flavor = "latex"
" switch on syntax highlighting
syntax on
let g:Tex_DefaultTargetFormat = 'pdf'
let g:Tex_CompileRule_pdf = 'latexmk -pdf -pv -g'
set runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after
" A clean-looking font for gvim
set guifont="DejaVu\ Sans\ Mono\ 8"
" allow backspacing over everything in insert mode
set backspace=indent,eol,start
set history=100 " keep 100 lines of command line history
set ruler " show the cursor position all the time
set showcmd " display incomplete commands
" set mouse -=a
set shortmess+=I " disable the welcome screen
" line numbering
set nu
" wrap like other editors
set wrap " word wrap
set textwidth=0 "
set lbr " line break
set display=lastline " don't display @ with long paragraphs
" searching
set hlsearch " highlight all search results
set incsearch " increment search
set ignorecase " case-insensitive search
set smartcase " upper-case sensitive search
" nice colours
set t_Co=256
" colorscheme twigight
" colorscheme desert256
" colorscheme tlvb
" colorscheme zenburn
colorscheme ir_black
" scroll one screen line regardless of editor line length
:noremap <Up> gk
:noremap! <Up> <C-O>gk
:noremap <Down> gj
:noremap! <Down> <C-O>gj
:noremap k gk
:noremap j gj
set enc=utf-8
" Scrollbars
set sidescrolloff=2
set numberwidth=4

Hi davvil,
thanks for your reply. There are no whitespaces. The only thing I've noticed is, that the indention of the entries is different (INCOLLECTION, BOOK, etc isn't idented, though).
My bib was partly created by JabRef and by entries made by me. I'll check if the problem also occurs with a new bib made from scratch.

Similar Messages

  • Vim latex-suite F9 \cite completion in input files

    Hi,
    is there any way to use vim latex-suite's \cite completion in other files than the main texfile? I'm using seperate files for each chapter, auto completion will only work in my main file.
    thanks

    Hmm, not surprisingly, it was an unrelated stupid error on my part: the path to the file I was working on had a space in it.  Remove space from folder name, hello \cite completion.  Solved.

  • I set up a reverse  proxy server but the DOJO and auto complete dont work

    I set up a reverse proxy server but the DOJO and auto completer don't work . Am I missing a configuration on the proxy server ?

    Well it would help if you can provide some more details on your configuration/setup.

  • Vim latex-suite: I'm on another file after compiling

    Hi,
    a little thing that bothers me when using latex in vim:
    After using \ll to compile the file using latexmk vim opens the master document so I have to open the old file manually to keep working.
    Any idea how to change this?

    Barghest wrote:
    I already use vim-latexsuite and all its nice features like \cite completion and so on. I installed it (via AUR?) in March
    $ powerpill -Qs latexsuite
    local/vim-latexsuite 20100129-2 (vim-plugins)
    I see, I didn't realize it was in AUR. I just installed the vimball directly into my .vim folder.  From glancing at latex-suite's compiler.vim, it looks like latex-suite expects all of its function definitions to be in the same place as your personal tex.vim config file (they're all relative to $VIMRUNTIME, it seems). If your tex.vim is in your .vim folder and the latex-suite files like compiler.vim are elsewhere (as they probably are, if they were installed by pacman), then maybe latex-suite is becoming confused and causing the error you mentioned? I'm obviously not much of a coder/vim internals person, and I don't know the precise layout of the files installed by the AUR version of latexsuite, so this is mostly speculation; maybe others who are more knowledgeable can weigh in. But you might try uninstalling your AUR latexsuite and downloading and installing the latexsuite vimball directly into your ~/.vim/ftplugin, and see if that solves the problem.

  • Vim LaTeX-suite compile

    I have the latex-suite in vim and I use it to compile.  However, by default it compiles to DVI.  I would like for it to compile to PDF by default instead.  As of right now, if I try setting it to PDF (for example, using :TTarget pdf), it does not carry over from session to session.  Is there a way to make it set on startup (mabye via the .vimrc)?
    If not, how does one get the present directory of the file currently being editted?  For example, :!cd DIRECTORY ; pdflatex FILE.tex , works when typed in manually.  How about if one wanted to create a keybinding in .vimrc to yield this?
    Thanks,
    zeug.

    zeug wrote:
    I do not seem to have that directory.  I did find that file a bunch of locations, though.  Any idea which one should be editted?
    (…LOCATIONS!…)
    Thanks.
    Uhh, I'm never able to recall which directory gets overwritten on each vim update, sorry There was a thread about this once, but I can't seem to find it just now…
    The manual explains the options very well, I think, but it still doesn't say where this stuff should belong. However, unless you intend to write your documents as root, I'd say just create the ~/.vim/ftplugin folder and put tex.vim in it.
    makimaki wrote:Thanks for that tip
    Yer welcome.
    Edit: Found the aforementioned thread.
    Last edited by Runiq (2010-02-23 22:49:26)

  • Eclipse and auto-completion

    Hi all,
    I'm experiencing a strange behavior with eclipse. If i type Ctrl+Space to allow auto code completion, eclipse hooks up, cpu goes to 100% and i can only force quit. Looking on google, it seems that is a xulrunner issue, they suggest to remove it. But i can't, as it is a dependency for many programs (firefox, eclipse etc)
    What can I do?
    Thanks in advance

    My colleague realized the problem is related to MACRO definition in C code and more in detail to indexing feature. Using the "full indexing" it works, but this feature is no more present in eclipse 3.6 which uses only fast indexing. Do you know if there's a way to enable full indexing option??
    Thanks

  • Vim latex-suite opens blank firefox tab [SOLVED]

    when i try to view a text doc using \lv xdvi shows it nicely, but a blank firefox tab is also opened up for some inexplicable reason.
    anyone know what that reason might be and how i can stop this behavior?
    Last edited by pradtf (2010-07-03 04:12:10)

    no i don't and i have nothing like it in .vim or /usr/shared/vim
    so i put it into .vimrc and the problem is gone!
    thank you very much jt512!
    i am puzzled though as to what would cause vim to go to firefox in the first place. i realize it is the default browser as defined in
    .vim/browser_launcher.vim
    but i don't see how that would be connected with tex.
    Last edited by pradtf (2010-07-03 04:17:02)

  • Why is not DW include js auto prompt and auto complete

    DW will prompt match code when I typing ASP or PHP code, why
    not add javascript?

    There is no Flash player version 15... as in your code:
    <param name="swfversion" value="15.0.0.0" />
    For some reason Adobe thought it would be a good idea to target a Flash player version (15) as default.....which may be out a couple years in the future. Go figure!!!
    If you don't like player version 9, change to 10 or 11.... just not 15 (yet).
    Best wishes,
    Adninjastrator

  • How can I stop safari from auto completing url's on my iphone 4 and ipad2?

    How can I stop safari from auto completing url's on my iphone 4 and ipad2?  On both devices I have cleared history, I have gone into settings-safari-and cleared history and cleared cookies & data, tried turning my devices on and off and I also have private browsing turned on. Both devices are operating on iOS 5.  When I type in a url I don't want anything to show and auto complete.  Any suggestions?

    This indicates corrupt files.
    A restore should resolve.

  • Adobe Bridge CC Turn Off Text Auto Complete

    How do I turn off automatic text completion when entering data into the description field (file info > Description > Description)?
    Program: Adobe Bridge CC
    Thanks,
    Drew

    What OS are you using?
    Like Curt I think this is an OS thing. However, there have been longstanding requests for Bridge using dictionary and auto completion, to my knowledge this has not been achieved yet.

  • Auto-Complete bugs in Adobe Reader X / Acrobat X

    When I open a PDF that has fillable forms, and auto-complete is enabled, it does a terrible job of managing it's suggestions and how it handles my desire to 'type through' the suggestions that it's offering.
    To test this, you'll need a PDF with multiple fillable form fields.  it seems to have the hardest time with numerical data.  Spend a couple minutes entering in a lot of numerical data into the fields.  Delete some of it, put in different numbers, and eventually you'll see what I'm talking about.  I suggest that, because in some cases I'm able to reproduce it immediately, and in others it takes a few tries or a few different PDFs.  If you have typed in an address, say '1234 main', then in a later field, type in a zip code of '12345', then in yet another field start typing 12345 then hit the spacebar, it autofills "12345main".  Note how 12345main does not match anything I previously entered, but the auto-complete database thinks that it does.  The 'ain' part of "12345main" stays highlighted, like that's what it's now suggesting.  If you backspace back so that it shows "12345" again, and then hit space, it will auto-fill to '12345main' again.  I can't simply 'Type through' thie suggestion, because it leaves the 'm' there.
    What's odd, is that for the sake of this demonstration, you type in multiple items that begin with 1234, then enter '1234 ' (note the space) on another field, it actually won't suggest to you the items you previously entered that begin with 1234 .  Example:  in 3 fields, type in  1234 Main St,  1234 Downtown Rd., and then in the 3rd field start type 1234 followed by space. You'd think you'd be offered suggestions by Auto-complete that contain both 1234 Main St. and 1234 Downtown Rd, but you don't.  If you type something like '12345' now, you'll be back to the problem i outlined above where it automatically selects an item from the list and grabs an unwanted letter from the first word after the space.  Interestingly enough, if you keep typing '1234 Ma' for example, you still don't see the Auto-complete suggestions unless you start hitting the 'Backspace' key, at which point the proper suggestions are displayed.
    For our users that send out a lot of correspondence to clients, this is a huge inconvenience.  The only workaround is to completely disable the Auto-complete option under 'Forms'.  If they do not, then they can end up with incorrect information going out to cilents, and some of them have sent printed forms to cilents containing characters that didn't make sense or numerical data that was not correct because it had picked up unwanted characters from auto-complete.
    Additional information:
    I'm able to duplicate this problem on multiple workstations.
    OS: Windows 7 32-bit Enterprise SP1, Windows XP 32-bit Professional SP3
    I'm able to duplicate the problem  with Adobe Reader X and Adobe Acrobat X
    The problem also occurs whether I select either 'Advanced' or 'Basic' for the Auto-Complete setting

    Hello All,
    The issue has been fixed in latest version of Acrobat i.e. 10.1.9 or 11.0.6.
    Please see the release notes for Acrobat 10.1.9 below:
    http://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotes/10/10.1.9.html
    To update the product please go to Help -> Check for updates.
    Regards,
    Anoop
    [link fixed by moderator]

  • How do I stop auto-complete of URl's?

    When I type a URL I get at autcomplete of suggested URL's I have typed in the past and a drop down list of URL's I have typed in the past. How to I turn this off or at least clear it? I have already tried clearing my history and auto complete and I am still getting that.

    Ben Harris wrote:
    There has got to be a way to erase that autofill information.
    The only way I know how to clear it is not a good way. It would be *Reset Safari* which to me would be overkill. He would be better off not leaving any evidence to have to clear. Tell your friend to go to Safari in the menu bar. Now click *Private Browsing*. That will allow him to surf to his hearts content and nothing is saved to the autofill or other incriminating places:->
    This is what it says when you get ready to activate it.
    +When private browsing is turned on, webpages are not added to the history, items are automatically removed from the Downloads window, information isn't saved for AutoFill (including names and passwords), and searches are not added to the pop-up menu in the Google search box. Until you close the window, you can still click the Back and Forward buttons to return to webpages you have opened.+

  • Passport does not auto complete email addresses

    when typing email address, the old BB used to suggest and auto complete email addresses.  Now when i start typing an email address it shows a button "LOOK UP ..." then it shows the list of possible matches once i press the button.  what do i need to change to make it do matches automatically without the need for the button push.
    I have seen alot of people complain about this but no solution.

    Auto complete and the suggestion are two separte functions.
    With the contacts in my contacts app there is no issue with me doing either.
    Possible you have the email address in a different contact field?
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • How to delete the existing list and prevent auto-completed web sites?

    Hi, As soon as I start to type "www" in the address bar, a list of previously visited web sites appears, as if auto-completed. They seem rather random, and not necessarily the most recent ones. I have tried resetting Safari, deleting the cache, looking these sites up in the various plist folders in the Library, using Safari in Private mode, etc. but it still happens. I find it a nuisance.
    How do I delete the existing sites, and how do I prevent more from appearing in the future?
    Thanks,
    Richard

    HI,
    Go to Safari/Preferences - AutoFill
    Click where it says: Edit
    You can Remove All or edit which url's you don't want.
    Carolyn

  • How do I turn off hierarchical keywording in LR 5?  The interface preference for auto complete is off and I still get California United State Country.  I just want Caliofrnia.

    How do I turn off hierarchical key wording in Lightroom?  The Interface Preference for Auto Complete is already turned off, but I still get California>United States>North America when all I need is California.

    You need to be signed in order to reply to posts.
    One reason why you may see the hierarchical type format for the keywords is that you have keyword 'California' duplicated in your keyword list.
    Lightroom will display them with "< Parent-keywords" appended to the end.
    ie California < State < Country  and California < United States
    If you re-keyword the photos so they only use one version and then delete the duplicate keyword from your keyword list then it will display just "California".
    Bruce

Maybe you are looking for

  • How to delete the 1st page of aging report

    Dear All, When we print Aging report from SAP (statement one page per customer), it print the parameters page to the 1st page. As our customer want to send the statement by email from SAP, they don't want to send the 1st page to the customer. Is ther

  • Problem while creating a new Data element in a new table?

    Hello Everyone, I have downloaded Netweaver 7.1 trail version from internet and while creating a data element through the data dictionary: i got this input box: Register Object SAP Release 701 Access key needed? Installation DEMOSYSTEM What could an

  • Imap and ical can't safe data

    hello! after settign up a total new server after haftign problems. i finished setting it up, want to copy local mails back to the imap and import aicbu file into iCal. both apps are not able to safe this data. they show it for a moment and then delet

  • T683 message no. 00058

    Hi SD Guru, At the time of sales order creation geting folloing error message. Entry   ZV1000 does not exist in T683 (check entry) Message no. 00058 Diagnosis: Input values must be defined in Table T683. The value or values ' ZV1000' are not specifie

  • Indexing Video and Audio

    I know that there is a demo portlet out there somewhere that demonstrates doing a video search out of Portal. I would like to be able to store a bunch of images, audio and video in a portal repository and be able to do multimedia searches on them. Ho