bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69312: 30.0.50; [WISHLIST] dicitionary buffer should retain search i


From: No Wayman
Subject: bug#69312: 30.0.50; [WISHLIST] dicitionary buffer should retain search information
Date: Thu, 22 Feb 2024 13:39:30 -0500
User-agent: mu4e 1.11.27; emacs 30.0.50


Currently when searching with dictionary.el, the query is messaged.
e.g. in dictionary-do-search:

```emacs-lisp
(message "Searching for %s in %s" word dictionary)
```

It would be better to display this information in the resultant buffer somehow (inline, via the header-line, etc). Especially for the case of `dictionary-match-words`, which matches against a PATTERN argument. I'd like to not have to remember what my query was if I come back to that buffer at a later time.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]