[Bug 673680] Re: vim hangs loading 100%

2010-12-01 Thread James Vega
Vim will remember the cursor position as long as ~/.viminfo is writable
by your user.  The ' setting in your 'viminfo' option is limiting Vim to
only remember marks for the last 10 files, though.

-- 
vim hangs loading 100% 
https://bugs.launchpad.net/bugs/673680
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 667235] Re: vim (not vi) runs in compatible mode by default

2010-11-12 Thread James Vega
Your stated bug #1 is not a bug.  The vi name is managed by the
alternatives system.  Packages with more functionality have a higher
priority in the alternatives system.  As such, installing the vim
package installs a higher priority alternative for the vi name.  If you
want to use the vi binary from the vim-tiny package, then you can
configure that by using the update-alternatives command.

The sole reason that vim-tiny's vi binary runs in compatible mode is
because the binary is providing the expected vi that should be part of
any base install of a unix system.  This is the same reason that vim-
tiny does not provide a binary that provides the vim name.  By the
sysadmin installing one of the other packages, they're no longer working
with a base install and have expressed a desire to work with a more
featureful Vim package.

As far as your attempt at returning vi's behavior to that of vim-tiny,
it is working under incorrect assumptions.  Debian (and therefore
Ubuntu's) packaging is what causes Vim to run in nocompatible mode by
default.  This is an intentional deviation from upstream which you
eliminate by removing the system-wide configuration files.  If you want
vi to always follow vim-tiny's behavior, then you can change
/etc/vim/vimrc to set compatible when v:progname is vi.

Also, your attempt at recovering the behavior after removing the system-
wide configuration files is flawed.  By simply removing the packages
(not purging them), you haven't done anything that affects the
conffiles.  A package's conffiles are only removed/forgotten by dpkg
when you purge a package, not when you remove it.  As such, reinstalling
the removed packages has no effect on the conffiles you removed by hand.
You, as the system administrator, took a specific action of removing the
conffiles so dpkg is honoring your action.  If you had purged the
packages, then dpkg forgets its knowledge about the conffiles and a
later reinstall will re-add the standard conffiles.

-- 
vim (not vi) runs in compatible mode by default
https://bugs.launchpad.net/bugs/667235
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 673680] Re: vim hangs loading 100%

2010-11-12 Thread James Vega
If you could confirm whether this happens when starting Vim in the
following ways, that should help narrow down whether this is a bug in
Vim or some script that is loaded.

1) vim -u NONE -N testfile
2) vim -u NORC -N testfile
3) vim --noplugin -N testfile
4) vim -u /etc/vim/vimrc -N testfile

Also, attaching the problematic file (or another one that exhibits the
same behavior if the original has sensitive information) would help
attempts to reproduce the problem.

-- 
vim hangs loading 100% 
https://bugs.launchpad.net/bugs/673680
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 494124] Re: Bug with vim's syntax highlighting in perl

2010-05-20 Thread James Vega
** Bug watch added: Debian Bug tracker #561080
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561080

** Also affects: vim (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561080
   Importance: Unknown
   Status: Unknown

-- 
Bug with vim's syntax highlighting in perl
https://bugs.launchpad.net/bugs/494124
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 555953] Re: unable to apply AMR code patch

2010-05-20 Thread James Vega
This is a general user support question, not a bug.  I would suggest
asking your question in the Absolute Beginner Talk section of
http://www.ubuntuforums.org/

** Package changed: vim (Ubuntu) = ubuntu

** Changed in: ubuntu
   Status: New = Invalid

-- 
unable to apply AMR code patch
https://bugs.launchpad.net/bugs/555953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183760] Re: Changing font size in a maximized window doesn't recalculate usable area

2010-05-20 Thread James Vega
This bug was fixed in version 2:7.2.284-1 of the Debian package, which
was merged to Ubuntu in 2:7.2.330-1ubuntu1.  This is available in Lucid
(10.04).

** Changed in: vim (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Changing font size in a maximized window doesn't recalculate usable area
https://bugs.launchpad.net/bugs/183760
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 517019] Re: vim crontab syntax highlighting should treat day/month names case insensitively

