Hey all, I want to propose a new package to GNU ELPA, called Dict or dict.el. Please find below an appropriate patch for elpa.git. Similarly to the (now built-in) dictionary.el library, Dict obtains and displays dictionary definitions from RFC2229 dictionary servers. Dict's differentiation comes from its simplicity and extensibility--while dictionary.el defines a bespoke major mode and interface for browsing word definitions, Dict leverages Emacs's Help mode by default. It also let's users extend and control most aspects of its behavior via customization options. See the manual in the repo or online at https://eshelyaron.com/dict.html for more information. The main motivation behind this package was to resolve some usability issues that I came across with dictionary.el. Namely, I'm not satisfied with the fact that dictionary.el unconditionally switches to the *Dictionary* buffer when displaying a definition, and I don't appreciate how it tries to remember my previous windows configuration and revert back to it when I close the *Dictionary* buffer with the q key. Of course, I'm open to the possibility of modifying dictionary.el instead of adding this separate package GNU ELPA if anyone thinks that's preferable, but I also think it would be nice to let people try out Dict and get some feedback beforehand.