all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Let sdcv-mode use multiple dictionaries.
@ 2021-07-26  3:58 Hongyi Zhao
  0 siblings, 0 replies; only message in thread
From: Hongyi Zhao @ 2021-07-26  3:58 UTC (permalink / raw)
  To: help-gnu-emacs

On Ubuntu 20.04, I've sdcv installed and added the following dictionaries:

$ sdcv -l
Dictionary's name   Word count
懒虫简明英汉词典    452185
Webster's Third New International Dictionary, Unabridged (En-En)    296190

Now, I'm using sdcv from Emacs with sdcv-mode [1] through the
following configuration:

;;;
(use-package sdcv-mode
  :demand t
  :straight (:host github :repo "gucong/emacs-sdcv")
  :config
  (setq sdcv-dictionary-list
        '("Webster's Third New International Dictionary, Unabridged (En-En)"
          "懒虫简明英汉词典")))
;;;

[1] https://github.com/gucong/emacs-sdcv

But I always find that only the query results from the first
dictionary are returned.

Any hints for this problem?

Regards
-- 
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-26  3:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-26  3:58 Let sdcv-mode use multiple dictionaries Hongyi Zhao

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.