2010-05-19 Thread James Vega
** Bug watch added: Debian Bug tracker #568378
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568378

** Also affects: vim (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568378
   Importance: Unknown
   Status: Unknown

-- 
vim crontab syntax highlighting should treat day/month names case insensitively
https://bugs.launchpad.net/bugs/517019
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 420623] Re: vim syntax highlighting incorrect for sh script expression evaluation

2010-05-07 Thread James Vega
The default sh syntax highlighting is based on the Bourne shell, which
doesn't understand $(()).  If you're going to be writing POSIX sh
scripts, then you want to add let g:is_posix=1 in your ~/.vimrc as is
described at :help ft-sh-syntax.

** Changed in: vim (Ubuntu)
   Status: New = Invalid

-- 
vim syntax highlighting incorrect for sh script expression evaluation
https://bugs.launchpad.net/bugs/420623
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 322023] Re: External command are broken in gvim started from menu

2010-05-07 Thread James Vega
This is fixed by upstream patch 7.2.097.  The Vim packages in Karmic and
later include this patch.

** Changed in: vim (Ubuntu)
   Status: New = Fix Released

-- 
External command are broken in gvim started from menu
https://bugs.launchpad.net/bugs/322023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 128494] Re: can't open files larger than 2gb

2010-05-07 Thread James Vega
Upstream patch 7.2.413 adds largefile support.  Some of the Vim packages
(those which support scripting via Perl) already have this transitively
via libperl's CFLAGS.  I'll be uploading a new Vim package to Debian
with patch 7.2.413 soon.

-- 
can't open files larger than 2gb
https://bugs.launchpad.net/bugs/128494
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 316772] Re: No completion in vim by using the -u option

2010-05-05 Thread James Vega
When you start Vim normally, the system-wide vimrc is sourced, which
sources $VIMRUNTIME/debian.vim, which calls set nocompatible.  When
the 'nocompatible' option is set, that tells Vim to set the 'wildchar'
option to Tab instead of the default of C-e.  If you want the
same behavior when you use the -u flag then use the -N flag as well (to
start vim in 'nocompatible' mode).

** Changed in: vim (Ubuntu)
   Status: New = Invalid

-- 
No completion in vim by using the -u option
https://bugs.launchpad.net/bugs/316772
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 295593] Re: VIM don't refresh the content correctly

2010-05-05 Thread James Vega
*** This bug is a duplicate of bug 269904 ***
https://bugs.launchpad.net/bugs/269904

** This bug has been marked a duplicate of bug 269904
   Screen refresh problems with nvidia on intrepid

-- 
VIM don't refresh the content correctly
https://bugs.launchpad.net/bugs/295593
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 322023] Re: External command are broken in gvim started from menu

2010-05-05 Thread James Vega
The -f option is required to allow programs to invoke gvim and wait for
the user to exit gvim, as you can see from
http://bugs.debian.org/329292.  Without the -f, gvim immediately
forks, thus returning control back to whatever process spawned it.
There are many other ways to start programs other than via Vim's :!
command.  There are not many other ways to allow programs to spawn gvim
and wait for the user to exit, thus why the decision was made to use the
-f option.

** Bug watch added: Debian Bug tracker #329292
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329292

-- 
External command are broken in gvim started from menu
https://bugs.launchpad.net/bugs/322023
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 474664] Re: gvim uses a feature-limited file open dialog in gnome

2010-05-05 Thread James Vega
*** This bug is a duplicate of bug 365860 ***
https://bugs.launchpad.net/bugs/365860

** This bug has been marked a duplicate of bug 365860
   File chooser in gvim replaced by old-style bookmarkless file selector

-- 
gvim uses a feature-limited file open dialog in gnome
https://bugs.launchpad.net/bugs/474664
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 491615] Re: Using arrow keys in vim-tiny while in Insert mode introduces A, B, C, D into text

