Bug#405578: zsh: Glob fix to parse playlist output from newer mpc

2007-01-04 Thread R.Ramkumar
Package: zsh Version: 4.3.2-25 Severity: normal Hi! The playlist output for mpc was recently slightly modified. This upset the completion code. Here is a small patch to allow for the change (This works for older versions as well, I just needed to relax the glob pattern). -- This message has

Bug#402577: xutils: Suggest depend on all possible ksh implementations

2006-12-11 Thread R.Ramkumar
Package: xutils Version: 1:7.1.ds.3-1 Severity: normal Hi! Since the xauth_switch_to_sun-des-1 script needs ksh, the package Suggests that pdksh be installed. In reality, any ksh implementation should do, and hence a wider 'ksh | mksh | pdksh | zsh' dependency should do. This is infact done by

Bug#402580: emacs-goodies-el: xrdb-mode clobbers bindings in emacs-snapshot

2006-12-11 Thread R.Ramkumar
Package: emacs-goodies-el Version: 26.9-1 Severity: normal Tags: patch Hi! Emacs v22 (emacs-snapshot) ships in a conf-mode, which provides a conf-xdefaults-mode for xrdb files. xrdb is some more features than the other package (like electricity), but still clobbering bindings without

Bug#402578: xpdf-common: Parse ~ in include directives

2006-12-11 Thread R.Ramkumar
Package: xpdf-common Version: 3.01-9 Severity: wishlist Hi! One feature I like and use in the xpdfrc configuration format is the presence of the `include' directives which enable dividing the configuration into a modular structure. A minor drawback (more of a nitpick perhaps :) ) in this scheme

Bug#402579: mpc: package not up-to-date

2006-12-11 Thread R.Ramkumar
Package: mpc Version: 0.11.2-2 Severity: normal Hi! The latest release of mpc is 0.12.0, while debian still ships in with 0.11.2-2. The corresponding mpd package in debian already has features (outputs) which can be used only from mpc = 0.12.0. So, I request you to upgrade the package. Regards,

Bug#399044: zsh: Descriptions for command completion

2006-11-17 Thread R.Ramkumar
Package: zsh Version: 4.3.2-22 Severity: wishlist Tags: patch Hi! An inspiration this time from 'fish', a new shell I noticed recently. Though it seem to cater primarily to the newbies, some of the ideas seemed interesting. In particular, was a bit surprised that we never had descriptions for

Bug#397770: libgraphicsmagick1-dev: Obsolete dependency on x-dev

2006-11-09 Thread R.Ramkumar
Package: libgraphicsmagick1-dev Severity: normal Hi! libgraphicsmagick1-dev depends on x-dev which is now obsolete. It might be better to depend on something like libx11-dev. Regards, Ramkumar. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (101,

Bug#397767: graphicsmagick-libmagick-dev-compat: Request for splitting the package

2006-11-09 Thread R.Ramkumar
Package: graphicsmagick-libmagick-dev-compat Severity: wishlist Hi! The current compat package pulls in c, c++, and perl dev packages of graphicsmagick all at once. Not only are the sizes of the c/c++ packages substantial, but they carry along a train of dev package dependencies for the

Bug#397767: graphicsmagick-libmagick-dev-compat: Request for splitting the package

2006-11-09 Thread R.Ramkumar
Hi! Typically, it shouldn't be installed unless you're doing porting work or building a depending package. So the large dependency chain should only be a temporary nuisance. At least, that was my reasoning when taking this choice, but of course you're very welcome to try and convince me

Bug#381806: fcron works without needing a fcrontab entry

2006-11-04 Thread R.Ramkumar
reopen 381806 ! thanks Hi! The daily cron job does get executed out of the box with fcron, contrary to the explanation given. fcron package (I have 3.0.1-1) installs a systab entry in /var/spool/fcron which runs `run-parts --report /etc/cron.daily` daily. Thus, the script shipped by exim4-base

Bug#396486: Minor fixes to the original script

2006-11-01 Thread R.Ramkumar
Hi! The completion script I sent needs some minor fixes. Here's a patch to the original script. Regards, Ramkumar. --- /home/ramk/projects/external/zsh/_mkdir 2006-11-01 06:25:38.939107400 +0530 +++ /home/ramk/.startup/zsh/queue/_mkdir 2006-11-02 02:02:06.819723544 +0530 @@ -5,23 +5,23 @@

Bug#395125: emacsen-common: Caching of startup bits in debian-startup

2006-10-24 Thread R.Ramkumar
Package: emacsen-common Version: 1.4.17 Severity: wishlist Tags: patch Hi! One of the problems I have faced with the debian startup procedure is that, while the run-parts like technique offers a lot of flexibility, loading a lot of very small source files makes the startup quite slow. Here's a

Bug#390109: zsh: Completing bind addresses

2006-09-29 Thread R.Ramkumar
Package: zsh Version: 4.3.2-17 Severity: wishlist Tags: patch Hi! Many programs accept as a command-line argument, an option to specify the address to bind as. Completion functions have either not been offering completion for the same, or have gone for the much wider set of _hosts. I am

Bug#390049: zsh: Making fusermount completion use _fuse_values and _canonical_paths

2006-09-28 Thread R.Ramkumar
Package: zsh Version: 4.3.2-17 Severity: wishlist Tags: patch Hi! The enclosed patch makes the fusermount completion use _canonical_paths and _fuse_values, introduced by Bug# 389801 (Generic completion for FUSE programs). Hence, this patch should be applied after resolving the aforesaid bug. The

Bug#390048: zsh: Mixed up descriptions in bittorrent completion

2006-09-28 Thread R.Ramkumar
, Ramkumar. --- _bittorrent.orig 2006-09-29 02:54:27.849674216 +0530 +++ _bittorrent 2006-09-29 02:54:06.511918048 +0530 @@ -4,6 +4,9 @@ # Pakkanen, 2004. Most of the command descriptions are from the Debian # project's man pages. +# Modified by R.Ramkumar, 2006 to conform to zsh completion

Bug#389795: zsh: Completion for acpitool

2006-09-27 Thread R.Ramkumar
Package: zsh Version: 4.3.2-17 Severity: wishlist Tags: patch Hi! Made a completion function for acpitool. Hope you find it useful :) Regards, Ramkumar. #compdef acpitool local ret=1 selbrands disambig typeset -a brands args if ! zstyle -a :completion:${curcontext}: acpi-extensions brands ||

Bug#389795: zsh: Completion for acpitool

2006-09-27 Thread R.Ramkumar
R.Ramkumar [EMAIL PROTECTED] writes: Hi! Made a completion function for acpitool. Hope you find it useful :) Regards, Ramkumar. Oops! Forgot one more attachment... Sorry! _acpitool depends on this file. Regards, Ramkumar. #autoload local ret=1 item devline expl typeset -a desc

Bug#389796: zsh: Adding https protocol to url completion

2006-09-27 Thread R.Ramkumar
Package: zsh Version: 4.3.2-17 Severity: wishlist Tags: patch Hi! Here's a small patch to add https to the list of protocols used for completion by _urls. I guess this is a common enough protocol to warrant this addition :) Regards, Ramkumar. --- _urls.orig 2006-09-28 00:00:55.262396304 +0530

Bug#389801: zsh: Generic completion for FUSE programs

2006-09-27 Thread R.Ramkumar
Package: zsh Version: 4.3.2-17 Severity: wishlist Tags: patch Hi! This patch provides a generic completion setup for FUSE programs. Currently fusermount and sshfs are completed by zsh, and there is a huge list of programs in this category (http://fuse.sourceforge.net/wiki/index.php/FileSystems).

Bug#379515: d4x: d4x ends up with a zero length file

2006-07-23 Thread R.Ramkumar
Package: d4x Version: 2.5.7.1-2 Severity: normal Hi! This bug is related to my previous bug report #378128, but nevertheless, the problem is different. The problem can be reproduced as follows: 1. Have a partially downloaded file with filename xyz (I don't know if this step is necessary) 2.

Bug#378128: d4x: File copied on filename field present in Content-Disposition

2006-07-13 Thread R.Ramkumar
Package: d4x Version: 2.5.7.1-2 Severity: normal Hi! When a HTTP download has a url basename (or the Filename, if not provided by the user explicitly) not the same as the filename=... field in Content-Disposition, d4x tries to copy the file to the latter on completion of download (An example of

Bug#377278: kde-style-polyester: kde-style and kwin-style shipped together

2006-07-07 Thread R.Ramkumar
Package: kde-style-polyester Severity: normal Hi! I wanted to check out kde-style-polyester and found that it depended on kwin. Turns out that the kwin theme is also shipped with this package. kwin themes are usually packaged separately as kwin-style-* to keep the kwin dependency separate (Many,

Bug#368505: fuse-utils: mount.fuse passes -v to mounting program

2006-05-22 Thread R.Ramkumar
Package: fuse-utils Version: 2.5.3-2 Severity: normal Tags: patch Hi! mount.fuse seems to pass options like -v (verbose) to the mounting program. There is nothing which mandates that programs should take this option. In fact, I found that not many programs do use this option (and libfuse doesn't

Bug#368389: zsh: Update for valgrind completion

2006-05-21 Thread R.Ramkumar
Package: zsh Version: 4.3.2-8 Severity: wishlist Tags: patch Hi! Just updated the valgrind completion to conform to version 3.1.1. I am enclosing the patch with this mail. In particular, the code to find the tools available was not working. This patch fixes that, but I would still consider it a

Bug#368390: zsh: Update for mpc completion

2006-05-21 Thread R.Ramkumar
Package: zsh Version: 4.3.2-8 Severity: wishlist Tags: patch Hi! I should have sent these with the --no-status patch, but somehow missed it. Well, better late than never! This patch adds three commands added to the latest stable release of mpc (crop, stats, toggle). Actually I have added support

Bug#368390: zsh: Update for mpc completion

2006-05-21 Thread R.Ramkumar
Hi! Ah well... one more bug in the original mpc completion! Don't know how long this had gone unnoticed. Single quotes with variables inside! Hopefully the last update for patching up _mpc completion.. --- _mpc.orig 2006-05-22 01:31:53.578904480 +0530 +++ _mpc 2006-05-22 01:31:02.348692656 +0530

Bug#368404: zsh: Canonicalizing completion alternatives for use in umount

2006-05-21 Thread R.Ramkumar
Package: zsh Version: 4.3.2-8 Severity: wishlist Tags: patch Hi! A major trouble for me in umount completion has been that mountpoints completed are only the absolute paths given in mtab, when actually I could enter relative paths, and for that matter any path which canonicalizes to one of the

Bug#356227: usbmount: Remove hooks not run in the presence of HAL

2006-04-09 Thread R.Ramkumar
Hi! I too have noticed the problem. However, the problem is not due to udev but due to hal, which precedes usbmount in /etc/udev/rules.d. The hal scriptlet calls hal-umount.sh, which umounts anything using the block device removed. A month seems to have passed since the original bug report - Do

Bug#361693: usbmount: Patch to automatically create mountpoints

2006-04-09 Thread R.Ramkumar
Package: usbmount Version: 0.0.14 Severity: wishlist Just found it painful to have all the usbN directories, even when that many usb sticks may not be mounted. This patch adds an option MOUNTPOINT_GENERATE (off by default, so there is no change in the existing behaviour) which when set, reuses

Bug#361693: Added the patch tag

2006-04-09 Thread R.Ramkumar
tags 361693 + patch thanks Forgot to add the patch tag. Regards, Ramkumar. -- WARN_(accel)(msg null; should hang here to be win compatible\n); -- WINE source code -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Bug#360366: sshfs: Dangling absolute symlinks

2006-04-01 Thread R.Ramkumar
Package: sshfs Version: 1.2-1 Severity: wishlist Currently, absolute symlinks in mounted shares do not make much sense, as they point to some location in the remote host which insn't the same in the mounted host. Can an option enable rewriting symlinks so that they point to something sensible. A

Bug#359992: zsh: Enable use of IP addresses and multiple host files in _hosts

2006-03-29 Thread R.Ramkumar
Package: zsh Version: 4.3.2-2 Severity: wishlist Tags: patch Hi! The current _hosts completion does not use IP addresses, and completes using host names alone. This patch optionally enables the inclusion of IP addresses by a boolean style (the default behaviour is unchanged). Further, currently

Bug#353943: [Pkg-sysvinit-devel] Processed: wontfix

2006-03-28 Thread R.Ramkumar
Thomas Hood [EMAIL PROTECTED] writes: Now that I understand it, the patch as provided by R. Ramkumar looks OK to me. (When domount's first argument is bind, the function does a bind mount.) Not completely OK though :) , as I mentioned in the mail in which I sent the patch. `mountpoint` seems

Bug#356676: zsh: Completion for analyseplugin (ladspa)

2006-03-13 Thread R.Ramkumar
Package: zsh Version: 4.3.0-dev-5-1 Severity: wishlist Tags: patch Just made a completion function for analyseplugin, a helper tool in the ladspa package. Hope you find it useful :) #compdef analyseplugin local expl context state line nopts ret=1 typeset -A opt_args _arguments \

Bug#354939: openssh-client: Customizable ssh password prompt

2006-03-02 Thread R.Ramkumar
Package: openssh-client Version: 1:4.2p1-5 Severity: wishlist When ssh is used with an GUI program like ssh-askpass for password information, it really leaves the user clueless (especially with something like ssh-askpass-fullscreen which grabs the keyboard and the screen) with just a prompt

Bug#354939: Acknowledgement (openssh-client: Customizable ssh password prompt)

2006-03-02 Thread R.Ramkumar
Hi! Just noticed that this bug is very similar to #343267. Sorry to have noticed it earlier. I would still like to know if the local ssh client can add to the prompt offered by the remote pam module using one of the ways I had described earlier. Regards, Ramkumar. -- WARN_(accel)(msg null;

Bug#353943: initscripts: support for bind mounts in domount

2006-02-21 Thread R.Ramkumar
Package: initscripts Version: 2.86.ds1-12 Severity: wishlist It would be good if domount supports bind mounts as well. Currently, domount looks at /proc/filesystems, and since bind mounts do not have an entry over there, the call fails. Bind mounts are useful, for example, when you want to share

Bug#338103: Does anyone have a solution for this bug?

2005-12-21 Thread R.Ramkumar
Hi! I am facing the same problem. Does anyone know the solution for this? My make-kpkg fails as: Please ignore the warning about overriding and ignoring targets above. These are harmless. They are only invoked in a part of the process that tries to snarf variable values for the conf.vars file.

Bug#340065: zsh: Using -C arguments to make for completion

2005-11-20 Thread R.Ramkumar
Package: zsh Version: 4.2.5-22 Severity: wishlist Tags: patch make completion currently doesn't use -C arguments passed on the current command line to decide the completion of -[CfoW] as well as to choose the Makefile to use for getting the targets. This patch incorporates this behaviour. ---

Bug#339635: zsh: zsh-mime-handler used even in the case of executable files

2005-11-17 Thread R.Ramkumar
Package: zsh Version: 4.2.5-22 Severity: wishlist Tags: patch Some scripts end with a .sh (a common example being autogen.sh). For such scripts, zsh-mime-handler ends up executing the mime action for the suffix sh, which sometimes happens to be to just display the file. This, I guess is due to

Bug#339566: d4x: Number of log panels not updated on changing number of connections

2005-11-16 Thread R.Ramkumar
Package: d4x Version: 2.5.5-1 Severity: normal When the number of connections for the download is changed either by stop and setting the properties or by using 'Pause after adding', the number of log panels is not updated unless the selected download is changed to something else and we reselect

Bug#336058: d4x: d4x aborts on ftp urls

2005-10-27 Thread R.Ramkumar
Package: d4x Version: 2.5.5-1 Severity: normal d4x aborts on adding ftp urls with the following message on the command line with the following message: terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct NULL not valid zsh: abort d4x

Bug#335688: gkrellm: Krell in the swap meter after subtracting SwapCached

2005-10-25 Thread R.Ramkumar
Package: gkrellm Version: 2.2.7-2 Severity: wishlist Linux systems (I don't know about others) many a times have pages in both the swap and the main memory. This is indicated by the SwapCached entry in /proc/meminfo. It would be great if you can show a krell in the swap chart indicating (SwapUsed

Bug#274588: Has this bug been forgotten? :(

2005-10-24 Thread R.Ramkumar
Hi! Just wanted to know if a fix is now known for this issue. Even the latest release (0.9.7-1) seems to have this problem. Regards, Ramkumar -- I dunno, I hear Microsoft has an app that will make Windows run pretty damned fast. I believe they called it FDISK.

Bug#335481: zsh: zsh/sched waits for next return to prompt even with NOTIFY set

2005-10-24 Thread R.Ramkumar
Package: zsh Version: 4.2.5-20 Severity: normal The sched builting provided by the zsh/sched module seems to execute a scheduled command only when an enter is pressed after the time specified has elapsed/arrived, much like how mail notification occurs. This makes the command useless when the user

Bug#335190: zsh: Enhancements to zsh-mime-handler

2005-10-22 Thread R.Ramkumar
Package: zsh Version: 4.2.5-20 Severity: wishlist Tags: patch Just felt that there is much scope for customization in zsh-mime-{handler,setup}. I have patched the files for the following enhancements (thought that the additions were too small to merit reporting them individually, so I am putting

Bug#334260: d4x: Files not getting renamed without leading .

2005-10-16 Thread R.Ramkumar
Package: d4x Version: 2.5.5-1 Severity: normal Files don't seem to get renamed without the leading . on completion of downloads. This seems to be a problem only after the latest upgrade of d4x (2.5.4-1 - 2.5.5-1). The problem occurs even when the default config is used with the download. Here's

Bug#334265: d4x: Better support for multiple proxies

2005-10-16 Thread R.Ramkumar
Package: d4x Version: 2.5.5-1 Severity: wishlist Many users, including me, use d4x using multiple proxies. In such cases, it is desirable that different connections of the same download run under different proxies, for two reasons: 1. Load is evenly distributed, especially when a single download

Bug#334270: d4x: Need for 'Maximum active connections'

2005-10-16 Thread R.Ramkumar
Package: d4x Version: 2.5.5-1 Severity: wishlist Currently, d4x offers an option to limit the number of downloads in a queue. It would be better if it be augmented by a limit for the number of connections, as the latter seems to be a better indicator of the resources used by d4x. Further, It

Bug#333118: gcc-4.0: Segfaulting code generated for gtkboard-0.11pre0

2005-10-10 Thread R.Ramkumar
Package: gcc-4.0 Version: 4.0.1-2 Severity: normal gcc seems to generate incorrect code for gtkboard-0.11pre0. Seems to occur with many combinations of flags under -O or greater (as well as without any) and seems to be independent of optimization level. Please note that the source doesnt compile

Bug#333119: gcc-4.0: Segfaulting code generated for gtkboard-0.11pre0

2005-10-10 Thread R.Ramkumar
Package: gcc-4.0 Version: 4.0.1-2 Severity: serious gcc seems to generate incorrect code for gtkboard-0.11pre0. Seems to occur with many combinations of flags under -O or greater (as well as without any) and seems to be independent of optimization level. Please note that the source doesnt compile

Bug#333119: Oops...sorry for the goof up...

2005-10-10 Thread R.Ramkumar
close 333119 thanks Sorry for the goof up...reported the bug twice. Please see 333118. Ramkumar. -- 96.31% of all statistics are fiction. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#333118: Bug#333119: gcc-4.0: Segfaulting code generated for gtkboard-0.11pre0

2005-10-10 Thread R.Ramkumar
Why are you not using gcc-4.0 4.0.2-2, the current version of gcc-4.0 in unstable? I generally go with the testing packages.. should I be reporting the bugs only with the unstable version? What is the last version of the compiler that you are able to use to successfully compile this code in

Bug#330550: d4x: Command line URL addition not script-friendly

2005-09-28 Thread R.Ramkumar
Package: d4x Version: 2.5.4-1 Severity: normal The command line for d4x, when adding an URL, opens a new GUI instance or connects to an existing instance when one exists. This behaviour is not consistent enough for scripts, as in one case, it returns immediately and in the other, it doesn't.

Bug#326724: dpkg: Configurable command line for daemons used with start-stop-daemon in /etc/init.d/*

2005-09-05 Thread R.Ramkumar
Package: dpkg Version: 1.13.11 Severity: wishlist Currently, a change in the command line given as the --exec argument for start-stop-daemon within /etc/init.d/ scripts requires the user to edit the init script itself. For example, if I want to run smbd as `schedtool -B smbd`, in order to