Bug#406541: vim-vimoutliner: overly-generic function names

2007-01-11 Thread Bryan Richter
Package: vim-vimoutliner Version: 0.3.4-7 Severity: normal Tags: patch This package uses generic function names, such as 'MyFoldText', which could possibly conflict with other packages or user-defined functions. 'MyFoldText', in particular, is the example name given in the Vim documentation when

Bug#413619: bash: process substitution doesn't work with 'source' builtin

2007-03-05 Thread Bryan Richter
Package: bash Version: 3.1dfsg-8 Severity: normal While process substitution works in general, it doesn't seem to work with the 'source' builtin function. Here is an example session. Note how the final cat works perfectly. $ cat /tmp/fooz wm=ion3 $ echo $wm $ source /tmp/fooz

Bug#322040: account-hook doesn't set header with my_hdr for pop

2005-08-08 Thread Bryan Richter
Sincerely, -Bryan -- Bryan Richter System Administrator -- iRadeon [1] Perhaps another bug should be header is set even before opening mailbox, since I would expect the account-hook commands to only be run once the account is accessed... but I'll leave that for later. -- To UNSUBSCRIBE, email

Bug#478996: citadel-server: Began listening on 10 ports by default

2008-05-01 Thread Bryan Richter
Package: citadel-server Version: 7.35-1 Severity: normal I can't recall which package auto-installed citadel, but I was quite unhappy to note that, without any prompting, it immediately began listening on 10 ports. frodo-the-cat:~# netstat -tap | grep citserver tcp0 0 *:imaps

Bug#367777: vim-runtime: typo in syntax/mysql.vim

2006-05-17 Thread Bryan Richter
Package: vim-runtime Version: 1:6.4-007+1 Severity: minor Tags: patch Vim doesn't properly highlight the type of mysql comments that match the following: /^--.*/ . There is a space in the match pattern in mysql.vim, which I assume is incorrect because mysqldump itself outputs lines that match

Bug#367777: vim-runtime: typo in syntax/mysql.vim [update]

2006-05-18 Thread Bryan Richter
Well, I just read the mysql manual, and it appears I am wrong (although there is still a bug): MySQL Server 3.23.3 and up also supports a variant of the `--' comment style. That is, the `--' start-comment sequence must be followed by a space (or by a control character such as a