2010-04-13 Thread James Vega
Anatoly, Vim runs in 'compatible' mode by default.  This isn't specific
to vim-tiny.  The way that you change this is by creating a ~/.vimrc
file.  The mere presence of this file tells Vim that you know you're
using something other than vi and it changes the option to
'incompatible', allowing you to use arrow keys in insert mode.

The difference with vim-tiny is that it is solely targeted at base
installs (which are typically run by sysadmins as they're setting up the
system).  Because of this, we only install the binary under the name vi,
not vim.  Also, we ensure that it runs in 'compatible' mode.

-- 
Using arrow keys in vim-tiny while in Insert mode introduces A,B,C,D into text
https://bugs.launchpad.net/bugs/491615
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 179563] Re: uscan: option --user-agent doesn't work properly

2010-03-23 Thread James Vega
As discussed, this was an error in the watch file.  The regex is used in
an anchored match against the entire href for HTTP sites, so it needs to
be formed to account for this.

** Changed in: devscripts (Ubuntu)
   Status: Confirmed = Invalid

-- 
uscan: option --user-agent doesn't work properly
https://bugs.launchpad.net/bugs/179563
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 368563] Re: debcommit fails when -r and -c are used together.

2010-03-23 Thread James Vega
This bug is fixed in the latest development version of Ubuntu - Lucid
Lynx.

** Changed in: devscripts (Ubuntu)
   Status: New = Fix Released

-- 
debcommit fails when -r and -c are used together.
https://bugs.launchpad.net/bugs/368563
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 524674] Re: cmake.vim syntax is out of date

2010-03-23 Thread James Vega
** Bug watch added: Debian Bug tracker #538280
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538280

** Also affects: vim (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538280
   Importance: Unknown
   Status: Unknown

-- 
cmake.vim syntax is out of date
https://bugs.launchpad.net/bugs/524674
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 522666] Re: runtimepath lets system settings override user settings

2010-03-23 Thread James Vega
The order of directories in 'runtimepath' is intentional and follows the
way that Vim upstream orders the directories.  The only difference is
that the /var/lib/vim/addons{,/after} directories are inserted.

Using the after/ directories isn't a workaround.  The entire reason they
exist is so the system-wide settings can be overridden by users.  I'm
not sure what you mean by many vim filetype plugins do not come with
after/ hooks.  Just create a new file in ~/.vim/after/ftplugin/ that
matches the ftplugin's name in the non-after directory and it will get
sourced.

-- 
runtimepath lets system settings override user settings
https://bugs.launchpad.net/bugs/522666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 491615] Re: Using arrow keys in vim-tiny while in Insert mode introduces A, B, C, D into text

2010-03-23 Thread James Vega
Closing the bug as it is user error.  vim-tiny defaults to running with
the 'compatible' option set.  Using :set nocompatible or :set
esckeys will restore the expected behavior.

** Changed in: vim (Ubuntu)
   Status: New = Invalid

-- 
Using arrow keys in vim-tiny while in Insert mode introduces A,B,C,D into text
https://bugs.launchpad.net/bugs/491615
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191923] Re: DEBEMAIL confusion when using dch -e and vim

2010-03-18 Thread James Vega
In general, debchange doesn't update the original changelog unless your
explicitly save the temporary file that you are presented with for
editing.  Unless I'm misunderstanding the description, this seems like
expected behavior.

-- 
DEBEMAIL confusion when using dch -e and vim
https://bugs.launchpad.net/bugs/191923
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191845] Re: does not map to Unicode

2010-03-18 Thread James Vega
debian/changelog files are required to be utf8-encoded.  The line
causing the error contains a latin1 o-umlaut and as such the error seems
appropriate.

-- 
does not map to Unicode
https://bugs.launchpad.net/bugs/191845
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 529935] Re: rmadison crashed with OperationalError; database projectb does not exist

2010-03-18 Thread James Vega
This is a transient error that occurs during dinstall runs.  The
database is temporarily removed and then rebuilt.  There is nothing the
rmadison script can do about this as the error is occurring on Debian's
server, not in devscripts' rmadison script.

