Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inf-sdcv-mode

Inferior sdcv mode to search words.

inf-sdcv-mode.png

There is already a sdcv-mode written by the original author: https://github.com/pluskid/sdcv-mode But I only need a few functions, so I write this simpler version.

Installation

Download the repository, then

(load "/path/to/inf-sdcv-mode.el")
(require 'inf-sdcv-mode)

Optional

If you want to pronounce a word, put the mw-audio file in your $PATH. The variable inf-sdcv-sound-dir will set the directory of the audio files.

Usage

Bind the main function inf-sdcv-search to your favorite key. For example, I use C-c d (this keybindings is not default).

Keybindings

The keybings of inf-sdcv-mode-map is:

keybindingsdescription
jjump to the specific dictionary
rsearch history backward
lsearch history forward
hhide all dicts contents, only show the name of dictionary
ashow all contents
eshow current dictionary contents
mhide current dictionary contents
Nnext dictionary
Pprevious dictionary
spronounce a word
ccopy the pronunciation file URI to clipboard

Credit

Original author: pluskid Ref: https://lifegoo.pluskid.org/wiki/EmacsStardict.html

Similar projects

About

Inferior sdcv mode to search words

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages