Your message dated Mon, 03 Sep 2007 02:02:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#430517: fixed in emacs-goodies-el 27.5-1 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: dpkg-dev-el Version: 26.11-1 Severity: wishlist Tags: patch Hello, digging into the code I found that `debian-changelog-close-bug' offers an open-bug list completion, which seems not to be documented at all [1]. In my case, most of the time `debian-bug-open-alist' is empty, because it's not auto-generated [2] and because to generate it you need to access the "Bugs" menu, choose to generate the menu and then finally choose to generate the list. Ehm, I've `(menu-bar-mode -1)' in my .emacs [3]. The attached patch adds a new mode keybinding to generate `debian-bug-open-alist': --8<---------------cut here---------------start------------->8--- --- debian-changelog-mode.el.ORG 2007-05-15 00:03:11.000000000 +0100 +++ debian-changelog-mode.el 2007-06-25 10:36:06.000000000 +0100 @@ -576,6 +576,8 @@ (setq debian-changelog-mode-map (make-sparse-keymap)) (define-key debian-changelog-mode-map "\C-c\C-a" 'debian-changelog-add-entry) + (define-key debian-changelog-mode-map "\C-c\C-o" + 'debian-changelog-build-open-bug-list) (define-key debian-changelog-mode-map "\C-c\C-b" 'debian-changelog-close-bug) (define-key debian-changelog-mode-map "\C-c\C-f" @@ -613,6 +615,7 @@ ["New Version" debian-changelog-add-version (debian-changelog-finalised-p)] ["Add Entry" debian-changelog-add-entry (not (debian-changelog-finalised-p))] + ["Build Open Bug List" debian-changelog-build-open-bug-list] ["Close Bug" debian-changelog-close-bug (not (debian-changelog-finalised-p))] "--" @@ -663,6 +666,7 @@ ["New Version" debian-changelog-add-version (debian-changelog-finalised-p)] ["Add Entry" debian-changelog-add-entry (not (debian-changelog-finalised-p))] + ["Build Open Bug List" debian-changelog-build-open-bug-list] ["Close Bug" debian-changelog-close-bug (not (debian-changelog-finalised-p))] "--" @@ -779,6 +783,11 @@ (defvar debian-changelog-close-bug-takes-arg t "A compatibility flag for debian-bug.el.") +(defun debian-changelog-build-open-bug-list () + "Generate open bugs list, i.e. `debian-bug-open-alist'." + (interactive) + (debian-bug-build-bug-menu (debian-changelog-suggest-package-name))) + (defun debian-changelog-close-bug (bug-number) "Add a new change entry to close a BUG-NUMBER." (interactive --8<---------------cut here---------------end--------------->8--- Please consider for inclusion, TIA. Thx, bye, Gismo / Luca Footnotes: [1] except a small "hint" in the README.Debian [2] which is perfectly fine and correct, as it requires a working Internet connection [3] I could agree it's my fault, thus the severity is wishlist -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.21-1-amd64 (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 Versions of packages dpkg-dev-el depends on: ii debian-el 26.11-1 Emacs helpers specific to Debian u ii emacs-snapshot-gtk [emacsen 1:20070617-1 The GNU Emacs editor (with GTK+ 2. ii emacs-snapshot-nox [emacsen 1:20070617-1 The GNU Emacs editor (without X su Versions of packages dpkg-dev-el recommends: ii wget 1.10.2-3 retrieves files from the web -- debconf-show failed
pgpz1qQuNsj49.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: emacs-goodies-el Source-Version: 27.5-1 We believe that the bug you reported is fixed in the latest version of emacs-goodies-el, which is due to be installed in the Debian FTP archive: debian-el_27.5-1_all.deb to pool/main/e/emacs-goodies-el/debian-el_27.5-1_all.deb devscripts-el_27.5-1_all.deb to pool/main/e/emacs-goodies-el/devscripts-el_27.5-1_all.deb dpkg-dev-el_27.5-1_all.deb to pool/main/e/emacs-goodies-el/dpkg-dev-el_27.5-1_all.deb emacs-goodies-el_27.5-1.diff.gz to pool/main/e/emacs-goodies-el/emacs-goodies-el_27.5-1.diff.gz emacs-goodies-el_27.5-1.dsc to pool/main/e/emacs-goodies-el/emacs-goodies-el_27.5-1.dsc emacs-goodies-el_27.5-1_all.deb to pool/main/e/emacs-goodies-el/emacs-goodies-el_27.5-1_all.deb emacs-goodies-el_27.5.orig.tar.gz to pool/main/e/emacs-goodies-el/emacs-goodies-el_27.5.orig.tar.gz gnus-bonus-el_27.5-1_all.deb to pool/main/e/emacs-goodies-el/gnus-bonus-el_27.5-1_all.deb vm-bonus-el_27.5-1_all.deb to pool/main/e/emacs-goodies-el/vm-bonus-el_27.5-1_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter S Galbraith <[EMAIL PROTECTED]> (supplier of updated emacs-goodies-el package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 02 Sep 2007 21:39:14 -0400 Source: emacs-goodies-el Binary: gnus-bonus-el dpkg-dev-el vm-bonus-el emacs-goodies-el debian-el devscripts-el Architecture: source all Version: 27.5-1 Distribution: unstable Urgency: low Maintainer: Peter S Galbraith <[EMAIL PROTECTED]> Changed-By: Peter S Galbraith <[EMAIL PROTECTED]> Description: debian-el - Emacs helpers specific to Debian users devscripts-el - Emacs wrappers for the commands in devscripts dpkg-dev-el - Emacs helpers specific to Debian development emacs-goodies-el - Miscellaneous add-ons for Emacs gnus-bonus-el - Miscellaneous add-ons for Gnus vm-bonus-el - Miscellaneous add-ons for VM Closes: 430517 Changes: emacs-goodies-el (27.5-1) unstable; urgency=low . * debian-el: debian-bug.el (and debian-changelog-mode.el) - Implement pacakge lookup on http://packages.debian.org/ See http://bugs.debian.org/87725 * dpkg-dev-el: - Patch from Luca Capello <[EMAIL PROTECTED]> to add keys to generate the open bug alist (Closes: #430517). Files: c4138eef79580429b9285d635ea6de09 872 editors optional emacs-goodies-el_27.5-1.dsc 8e427602f3dd52eae62e8cc9086d8f89 1070375 editors optional emacs-goodies-el_27.5.orig.tar.gz 3262db29c75cde48cf5e412a9fccf872 104394 editors optional emacs-goodies-el_27.5-1.diff.gz d61b6d015acc351c8a141fff4f821395 947994 editors optional emacs-goodies-el_27.5-1_all.deb 9d43183016c5ac02566862f85f16f618 74086 news optional gnus-bonus-el_27.5-1_all.deb 6806a9b65229edbd068980a5d66abf9d 34014 editors optional devscripts-el_27.5-1_all.deb 5026b9cbbcc0ee6628e71ca30eebe89e 87752 utils optional debian-el_27.5-1_all.deb e3a8ff0229b9738f64d7100232e6a781 65492 utils optional dpkg-dev-el_27.5-1_all.deb dd70f1b2d3f7041903ec66e8cea106ba 58230 mail optional vm-bonus-el_27.5-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQCVAwUBRttp1bwVH8jSqROhAQKNBwQAi7bNIZcSQ7G7Q5M7Mg1muJPb0TbFdL57 FOZy6AcxmblXR7ZFXW1SBBdv7u0eWaauwFJblZ7lV//EpfccxqAowbdkUcVSXqRU tCOOz0j67DCBK81k5Beb9qapYwp+WnbgCnq60H8d140648afaRl9XkWWM7Gvs58J 4E5/XhtjeUM= =T1Ho -----END PGP SIGNATURE-----
--- End Message ---