-- 
rmadison crashed with OperationalError; database projectb does not exist
https://bugs.launchpad.net/bugs/529935
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 327374] Re: Unicode problem in dch

2010-03-18 Thread James Vega
** Bug watch added: Debian Bug tracker #542484
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542484

** Also affects: devscripts (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542484
   Importance: Unknown
   Status: Unknown

-- 
Unicode problem in dch
https://bugs.launchpad.net/bugs/327374
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 184719] Re: vim uses ./$TMPDIR (literally, not expanded) as temporary directory

2010-01-15 Thread James Vega
Your second point, about Vim hanging trying to create temporary
directories, is fixed as of patch 7.2.294 and will be available once
2:7.2.330-1 is synced from Debian.

-- 
vim uses ./$TMPDIR (literally, not expanded) as temporary directory
https://bugs.launchpad.net/bugs/184719
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183760] Re: Changing font size in a maximized window doesn't recalculate usable area

2009-07-29 Thread James Vega
** Bug watch added: Debian Bug tracker #466088
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466088

** Also affects: vim (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466088
   Importance: Unknown
   Status: Unknown

-- 
Changing font size in a maximized window doesn't recalculate usable area
https://bugs.launchpad.net/bugs/183760
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 234780] Re: vim-runtime should depend on vim

2009-07-29 Thread James Vega
Right, because :let is a command that requires +eval which vim-tiny
doesn't have.  Vim will always recognize if 1, so you can put anything
that requires +eval inside an if 1 block and it will be properly
guarded.

I'm curious why you're sourcing $VIMRUNTIME/syntax/syntax.vim instead of
just calling syntax on.

-- 
vim-runtime should depend on vim
https://bugs.launchpad.net/bugs/234780
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 255847] Re: vimtutor does not load the tutor file correctly if vim-gnome is not installed

2009-07-29 Thread James Vega
This problem is happening because the users only have vim-tiny installed
and manually installed vim-runtime instead of installing a more
featureful vim package (vim, vim-nox, vim-gtk, vim-gnome) which will
automatically pull in vim-runtime.

Ideally users won't run into this as much once they upgrade to a
2:7.2.049-1 or later since that removes the vim alternative from vim-
tiny, thus making it more likely they'll install one of the other vim
packages (and hopefully removing a lot of confusion about how vim
behaves when only vim-tiny is installed).

-- 
vimtutor does not load the tutor file correctly if vim-gnome is not installed
https://bugs.launchpad.net/bugs/255847
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367841] Re: vim cannot find installed spell files

2009-07-29 Thread James Vega
Marking as invalid as per reporter's comment.

** Changed in: vim (Ubuntu)
   Status: New = Invalid

-- 
vim cannot find installed spell files
https://bugs.launchpad.net/bugs/367841
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 333843] Re: vim should depend on libgail18

2009-07-29 Thread James Vega
Jonas, simply doing apt-get install vim when vim-gnome is installed
isn't going to change the binary that is used for the vim alternative.
Steffen was still using vim-gnome until he changed the alternative to
not use it.  Therefore, this bug is still invalid as explained by Colin.

** Changed in: vim (Ubuntu)
   Status: New = Invalid

-- 
vim should depend on libgail18
https://bugs.launchpad.net/bugs/333843
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 137854] Re: vim-gnome window does not resize correctly when opening the 1st tab

2009-07-29 Thread James Vega
** Bug watch added: Debian Bug tracker #379612
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379612

** Also affects: vim (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379612
   Importance: Unknown
   Status: Unknown

-- 
vim-gnome window does not resize correctly when opening the 1st tab
https://bugs.launchpad.net/bugs/137854
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 392086] Re: [karmic] vim-7.2.148-2ubuntu2 - broken regexp in debchangelog.vim

2009-07-08 Thread James Vega
** Bug watch added: Debian Bug tracker #532027
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532027

** Also affects: vim (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532027
   Importance: Unknown
   Status: Unknown

-- 
[karmic] vim-7.2.148-2ubuntu2 - broken regexp in debchangelog.vim
https://bugs.launchpad.net/bugs/392086
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 335966] Re: Tab-complete returns ^I instead of file path

