|
From: | Juri Linkov |
Subject: | bug#69312: 30.0.50; [WISHLIST] dicitionary buffer should retain search information |
Date: | Sun, 03 Mar 2024 19:49:53 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) |
> To clarify the issue: > > (defun dictionary-do-matching (word dictionary strategy function) > "Search for WORD with STRATEGY in DICTIONARY and display them with > FUNCTION." > > ;;This insertion is thrown away... > > (insert (format-message "Lookup matching words for `%s' in `%s' using > `%s'\n" > word dictionary strategy)) > > ;; [OMITTED FUNCTION BODY] > > ;; ...when this display function is called > (funcall function reply))) Thanks for the detailed explanation. Hopefully this is now fixed as well.
[Prev in Thread] | Current Thread | [Next in Thread] |