gvim crashes opening a .tex file

Bug #92146 reported by Phil Stephens
4
Affects Status Importance Assigned to Milestone
vim-latexsuite (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: vim-latexsuite

Hello,
Ubuntu comes with a vim-latexsuite package, however the plugin files are located outside user space, and the system doesn't work out of the box. For instance, when I open a .tex file in gvim, I don't get the menu items that I should.

So, I downloaded the vim-latexsuite from the web at http://vim-latex.sourceforge.net/index.php?subject=download and extracted into the ~/.vim folder in user space. When I opened my sample .tex file (an empty file), I got the menu items, but also received a host of errors. As I scrolled down through the errors in gvim, the program crashed. I should note as well that I am getting the following error every start of vim or gvim since installing the suite from the web :

<terminal output>
pstephen@titan:~$ vim
Error detected while processing /usr/share/vim/addons/plugin/remoteOpen.vim:
line 33:
E174: Command already exists: add ! to replace it
line 34:
E174: Command already exists: add ! to replace it
Press ENTER or type command to continue
</terminal output>

Prior to installing the web suite, I did not get this error when trying to open a .tex file.

Revision history for this message
Yigal Weinstein (yigal) wrote :

I believe this is referring to your .vimrc file.

What is line 33 and 34?

Revision history for this message
Yigal Weinstein (yigal) wrote :

To the matter of "out of user space" you should create a local version of ftplugin i.e.

.vim/ftplugin/tex.vim etc.

Revision history for this message
Yigal Weinstein (yigal) wrote :

To the matter of "out of user space" you should create a local version of ftplugin i.e.

~/.vim/ftplugin/tex.vim etc.

Revision history for this message
Phil Stephens (phil-stphns) wrote : Re: [Bug 92146] Re: gvim crashes opening a .tex file

On 3/15/07, yigal.weinstein <email address hidden> wrote:
>
> I believe this is referring to your .vimrc file.

I removed .vimrc and .gvimrc and am still getting the error.

What is line 33 and 34?
>
> --
> gvim crashes opening a .tex file
> https://launchpad.net/bugs/92146
>

--
Philip A. Stephens

Research Assistant
Regional Analysis Laboratory
Department of Geography
San Diego State University
5500 Campanile Drive
San Diego, CA 92182-4493
619-594-8032
619-594-4938 (FAX)
<email address hidden>

Secrecy, being an instrument of conspiracy, ought never to be the
system of a regular government.
- Jeremy Bentham, jurist and philosopher (1748-1832)

Revision history for this message
Yigal Weinstein (yigal) wrote :

I do not have this error and I am using vim-latexsuite. What vim related programs do you have installed, i.e, what is the output,
aptitude search ~dvim | grep '^i' ?

Revision history for this message
Phil Stephens (phil-stphns) wrote :

On 4/1/07, yigal.weinstein <email address hidden> wrote:
>
> I do not have this error and I am using vim-latexsuite. What vim related
> programs do you have installed, i.e, what is the output,
> aptitude search ~dvim | grep '^i' ?

:~$ aptitude search ~dvim | grep '^i'
i bicyclerepair - A refactoring tool for
python
i vim-common - Vi IMproved - Common
files
i vim-gnome - Vi IMproved - enhanced vi editor -
with GN
i vim-gui-common - Vi IMproved - Common GUI
files
i vim-latexsuite - View, edit and compile LaTeX documents
fro
i vim-python - Vi IMproved - enhanced vi editor -
with Py
i vim-runtime - Vi IMproved - Runtime
files
i vim-tiny - Vi IMproved - enhanced vi editor -
compact

--
> gvim crashes opening a .tex file
> https://launchpad.net/bugs/92146
>

--
Philip A. Stephens

Research Assistant
Regional Analysis Laboratory
Department of Geography
San Diego State University
5500 Campanile Drive
San Diego, CA 92182-4493
619-594-8032
619-594-4938 (FAX)
<email address hidden>

Secrecy, being an instrument of conspiracy, ought never to be the
system of a regular government.
- Jeremy Bentham, jurist and philosopher (1748-1832)

Revision history for this message
Yigal Weinstein (yigal) wrote :

This is strange. If you have a reasonably fast internet connection please
install vim-full and tell me if you get the same error. I have heard that
vim-full is a dependency for this program even though it is unlisted.

if you would please upload your vimrc file - the one you are using now even
though you deleted it.

On 4/1/07, Phil Stephens <email address hidden> wrote:
>
> On 4/1/07, yigal.weinstein <email address hidden> wrote:
> >
> > I do not have this error and I am using vim-latexsuite. What vim
> related
> > programs do you have installed, i.e, what is the output,
> > aptitude search ~dvim | grep '^i' ?
>
>
> :~$ aptitude search ~dvim | grep '^i'
> i bicyclerepair - A refactoring tool for
> python
> i vim-common - Vi IMproved - Common
> files
> i vim-gnome - Vi IMproved - enhanced vi editor -
> with GN
> i vim-gui-common - Vi IMproved - Common GUI
> files
> i vim-latexsuite - View, edit and compile LaTeX
> documents
> fro
> i vim-python - Vi IMproved - enhanced vi editor -
> with Py
> i vim-runtime - Vi IMproved - Runtime
> files
> i vim-tiny - Vi IMproved - enhanced vi editor -
> compact
>
> --
> > gvim crashes opening a .tex file
> > https://launchpad.net/bugs/92146
> >
>
>
> --
> Philip A. Stephens
>
> Research Assistant
> Regional Analysis Laboratory
> Department of Geography
> San Diego State University
> 5500 Campanile Drive
> San Diego, CA 92182-4493
> 619-594-8032
> 619-594-4938 (FAX)
> <email address hidden>
>
> Secrecy, being an instrument of conspiracy, ought never to be the
> system of a regular government.
> - Jeremy Bentham, jurist and philosopher (1748-1832)
>
> --
> gvim crashes opening a .tex file
> https://launchpad.net/bugs/92146
>

Revision history for this message
Phil Stephens (phil-stphns) wrote :

I installed vim-full and now it works perfectly. tHanks for your help.

On 4/1/07, yigal.weinstein <email address hidden> wrote:
> This is strange. If you have a reasonably fast internet connection please
> install vim-full and tell me if you get the same error. I have heard that
> vim-full is a dependency for this program even though it is unlisted.
>
> if you would please upload your vimrc file - the one you are using now even
> though you deleted it.
>
> On 4/1/07, Phil Stephens <email address hidden> wrote:
> >
> > On 4/1/07, yigal.weinstein <email address hidden> wrote:
> > >
> > > I do not have this error and I am using vim-latexsuite. What vim
> > related
> > > programs do you have installed, i.e, what is the output,
> > > aptitude search ~dvim | grep '^i' ?
> >
> >
> > :~$ aptitude search ~dvim | grep '^i'
> > i bicyclerepair - A refactoring tool for
> > python
> > i vim-common - Vi IMproved - Common
> > files
> > i vim-gnome - Vi IMproved - enhanced vi editor -
> > with GN
> > i vim-gui-common - Vi IMproved - Common GUI
> > files
> > i vim-latexsuite - View, edit and compile LaTeX
> > documents
> > fro
> > i vim-python - Vi IMproved - enhanced vi editor -
> > with Py
> > i vim-runtime - Vi IMproved - Runtime
> > files
> > i vim-tiny - Vi IMproved - enhanced vi editor -
> > compact
> >
> > --
> > > gvim crashes opening a .tex file
> > > https://launchpad.net/bugs/92146
> > >
> >
> >
> > --
> > Philip A. Stephens
> >
> > Research Assistant
> > Regional Analysis Laboratory
> > Department of Geography
> > San Diego State University
> > 5500 Campanile Drive
> > San Diego, CA 92182-4493
> > 619-594-8032
> > 619-594-4938 (FAX)
> > <email address hidden>
> >
> > Secrecy, being an instrument of conspiracy, ought never to be the
> > system of a regular government.
> > - Jeremy Bentham, jurist and philosopher (1748-1832)
> >
> > --
> > gvim crashes opening a .tex file
> > https://launchpad.net/bugs/92146
> >
>
> --
> gvim crashes opening a .tex file
> https://launchpad.net/bugs/92146
>

--
Philip Stephens
http://regionalanalysislab.org
Department of Geography
San Diego State University

Revision history for this message
William Grant (wgrant) wrote :

vim-latexsuite depends on vim-full... As you're using an unpackaged version, we can't do anything about this.

Changed in vim-latexsuite:
status: Unconfirmed → Rejected
Revision history for this message
Phil Stephens (phil-stphns) wrote :

On Tue, Apr 03, 2007 at 11:11:13AM -0000, William Grant wrote:
> vim-latexsuite depends on vim-full... As you're using an unpackaged
> version, we can't do anything about this.
>
> ** Changed in: vim-latexsuite (Ubuntu)
> Status: Unconfirmed => Rejected
>
I installed vim-full and it now works perfectly.
> --
> gvim crashes opening a .tex file
> https://bugs.launchpad.net/bugs/92146
> You received this bug notification because you are a direct subscriber
> of the bug.

--
Philip Stephens

Revision history for this message
Yigal Weinstein (yigal) wrote :

I am tired of Linux and am moving to BSD but I am glad that I was able to
help you.

On 4/3/07, Phil Stephens <email address hidden> wrote:
>
> On Tue, Apr 03, 2007 at 11:11:13AM -0000, William Grant wrote:
> > vim-latexsuite depends on vim-full... As you're using an unpackaged
> > version, we can't do anything about this.
> >
> > ** Changed in: vim-latexsuite (Ubuntu)
> > Status: Unconfirmed => Rejected
> >
> I installed vim-full and it now works perfectly.
> > --
> > gvim crashes opening a .tex file
> > https://bugs.launchpad.net/bugs/92146
> > You received this bug notification because you are a direct subscriber
> > of the bug.
>
> --
> Philip Stephens
>
> --
> gvim crashes opening a .tex file
> https://bugs.launchpad.net/bugs/92146
> You received this bug notification because you are a direct subscriber
> of the bug.
>

Revision history for this message
Phil Stephens (phil-stphns) wrote :

On Wed, Apr 04, 2007 at 05:08:26AM -0000, yigal.weinstein wrote:
> I am tired of Linux and am moving to BSD but I am glad that I was able to
> help you.
I appreciate you sticking with this problem. For instance, I got an
email from another person yesterday addressing the original issue, who
advised me that since I was not using official packages, there would be
no support. I guess he/she was from Ubuntu.

I use several OS X Tiger machines at work and a laptop of my own. And I
have to say that what I love about Debian is the package repositories.
Fink is okay, but not nearly as graceful as apt. However, I am
interested to know why you are choosing BSD? How much different is
Darwin from BSD? Of course, only answer this if/when you have time.

thanks again.

>
> On 4/3/07, Phil Stephens <email address hidden> wrote:
> >
> > On Tue, Apr 03, 2007 at 11:11:13AM -0000, William Grant wrote:
> > > vim-latexsuite depends on vim-full... As you're using an unpackaged
> > > version, we can't do anything about this.
> > >
> > > ** Changed in: vim-latexsuite (Ubuntu)
> > > Status: Unconfirmed => Rejected
> > >
> > I installed vim-full and it now works perfectly.
> > > --
> > > gvim crashes opening a .tex file
> > > https://bugs.launchpad.net/bugs/92146
> > > You received this bug notification because you are a direct subscriber
> > > of the bug.
> >
> > --
> > Philip Stephens
> >
> > --
> > gvim crashes opening a .tex file
> > https://bugs.launchpad.net/bugs/92146
> > You received this bug notification because you are a direct subscriber
> > of the bug.
> >
>
> --
> gvim crashes opening a .tex file
> https://bugs.launchpad.net/bugs/92146
> You received this bug notification because you are a direct subscriber
> of the bug.

--
Philip Stephens

Revision history for this message
Yigal Weinstein (yigal) wrote :

This is way off topic but for all those reading. Everything is hype. BSD is fine but after spending 36 hours up trying to install a BSD system for my father I decided that debian/ubuntu is my system. It might not be perfect but neither am I.

Revision history for this message
keflavich (keflavich) wrote :

I just wanted to say thanks, I was experiencing the same problem and didn't realize until reading this bug report that I had not installed vim-full. Are the dependencies in the package set correctly? I don't know whether I installed vim from .deb or source, so I can't say whether the mistake was my fault or in the dependencies.

Revision history for this message
Phil Stephens (phil-stphns) wrote :

On May 8, 2007, at 7:25 AM, keflavich wrote:

> I just wanted to say thanks, I was experiencing the same problem and
> didn't realize until reading this bug report that I had not installed
> vim-full. Are the dependencies in the package set correctly?

I assume the dependencies are set incorrectly for vim-latexsuite. I
most likely installed the binaries. (99%) Thanks for writing.

Have a nice day.

> I don't
> know whether I installed vim from .deb or source, so I can't say
> whether
> the mistake was my fault or in the dependencies.
>
> --
> gvim crashes opening a .tex file
> https://bugs.launchpad.net/bugs/92146
> You received this bug notification because you are a direct subscriber
> of the bug.

Philip Stephens
http://regionalanalysislab.org
Dept. of Geography
San Diego State University
619-594-8032

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.