2009-07-08 Thread James Vega
This behavior is intentional.  You should use :e to open files.  :o
only exists to appease POSIX compliance as a vi-clone.  If you are
getting the ^I character when tab-completing :e or :w, then you
have the 'compatible' option set or the 'wildchar' option is not set to
Tab.

** Changed in: vim (Ubuntu)
   Status: Incomplete = Invalid

-- 
Tab-complete returns ^I instead of file path
https://bugs.launchpad.net/bugs/335966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63172] Re: Better vimrc default

2009-06-22 Thread James Vega
Enabling syntax highlighting runs afoul of the same problem that caused
me to stop enabling filetype plugins by default in the Debian package.
It causes Vim to source various script from its runtimepath.  This
cannot be undone by the user and therefore makes the user unable to make
certain configuration changes that must occur before those files are
sourced.

-- 
Better vimrc default
https://bugs.launchpad.net/bugs/63172
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 234780] Re: vim-runtime should depend on vim

2009-06-22 Thread James Vega
You could also write your vimrc so it is robust to different feature
levels built into Vim.  vim-runtime is a data package which may be
interesting to people independent of using it with Vim.  There's no
reason that it should have a hard dependency on one of the more
featureful vim binary packages.

-- 
vim-runtime should depend on vim
https://bugs.launchpad.net/bugs/234780
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 235439] Re: supybot suffers Python Exception when help on Factoids is requested

2009-05-25 Thread James Vega
You're running your own Supybot setup.  This error is from the recent
upstream release 0.83.4, not the packaged version of Supybot.

** Changed in: supybot (Ubuntu)
   Status: New = Invalid

-- 
supybot suffers Python Exception when help on Factoids is requested
https://bugs.launchpad.net/bugs/235439
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 235439] Re: supybot suffers Python Exception when help on Factoids is requested

2009-05-25 Thread James Vega
Hmm, that doesn't actually seem to be the case. I missed the reported by
date initially.  This is a different bug that affected Factoids which is
fixed in the recent 0.83.4 release. :)

** Changed in: supybot (Ubuntu)
   Status: Invalid = New

-- 
supybot suffers Python Exception when help on Factoids is requested
https://bugs.launchpad.net/bugs/235439
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 235500] Re: supybot parses regular expressions crudely and incorrectly for String plugin's re command

2009-03-10 Thread James Vega
This is now fixed upstream and will be included in 0.83.4.  Thanks for
the bug report.

-- 
supybot parses regular expressions crudely and incorrectly for String plugin's 
re command
https://bugs.launchpad.net/bugs/235500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315322] Re: gtkam crashes if you change folders while it is busy loading thumbnails

2009-02-05 Thread James Vega
** Bug watch added: Debian Bug tracker #471331
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471331

** Also affects: gtkam (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471331
   Importance: Unknown
   Status: Unknown

-- 
gtkam crashes if you change folders while it is busy loading thumbnails
https://bugs.launchpad.net/bugs/315322
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 315322] Re: gtkam crashes if you change folders while it is busy loading thumbnails

2009-02-05 Thread James Vega
** Bug watch added: SourceForge.net Tracker #2146042
   http://sourceforge.net/support/tracker.php?aid=2146042

** Also affects: gtkam via
   http://sourceforge.net/support/tracker.php?aid=2146042
   Importance: Unknown
   Status: Unknown

-- 
gtkam crashes if you change folders while it is busy loading thumbnails
https://bugs.launchpad.net/bugs/315322
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 11899] Re: Cannot recover unsaved email after system crash

2009-01-27 Thread James Vega
If you don't want Vim saving the swapfile in the same directory as the
file being edited, then configure it not to.  For example, I have the
~/.vim/tmp as the first directory Vim tries to store swapfiles in by
adding the following line to my ~/.vimrc:

  set directory^=~/.vim/tmp   Prepend ~/.vim/tmp to the list of
directories used

Or you could simply set directory to a specific directory you always
want Vim to use.

