notfixed 431091 26.13-1
thanks

Hello!

I'm sorry I didn't checked before, but I always have dpkg-dev-el
installed together with debian-el.  Moreover, I don't use
`debian-bug-open-alist' with debian-bug.el, but only with
debian-changelog-mode.el.

On Thu, 26 Jul 2007 05:39:07 +0200, Debian Bug Tracking System wrote:
> Changes: 
>  emacs-goodies-el (26.13-1) unstable; urgency=low
[...]
>    * Bug fix: "[debian-bug.el, debian-changelog-mode.el] please be
>      consistent for the close statement", thanks to Luca Capello (Closes:
>      #431091).

If dpkg-dev-el is not installed or installed but not required before,
you get the following error when generating `debian-bug-open-alist':
=====
Report a bug for a [P]ackage or [F]ile: (default P)
Building list of installed packages...done
Loading reporter...done
Loading sendmail...
Loading regexp-opt...done
Loading sendmail...done
Loading epa-mail...done
Getting package information from system...done
Loading tmm...done
Fetching bug list...done
debian-bug-build-bug-this-menu: Symbol's value as variable is void: \
 debian-changelog-close-bug-statement
=====

This can be solved in two ways: having the whole debian-bug.el or just
`debian-bug-build-bug-this-menu' requiring debian-changelog-mode.el, 
the latter being my preferred and implemented with the following
patch (untested):
--8<---------------cut here---------------start------------->8---
--- debian-bug.el.ORG   2007-07-26 05:14:09.000000000 +0200
+++ debian-bug.el       2007-08-18 16:23:36.000000000 +0200
@@ -1774,6 +1774,7 @@
 
 (defun debian-bug-build-bug-menu (package)
   "Build a menu listing the bugs for PACKAGE."
+  (require 'debian-changelog-mode)
   (setq debian-bug-alist nil
         debian-bug-open-alist nil)
   (let ((debian-bug-tmp-buffer
--8<---------------cut here---------------end--------------->8---

Thx, bye,
Gismo / Luca


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to