Your message dated Fri, 19 Oct 2007 01:02:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#442426: fixed in dictionary-el 1.8.7-8 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: dictionary-el Version: 1.8.7-7 Severity: wishlist As a suggestion, it'd be nice if M-x dictionary-search used the "default-value" argument feature of read-string, instead of putting the word at point as the initial contents of the minibuffer. The latter gets in the way if you want to type your own word, instead of use what happened to be at point. I get some joy from the following. (defun dictionary-search (word &optional dictionary) "Search the `word' in `dictionary' if given or in all if nil. It presents the word at point as default input and allows editing it." (interactive (list (let ((default (current-word t))) (read-string (if default (format "Search word (%s): " default) "Search word: ") nil nil default)) (if current-prefix-arg (read-string (if dictionary-default-dictionary (format "Dictionary (%s): " dictionary-default-dictionary) "Dictionary: ") nil nil dictionary-default-dictionary) dictionary-default-dictionary))) ;; if called by pressing the button (unless word (setq word (read-string "Search word: "))) ;; just in case non-interactivly called (unless dictionary (setq dictionary dictionary-default-dictionary)) (dictionary-new-search (cons word dictionary))) -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i586) Kernel: Linux 2.6.22-1-486 Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash Versions of packages dictionary-el depends on: ii emacs21 [emacsen] 21.4a+1-5 The GNU Emacs editor ii emacs22-gtk [emacsen] 22.1+1-1 The GNU Emacs editor (with GTK use ii xemacs21-mule [emacsen] 21.4.20-2 highly customizable text editor -- Versions of packages dictionary-el recommends: ii emacs21 21.4a+1-5 The GNU Emacs editor ii emacs22-gtk [emacs22] 22.1+1-1 The GNU Emacs editor (with GTK use ii mule-ucs 0.85~0.20061127-3 universal encoding system for Mule -- no debconf information
--- End Message ---
--- Begin Message ---Source: dictionary-el Source-Version: 1.8.7-8 We believe that the bug you reported is fixed in the latest version of dictionary-el, which is due to be installed in the Debian FTP archive: dictionary-el_1.8.7-8.diff.gz to pool/main/d/dictionary-el/dictionary-el_1.8.7-8.diff.gz dictionary-el_1.8.7-8.dsc to pool/main/d/dictionary-el/dictionary-el_1.8.7-8.dsc dictionary-el_1.8.7-8_all.deb to pool/main/d/dictionary-el/dictionary-el_1.8.7-8_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. Aaron M. Ucko <[EMAIL PROTECTED]> (supplier of updated dictionary-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: Thu, 18 Oct 2007 20:43:11 -0400 Source: dictionary-el Binary: dictionary-el Architecture: source all Version: 1.8.7-8 Distribution: unstable Urgency: low Maintainer: Aaron M. Ucko <[EMAIL PROTECTED]> Changed-By: Aaron M. Ucko <[EMAIL PROTECTED]> Description: dictionary-el - dictionary client for Emacs Closes: 435761 442426 Changes: dictionary-el (1.8.7-8) unstable; urgency=low . * dictionary.el: per Kevin Ryde, call read-string with a default value rather than an initial input, which usage is deprecated and less user-friendly. (Closes: #442426.) * debian/control: preferably recommend mule-ucs over GNU Emacs, on the basis that users who satisfied the Depends: without the latter installed are presumably running XEmacs and likely to view it as dead weight. (Closes: #435761.) * debian/control: specify a Homepage here in addition to debian/copyright. Files: 6fe8ed7801ee0cfe7e6ec0027800ed05 636 text optional dictionary-el_1.8.7-8.dsc d75c927dca8cf36fd1ca809c09403991 4424 text optional dictionary-el_1.8.7-8.diff.gz 9d807c119f8b6eedc399cb2b07251423 28924 text optional dictionary-el_1.8.7-8_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHF/4zWNCxsidXLEcRAlnQAJ9+upnvVGhiyutWKYgykuZigenwwwCghNvl Z4sJVPYriNqeyO1CXVsHAeA= =7kxi -----END PGP SIGNATURE-----
--- End Message ---