You could also set mutt's tmpdir to be something other than /tmp (like
~/tmp).

I don't see how you not configuring mutt or Vim to behave how you want
is a bug in either application.

-- 
Cannot recover unsaved email after system crash
https://bugs.launchpad.net/bugs/11899
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 182132] Re: Cannot set fish as default shell

2008-09-26 Thread James Vega
The user is referring to documentation on the upstream website.  This is
not a bug in the fish package.

** Changed in: fish (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: fish (Ubuntu)
 Assignee: James Vega (jamessan) = (unassigned)

-- 
Cannot set fish as default shell
https://bugs.launchpad.net/bugs/182132
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 212494] Re: mrxvt breaks vim

2008-07-29 Thread James Vega
** Bug watch added: Debian Bug tracker #466789
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466789

** Also affects: vim (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466789
   Importance: Unknown
   Status: Unknown

-- 
mrxvt breaks vim
https://bugs.launchpad.net/bugs/212494
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 210032] Re: vim starts in change mode when opening file

2008-07-29 Thread James Vega
*** This bug is a duplicate of bug 212494 ***
https://bugs.launchpad.net/bugs/212494

** This bug has been marked a duplicate of bug 212494
   mrxvt breaks vim

-- 
vim starts in change mode when opening file
https://bugs.launchpad.net/bugs/210032
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 215374] Re: Vim crash when trying to expand a path

2008-07-29 Thread James Vega
*** This bug is a duplicate of bug 219546 ***
https://bugs.launchpad.net/bugs/219546

** This bug has been marked a duplicate of bug 219546
   vim crashed using rails.vim on Hardy

-- 
Vim crash when trying to expand a path
https://bugs.launchpad.net/bugs/215374
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68960] Re: Vim locks up while editing a specific file (file attached)

2008-07-29 Thread James Vega
** Bug watch added: Debian Bug tracker #400771
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400771

** Also affects: vim (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400771
   Importance: Unknown
   Status: Unknown

-- 
Vim locks up while editing a specific file (file attached)
https://bugs.launchpad.net/bugs/68960
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 125247] Re: Apache config files in /etc/apache2/sites-available and /etc/apache2/sites-enabled do not alwyas have proper syntax highlighting

2008-07-15 Thread James Vega
** Bug watch added: Debian Bug tracker #421312
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=421312

** Also affects: vim (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=421312
   Importance: Unknown
   Status: Unknown

-- 
Apache config files in /etc/apache2/sites-available and 
/etc/apache2/sites-enabled do not alwyas have proper syntax highlighting
https://bugs.launchpad.net/bugs/125247
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 248713] [NEW] Unnecessary divergence from Debian

2008-07-15 Thread James Vega
Public bug reported:

Binary package hint: vim

The Ubuntu patch to the vim packaging contains a few diversions from Debian 
that are unneeded.
1) set textwidth=0 in debian/runtime/debian.vim.in since that is Vim's default
2) set nobackup in debian/runtime/debian.vim.in since that is Vim's default
3) Adding NoDisplay=true to debian/gvim.desktop is no longer required (as 
stated 3 years ago at 
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/13409/comments/4), and would 
address a couple of long-standing bugs -- #3222, #50576.
4) set viminfo='20,\50 in debian/runtime/debian.vim.in.  This one is more 
questionable but I feel that the difference between this value and Vim's 
default is not worth the divergence between Ubuntu and Debian.  Vim's default 
is '20,50,s10,h.  The first two settings of the option are exactly what is 
already declared in Ubuntu ('\50' is the equivalent to '50', just using old 
syntax).

The 'h' setting disables effect of the 'hlsearch' option when Vim starts
-- i.e., it won't cause the stored search term from a previous Vim
session to be highlighted upon starting a new Vim session.  The user
will have to perform a new search first.  Keeping 'h' seems to fall
under the principle of least surprise.

The 's10' setting limits individual items stored in the viminfo file to
10 Kbyte.  When the 's' setting isn't given, then Vim saves the entire
register instead of the given number of Kbytes.  Which behavior is
preferred is debatable, but creating a diversion for it seems like more
work than it's worth.

