Bug#368922: dhcp3-client: dhclient attempts to exec non-existent /etc/dhcp3/dhclient-script

2006-05-25 Thread jamessan
Package: dhcp3-client Version: 3.0.4-2 Severity: normal Since the upgrade to 3.0.4-2, I've been seeing the following logs: May 21 13:13:16 debil dhclient: execve (/etc/dhcp3/dhclient-script, ...): No such file or directory May 21 13:38:05 debil dhclient: execve (/etc/dhcp3/dhclient-script,

Bug#365202: jahshaka: Typo in short description

2006-04-28 Thread jamessan
Package: jahshaka Version: 1.9.9-3 Severity: minor There is a small typo (vieao) in the short description for jahshaka. James -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (499, 'experimental') Architecture: i386 (i686) Shell: /b

Bug#354922: mutt: Segfault after performing break-thread

2006-03-01 Thread jamessan
Package: mutt Version: 1.5.11+cvs20060126-1 Severity: normal I was initially seeing this segfault when attempting to break-thread on a reply to an email whose parent hadn't been received yet. After the break-thread, my view of the folder changed from the bottom of the list of emails to the top.

Bug#315041: please add upstream changelog

2005-06-20 Thread jamessan
On Mon, Jun 20, 2005 at 10:35:23AM +0200, Tomas Pospisek wrote: > The debian changelog reads "* New upstream releases.", but since there's > no upstream changelog included in the package one is left with his own > dreams... ;-) Previous to version 1.11.1, the changelog was included in the html doc

Bug#314280: fish: help seems to be broken because the manual is missing from /usr/share/doc/fish

2005-06-15 Thread jamessan
On Wed, Jun 15, 2005 at 09:11:45AM -0500, Wayne Scott wrote: > Typing 'help' doesn't seem to work because the file > /usr/share/doc/fish/index.html is missing most the files for the links. This looks like it may be a problem with the newer version of Doxygen (1.4.3) that was recently uploaded. I'

Bug#309928: vim-common: gzip files are uncompressed after :w

2005-05-20 Thread jamessan
tags 309928 fixed pending thanks On Sat, May 21, 2005 at 02:51:33AM +1200, Carlos Z.F. Liu wrote: > I have a text file with gzip compression. After I open it by vim, and > edit a bit, and ":w" it, vim show following error msg: > > Error detected while processing function 14_write: > line7: > E

Bug#308258: vim: 'set secure' isn't for own files; docs misleading.

2005-05-08 Thread jamessan
On Sun, May 08, 2005 at 09:07:44PM -0400, Adrian Irving-Beer wrote: > Taken from the help docs for the 'secure' option: > > [. . .] On Unix this option is only used if the ".vimrc" or > ".exrc" is not owned by you. This can be dangerous if the systems > allows users to do a "chown". Y

Bug#283194: vim-gnome: Problem with window resizing on font change

2005-05-08 Thread jamessan
> I start up gvim on a file, and I get a horrible gumby double-spaced > font (I can provide a screenshot if desired). The font is Sans 12. Did you specifically set 'guifont' to Sans 12 or are you just assuming that's what it is because that's what the font selector has selected when you open it?

Bug#239216: vim-gnome: gvim windows are not grouped in the taskbar

2005-05-07 Thread jamessan
tags 239216 + unreproducible moreinfo thanks > I often use many different gvim windows and I'm seeing my gnome > taskbar filled. Other programs as Mozilla Firebird get grouped, > instead. Are you still able to reproduce this? I've attempted with vim-gnome 6.3.071+1 and was unable. I'm tagging th

Bug#204373: My keyboard shortcut mapping stopped working

2005-03-31 Thread jamessan
tags 204373 + moreinfo unreproducible thanks > Version: 1:6.1-474+2 > > > I have these lines in my .vimrc: > > " Use Ctrl-J just like in pico or nano > nmap vipgq > nmap gq > > With those settings I was able to justify text with Ctrl-J just like in > pico or nano. But somehow that stopped

Bug#228738: irssi: '&' in /etc/passwd should be replaced with capitalized logname

2005-03-18 Thread jamessan
This was a problem with libglib1.2. irssi uses its g_get_real_name function to retrieve the name from /etc/passwd. Now that irssi is being built with libglib2.0, this bug should be fixed. James -- GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]> signature.asc Description: Dig

Bug#207286: vim: perl syntax highlightning: $#{arrayvar} is displayed as comment

2005-03-18 Thread jamessan
This is not a bug. As per the comments in $VIMRUNTIME/syntax/perl.vim, you need to "let perl_extended_vars = 1" to enable proper highlighting of complex variables. " If you *want* complex things like @{${"foo"}} to be processed, " just set the variable "perl_extended_vars"... James -- G

Bug#244400: vim: E527: Missing Comma error for viminfo % setting

2005-03-18 Thread jamessan
This isn't a bug. The % option for 'viminfo' does not accept an argument. It's a boolean. Only in vim7 can you specify a numeric argument for %. Help for the % argument: % When included, save and restore the buffer list. If Vim is started with a file name argument, the buffer lis

Bug#261596: vim: Yanking text and then pasting in Mozilla does not work

2005-03-18 Thread jamessan
This isn't a bug in either program. This behavior is because the yank you performed just placed the text in X's PRIMARY selection. This is used for visual selections. If you want the text to be in X's CLIPBOARD (so you can use an application's "paste" operation), you should yank the text into th