Your message dated Wed, 06 Feb 2008 00:32:08 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#454931: fixed in dictionary-el 1.8.7-9 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-8 Severity: minor When I issue command $ dict -h dict.dvo.ru -d idioms "ложка дегтя в бочке меда" from a terminal, the phrase is successfully found in database: > 1 definition found > > From Русско-английский словарь идиом [idioms]: > > ложка дегтя в бочке меда > a fly in the ointment When I activate Dictionary mode in emacs, select "idioms" database, and try to search for ложка дегтя в бочке меда, emacs freezes until I hit C-g. If I try to repeat the search after that, nothing is found: > Word not found, maybe you are looking for one of these words If I select "*" or "!" database option, the phrase is successfully found in "idioms" database. Lookup of a single word works just fine. My .emacs: ;; --- Customized --- (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(TeX-PDF-mode t) '(TeX-output-view-style (quote (("^dvi$" ("^landscape$" "^pstricks$\\|^pst-\\|^psfrag$") "%(o?)dvips -t landscape %d -o && gv %f") ("^dvi$" "^pstricks$\\|^pst-\\|^psfrag$" "%(o?)dvips %d -o && gv %f") ("^dvi$" ("^a4\\(?:dutch\\|paper\\|wide\\)\\|sem-a4$" "^landscape$") "%(o?)xdvi %dS -paper a4r -s 0 %d") ("^dvi$" "^a4\\(?:dutch\\|paper\\|wide\\)\\|sem-a4$" "%(o?)xdvi %dS -paper a4 %d") ("^dvi$" ("^a5\\(?:comb\\|paper\\)$" "^landscape$") "%(o?)xdvi %dS -paper a5r -s 0 %d") ("^dvi$" "^a5\\(?:comb\\|paper\\)$" "%(o?)xdvi %dS -paper a5 %d") ("^dvi$" "^b5paper$" "%(o?)xdvi %dS -paper b5 %d") ("^dvi$" "^letterpaper$" "%(o?)xdvi %dS -paper us %d") ("^dvi$" "^legalpaper$" "%(o?)xdvi %dS -paper legal %d") ("^dvi$" "^executivepaper$" "%(o?)xdvi %dS -paper 7.25x10.5in %d") ("^dvi$" "." "%(o?)xdvi %dS %d") ("^pdf$" "." "evince %o") ("^html?$" "." "netscape %o")))) '(blink-cursor-mode nil) '(case-fold-search t) '(column-number-mode t) '(current-language-environment "UTF-8") '(debian-bug-From-address "Andrey <[EMAIL PROTECTED]>") '(debian-bug-use-From-address t) '(dictionary-coding-systems-for-dictionaries nil) '(dictionary-create-buttons nil) '(dictionary-default-dictionary "ru-en--en-ru") '(dictionary-server "dict.dvo.ru") '(ediff-window-setup-function (quote ediff-setup-windows-plain)) '(gnus-select-method (quote (nntp "news.gmane.org"))) '(kill-whole-line t) '(mouse-wheel-mode t) '(pc-selection-mode t nil (pc-select)) '(scroll-conservatively 50) '(scroll-margin 5) '(scroll-preserve-screen-position t) '(svn-status-default-export-directory "~/study") '(svn-status-preserve-window-configuration t) '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify))) '(transient-mark-mode t) '(truncate-lines t) '(use-dialog-box nil) '(w3m-coding-system (quote utf-8)) '(w3m-default-coding-system (quote utf-8)) '(w3m-file-coding-system (quote utf-8)) '(w3m-file-name-coding-system (quote utf-8)) '(w3m-mule-unicode-symbol (quote ("┼" "├" "┬" "┌" "┤" "│" "┐" "" "┴" "└" "─" "" "┘" "" "" "" "┼" " " " " " " " " " " " " "" " " " " " " "" " " "" "" "" "•" " " " " "○" "■" " " " " " " " " " " "○" " " " " " ↑ ↓ "))) '(w3m-terminal-coding-system (quote utf-8)) '(w3m-use-cookies t) '(x-select-enable-clipboard t) '(x-select-request-type (quote UTF8_STRING) t)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:background "white" :foreground "gray25" :weight bold :height 140 :family "xos4-terminus")))) '(bold ((t (:foreground "black" :weight bold)))) '(bold-italic ((t (:inherit (bold italic))))) '(custom-face-tag ((t (:inherit custom-variable-tag)))) '(custom-group-tag ((((class color) (background light)) (:inherit custom-variable-tag :box (:line-width 1 :color "lightgray"))))) '(custom-group-tag-face-1 ((t (:foreground "red" :weight bold :height 1.2))) t) '(custom-variable-tag-face ((t (:foreground "blue" :weight bold))) t) '(dictionary-word-entry-face ((t (:foreground "darkgreen")))) '(ediff-current-diff-A ((t (:background "lightgrey")))) '(ediff-current-diff-B ((((class color)) (:inherit ediff-current-diff-A)))) '(ediff-current-diff-C ((((class color)) (:inherit ediff-current-diff-A)))) '(ediff-even-diff-A ((((class color)) (:background "snow2")))) '(ediff-even-diff-B ((((class color)) (:inherit ediff-even-diff-A)))) '(ediff-even-diff-C ((((class color)) (:inherit ediff-even-diff-A)))) '(ediff-fine-diff-A ((t (:background "pale green" :foreground "firebrick")))) '(ediff-fine-diff-B ((((class color)) (:inherit ediff-fine-diff-A)))) '(ediff-fine-diff-C ((((class color)) (:inherit ediff-fine-diff-A)))) '(ediff-odd-diff-A ((((class color)) (:inherit ediff-even-diff-A)))) '(ediff-odd-diff-B ((((class color)) (:inherit ediff-odd-diff-A)))) '(ediff-odd-diff-C ((((class color)) (:inherit ediff-odd-diff-A)))) '(fixed-pitch ((t nil))) '(italic ((t (:underline "lightgray")))) '(variable-pitch ((t nil)))) ;; --- Key bindings --- (global-set-key [(control tab)] 'cyclebuffer-forward) (global-set-key [(control shift iso-lefttab)] 'cyclebuffer-backward) (global-set-key [(control x) (p)] 'svn-status) I don't really understand Lisp well, so I could not trace what's going on, sorry. I'm ready to provide any additional info though. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.22-2-486 Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages dictionary-el depends on: ii emacs [emacsen] 22.1+1-2.1 The GNU Emacs editor (metapackage) ii emacs22-gtk [emacsen] 22.1+1-2.1 The GNU Emacs editor (with GTK use Versions of packages dictionary-el recommends: ii emacs22-gtk [emacs22] 22.1+1-2.1 The GNU Emacs editor (with GTK use -- no debconf information
--- End Message ---
--- Begin Message ---Source: dictionary-el Source-Version: 1.8.7-9 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-9.diff.gz to pool/main/d/dictionary-el/dictionary-el_1.8.7-9.diff.gz dictionary-el_1.8.7-9.dsc to pool/main/d/dictionary-el/dictionary-el_1.8.7-9.dsc dictionary-el_1.8.7-9_all.deb to pool/main/d/dictionary-el/dictionary-el_1.8.7-9_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: Tue, 05 Feb 2008 19:23:35 -0500 Source: dictionary-el Binary: dictionary-el Architecture: source all Version: 1.8.7-9 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: 454931 Changes: dictionary-el (1.8.7-9) unstable; urgency=low . * dictionary.el (dictionary-do-{search,matching}): avoid invoking concat on a nominally multibyte dictionary name, to avoid double-encoding the search term when consulting a single dictionary. (Closes: #454931.) * debian/control: declare Standards-Version: 3.7.3 (no changes needed). Files: 35f0a614ee5de96a33eb0643963dccea 636 text optional dictionary-el_1.8.7-9.dsc a0440ee7a63997ce0733df475da1207b 4763 text optional dictionary-el_1.8.7-9.diff.gz 2b0a5c10dfd9e6a59256ddf6d7e1cf0f 29058 text optional dictionary-el_1.8.7-9_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHqP6dWNCxsidXLEcRApoGAKCt4CvCq7adKwXw20NyOeHF83AaewCfeZM0 sWIOWO7XiSlfBZQZetfrnOg= =8tZ0 -----END PGP SIGNATURE-----
--- End Message ---