N.B., I decided to open a bug about this since I wasn't able to find any
useful details about communicating with my Ubuntu counterpart(s) aside
from just emailing the most recent uploader.

** Affects: vim (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Unnecessary divergence from Debian
https://bugs.launchpad.net/bugs/248713
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151791] Re: Backups (recover) disabled by default: no backups

2008-07-02 Thread James Vega
There are various modes that Vim uses for backups.  By default (set
nobackup, set writebackup), a backup file is created just before
saving and if the save is successful it is deleted.  You can see a full
explanation of the different backup behavior at :help backup-table.
You may also be interested in the 'backupdir' option in order to
configure where Vim stores the backup files.

Backups are completely independent of the :recover command, though.
That command is used to restore from a swap file, which would exist if
Vim crashed while you were in the middle of editing or you lost power or
something drastic along those lines.

So, in Vim's default configuration it does create both backup and swap
files, but only temporally -- they're deleted as soon as they're not
needed.  This prevents littering the system with many extraneous files
while still providing safeguards.  That is the proper default behavior
IMO and if you want different behavior, then you can configure Vim to
behave differently.

-- 
Backups (recover) disabled by default: no backups
https://bugs.launchpad.net/bugs/151791
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 227808] Re: file permissions destroyed by vim/gvfs/fuse

2008-05-22 Thread James Vega
If you're still seeing this problem with :set backupcopy=yes, then I'd
definitely push the bug to gvfs/fuse.  Even if that still exhibits the
behavior, I'd be inclined to think this is a bug in gvfs/fuse.  Yes,
Vim's behavior is not the same as other editors but that doesn't make it
wrong.  A properly functioning filesystem should be able to give Vim
enough information that it can replicate the permissions of the original
file.

-- 
file permissions destroyed by vim/gvfs/fuse
https://bugs.launchpad.net/bugs/227808
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 110972] Re: :help does not work

2008-05-08 Thread James Vega
The packaging problem which caused the help to be inaccessible was fixed
in Gutsy.

** Bug watch added: Debian Bug tracker #464393
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464393

** Also affects: vim (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464393
   Importance: Unknown
   Status: Unknown

** Changed in: vim (Ubuntu)
   Status: Confirmed = Fix Released

-- 
:help does not work
https://bugs.launchpad.net/bugs/110972
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219546] Re: vim crashed using rails.vim on Hardy

2008-05-06 Thread James Vega
This is fixed by upstream's 7.1.147 patch.

-- 
vim crashed using rails.vim on Hardy
https://bugs.launchpad.net/bugs/219546
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 182132] Re: Cannot set fish as default shell

2008-01-11 Thread James Vega
If you chsh to accept a shell you're installing from source, you need to
modify /etc/shells to accept the path to that shell as a valid shell.
It is not the job of the fish package to support independent installs
from source.

** Changed in: fish (Ubuntu)
 Assignee: (unassigned) = James Vega (jamessan)
   Status: New = Invalid

-- 
Cannot set fish as default shell
https://bugs.launchpad.net/bugs/182132
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 182132] Re: Cannot set fish as default shell

2008-01-11 Thread James Vega
The Ubuntu package does not install the shell into /usr/local/bin so
either you (or someone else) installed fish from source to
/usr/local/bin or your are giving the wrong path to chsh.  If it is the
latter, then you should be telling chsh to use /usr/bin/fish.

-- 
Cannot set fish as default shell
https://bugs.launchpad.net/bugs/182132
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 71677] Re: output of time badly formatted in fish

2007-12-13 Thread James Vega
When running time in Bash, you're running Bash's builtin version of the
command.  You can see this by running the command type time from Bash.
When you run the time command in fish, you are running the actual
standalone binary /usr/bin/time since fish does not have a builtin time
command.

** Changed in: fish (Ubuntu)
 Assignee: (unassigned) = James Vega (jamessan)
   Status: Incomplete = Invalid

-- 
output of time badly formatted in fish
https://bugs.launchpad.net/bugs/71677
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs