Your message dated Fri, 12 Oct 2007 23:29:07 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#441315: has not been fixed completely
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: vim-runtime
Version: 1:7.1-056+2
Severity: normal
To reproduce the bug
$export EDITOR=gvim; echo $EDITOR
gvim
# download the source of any package and cd into it
$apt-get source guile-1.8
$cd guile-1.8-1.8.2+1/
# now execute dch --nmu to write a changelog
$dch --nmu
then gvim gives the following errors
"debian/changelog.dch" [New File]
Error detected while processing /usr/share/vim/vim71/ftplugin/debchangelog.vim
line 282:
E490: No fold found
the "dch --nmu" command works fine if the EDITOR variable is set to vim.
The problem arises only when EDITOR variable is set to gvim.
BTW, how does one capture this kind of error? The error stays on the vim
window only for couple of seconds. I had to execute "dch --nmu" several
times to write down the complete error message.
thanks
raju
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
vim-runtime depends on no packages.
Versions of packages vim-runtime recommends:
ii vim 1:7.1-056+2 Vi IMproved - enhanced vi editor
ii vim-gtk 1:7.1-056+2 Vi IMproved - enhanced vi editor -
ii vim-tiny 1:7.1-056+2 Vi IMproved - enhanced vi editor -
-- no debconf information
--- End Message ---
--- Begin Message ---
notfound 441315 1:7.1-135+1
thanks
On Fri, Oct 12, 2007 at 11:06:51PM -0400, Kamaraju Kusumanchi wrote:
> The fix applied does not solve the issue with gvim. Now when I repeat
> the same instructions as given in my first email using gvim as the
> EDITOR, I get the following error.
>
> $dch --nmu
> dch: debian/changelog unmodified; exiting.
As I mentioned in a previous email, this is because you don't have
"set guioptions+=f" in your rc file. By default, gvim forks when
started which returns control to dch and causes dch to check the file it
copied away for editing. Since you haven't done anything yet, the file
isn't modified.
James
--
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>
signature.asc
Description: Digital signature
--- End Message ---