Your message dated Sun, 25 Oct 2009 16:32:35 +0000
with message-id <[email protected]>
and subject line Bug#551014: fixed in emacs-goodies-el 30.9-1
has caused the Debian Bug report #551014,
regarding emacs-goodies-el: "M-x customize-group markdown" doesn't load
markdown-mode.el
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
551014: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551014
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: emacs-goodies-el
Version: 30.8-1
Severity: minor
File: /usr/share/emacs/site-lisp/emacs-goodies-el/emacs-goodies-custom.el
Running up "emacs23 -q" and then
M-x customize-group markdown
brings up an empty group,
/- Markdown group: Markdown mode.----------------------------------------\
[State]: visible group members are all at standard values.
See also [Manual].
\- Markdown group end --------------------------------------------------/
where I hoped it would load markdown-mode.el to get the various
defcustoms from that.
I wonder if it's a typo in emacs-goodies-custom.el, perhaps
:load 'markdown
should be
:load 'markdown-mode
And, and perhaps "markdown-mode" in the doc link at the same time,
:link '(custom-manual "(emacs-goodies-el)markdown-mode")
Incidentally, I believe an ;;;###autoload cookie on a defgroup copies it
into the loaddefs, if that's easier to maintain, esp if respective
authors were persuaded to put it in upstream. That'd just leave
emacs-goodies-el.info doc links perhaps done by custom-add-link.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i586)
Kernel: Linux 2.6.30-1-486
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Versions of packages emacs-goodies-el depends on:
ii bash 3.2-5 The GNU Bourne Again SHell
ii dpkg 1.15.3.1 Debian package management system
ii emacs21 [emacsen] 21.4a+1-5.7 The GNU Emacs editor
ii emacs22-gtk [emacsen] 22.3+1-1 The GNU Emacs editor (with GTK use
ii emacs23 [emacsen] 23.1+1-4 The GNU Emacs editor (with GTK+ us
ii install-info 4.13a.dfsg.1-5 Manage installed documentation in
ii xemacs21-mule [emacsen] 21.4.22-2 highly customizable text editor --
Versions of packages emacs-goodies-el recommends:
ii dict 1.11.1+dfsg-3 dictionary client
ii perl-doc 5.10.1-2 Perl documentation
ii wget 1.12-1 retrieves files from the web
emacs-goodies-el suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: emacs-goodies-el
Source-Version: 30.9-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_30.9-1_all.deb
to pool/main/e/emacs-goodies-el/debian-el_30.9-1_all.deb
devscripts-el_30.9-1_all.deb
to pool/main/e/emacs-goodies-el/devscripts-el_30.9-1_all.deb
dpkg-dev-el_30.9-1_all.deb
to pool/main/e/emacs-goodies-el/dpkg-dev-el_30.9-1_all.deb
emacs-goodies-el_30.9-1.diff.gz
to pool/main/e/emacs-goodies-el/emacs-goodies-el_30.9-1.diff.gz
emacs-goodies-el_30.9-1.dsc
to pool/main/e/emacs-goodies-el/emacs-goodies-el_30.9-1.dsc
emacs-goodies-el_30.9-1_all.deb
to pool/main/e/emacs-goodies-el/emacs-goodies-el_30.9-1_all.deb
emacs-goodies-el_30.9.orig.tar.gz
to pool/main/e/emacs-goodies-el/emacs-goodies-el_30.9.orig.tar.gz
gnus-bonus-el_30.9-1_all.deb
to pool/main/e/emacs-goodies-el/gnus-bonus-el_30.9-1_all.deb
vm-bonus-el_30.9-1_all.deb
to pool/main/e/emacs-goodies-el/vm-bonus-el_30.9-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.8
Date: Sun, 25 Oct 2009 12:11:31 -0400
Source: emacs-goodies-el
Binary: emacs-goodies-el gnus-bonus-el devscripts-el debian-el dpkg-dev-el
vm-bonus-el
Architecture: source all
Version: 30.9-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 - transitional dummy package
Closes: 457094 476271 551014
Changes:
emacs-goodies-el (30.9-1) unstable; urgency=low
.
* emacs-goodies-el:
- Bug fix: "'M-x customize-group markdown' doesn't load
markdown-mode.el", thanks to Kevin Ryde (Closes: #551014). Edited
emacs-goodies-custom.el as suggested by Kevin.
* dpkg-dev-el:
- debian-changelog-mode.el: debian-changelog-close-bug does not work
properly under XEmacs 21.4.21 because the arguments passed to
replace-in-string in the inline function debian-chagelog--rris are in
the wrong order (Closes: #476271). (I apologise for losing track of
this bug for so long).
* debian-el:
- deb-view.el: Added support for data.tar.bz2 deb files (Closes: #457094).
- Changed dependency on binutils for bzip2, file and gzip.
Checksums-Sha1:
6495ff635c0d292083d9fdaa58dcab288ed59bdc 1409 emacs-goodies-el_30.9-1.dsc
51b31c1f690cbe572eb965bfa666c424d320fcda 1105217
emacs-goodies-el_30.9.orig.tar.gz
efda78a49e2180fb47776c7f2340746e64467a73 107779 emacs-goodies-el_30.9-1.diff.gz
b23a339dd9b3265d52ed94d00e512618e16c4596 1009458
emacs-goodies-el_30.9-1_all.deb
57f930f308dced62fa8873b74bc4e8846358cc0b 78264 gnus-bonus-el_30.9-1_all.deb
825614a0c6947d9dfc0ec848c57b637503e01788 38482 devscripts-el_30.9-1_all.deb
e75cb985b4aa59f4c49ea6409ac7cb51de395f06 96066 debian-el_30.9-1_all.deb
d0fb423cfd127103d0ec000b981d70b74d51d4b0 70698 dpkg-dev-el_30.9-1_all.deb
f5668d65a6bea630e07ed433c61fb58b96a9c150 28640 vm-bonus-el_30.9-1_all.deb
Checksums-Sha256:
2f1ec4563bbd676480d52e1f763a1969d90c2f3917e0ce718b3e4a2457dcad77 1409
emacs-goodies-el_30.9-1.dsc
f375211d38df7407c9b5249b370261dcc1f5b30da0ea1d8777fff3ca091ac5cc 1105217
emacs-goodies-el_30.9.orig.tar.gz
35ca87da608882d67282c0cf6f9c1abe1d22856e465e3c6b1a97b972c32e0a6e 107779
emacs-goodies-el_30.9-1.diff.gz
4eb0b7cefc733ff76148b4b0924b367e19bebc4342e6d9cf2bc712cebfde1de2 1009458
emacs-goodies-el_30.9-1_all.deb
465e896a333fedbeb6eb1fef356d2e5f2421e4c2d2ca0f3bcb269e6a54c5dd4d 78264
gnus-bonus-el_30.9-1_all.deb
f0171cbd38d842d8e99c0f84df3d464393766868fbafe0d9332cd157f1f9b31c 38482
devscripts-el_30.9-1_all.deb
f4b07d4f7f0339e2ac8b581876cade0f450248547c37702243974a1718840255 96066
debian-el_30.9-1_all.deb
346a789134f939c0c8a282f1514b4d2c394514437ed09cb03ea9b8115b18c266 70698
dpkg-dev-el_30.9-1_all.deb
fd8b927eb3a7c1fedaeedb1877f96e2595b49ddd69726dab7c1ff2c3f8109dc4 28640
vm-bonus-el_30.9-1_all.deb
Files:
87272ebeaed5e8a6e88a57fc621d28eb 1409 editors optional
emacs-goodies-el_30.9-1.dsc
d84c3e3f6e66cbcf0ce3c06534786253 1105217 editors optional
emacs-goodies-el_30.9.orig.tar.gz
dbbec7f8095217318426935df9de6567 107779 editors optional
emacs-goodies-el_30.9-1.diff.gz
0d001ac1891905768a03bd7351bf257b 1009458 editors optional
emacs-goodies-el_30.9-1_all.deb
71ebaebccf802577c9810e057758da3c 78264 news optional
gnus-bonus-el_30.9-1_all.deb
ee7599819e0605a861e78b2c924a0764 38482 editors optional
devscripts-el_30.9-1_all.deb
9ad9a292e7c5ee25b4bc4c429667626e 96066 utils optional debian-el_30.9-1_all.deb
c92fe405863d31861d48a97d0980a994 70698 utils optional
dpkg-dev-el_30.9-1_all.deb
d0dc078c210cc0f46b7a37951b564e81 28640 mail optional vm-bonus-el_30.9-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQCVAwUBSuR7LLwVH8jSqROhAQLt+wP9H3W1k+bWERUU5ZZ6WDl3LXpA9eeS3LWc
nyjefg127lv4IoAtq+0Pj5FvjMeMdEuum1jjF0bBdvJun1JK9yf6yVeINPufWKpI
8fNmGFJ0fryIxDKoUSFLZTrJuvFSrFvwS+z2YmUXMFVa4NVUAwHUc+QeiDGXVlpw
hnUuvZIAQUg=
=SP8T
-----END PGP SIGNATURE-----
--- End Message ---