Your message dated Sun, 10 Sep 2006 10:18:43 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#386729: /etc/vim/vimrc is no longer used
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
Version: 1:7.0-035+1

$ strace -e trace=file -o foo vi debian/changelog 
$ grep /etc.*vim foo
stat64("/etc/vim/vimrc.local", 0xbfa9fe80) = -1 ENOENT (No such file or 
directory)
open("/etc/vim/vimrc.local", O_RDONLY)  = -1 ENOENT (No such file or directory)

It's rather disconcerting to be editing vimrc to turn off

THE FUCKING ANNOYING AUTOMATIC FOLDING APPLIED TO DEBIAN CHANGELOG FILES

and find that it doesn't work.  Not that it works if you put

set foldmethod=marker

in .vimrc either.  But it works great if you type :set foldmethod=marker
once you've been exposed to all the crappy foldedness in the file.


--- End Message ---
--- Begin Message ---
On Sat, Sep 09, 2006 at 12:38:08PM -0600, Matthew Wilcox wrote:
> $ strace -e trace=file -o foo vi debian/changelog 
> $ grep /etc.*vim foo
> stat64("/etc/vim/vimrc.local", 0xbfa9fe80) = -1 ENOENT (No such file or 
> directory)
> open("/etc/vim/vimrc.local", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)

This does not prove anything.

  [EMAIL PROTECTED]:~$ strace vi &> log
  [EMAIL PROTECTED]:~$ grep /usr/share/vim/vimrc log
  stat64("/usr/share/vim/vimrc", {st_mode=S_IFREG|0644, st_size=2318, ...}) = 0
  open("/usr/share/vim/vimrc", O_RDONLY|O_LARGEFILE) = 6 
stat64("/usr/share/vim/vimrc", {st_mode=S_IFREG|0644, st_size=2318, ...}) = 0

and, guess what:

  [EMAIL PROTECTED]:~$ ls -al /usr/share/vim/vimrc
  lrwxrwxrwx 1 root root 14 2006-07-13 09:33 /usr/share/vim/vimrc -> 
/etc/vim/vimrc

> It's rather disconcerting to be editing vimrc to turn off
> 
> THE FUCKING ANNOYING AUTOMATIC FOLDING APPLIED TO DEBIAN CHANGELOG FILES

You know, is really a pleasure to process bug report like this one,
where the reporter is polite, willing to help, and informed about what's
going on.

JFYI the "FUCKING ANNOYING AUTOMATIC FOLDING" has been changed in the
vim version we are going to upload so that the first entry is unfolded
per default.

If you still think your /etc/vim/vimrc is not used please reopen the bug
report.

Cheers.

-- 
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. -!-

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to