Mailing List Archive

Support open source code!


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

edict and dictionaries




Hi,

 This is my first post on this list so greets to all.

I have emacs/mule installed on my box with a a single edict dictionary
active.  However I have installed multiple dictionaries on the box
but don't know how to link them for searching.

a) can i have the dictionary selectable (similar to the fonts)
  in a drop down menu?

b) can I have the edict script check *all* dictionaries?


and for both if so - how so? :)


cheers!

Joe

ps On a slightly more serious note does anyone know a url 
with a list of missing japanese?



below is my .emacs file
------------------------------------------------------


(autoload 'edict-search-english'
"/usr/local/share/dict/edict/edict.el" "Search for an English
translation")
(global-set-key "\e*" 'edict-search-english)
(autoload 'edict-search-kanji
"/usr/local/share/dict/edict/edict.el" "Search for a Kanji sequence")
(global-set-key "\e-" 'edict-search-kanji)
(autoload 'edict-insert "/usr/local/share/dict/edict/edict.el" "Insert the
last translation")
(global-set-key "\e+" 'edict-insert)

(setq *edict-files* '("/usr/local/share/dict/edict/compverb"))

(setq *edict-private-files* "~/.private-edict")

(if (eq window-system 'x)
    (progn
      (global-unset-key "\C-z")
      (setq frame-title-format '("%b - Emacs"))
      ;; font
      (create-fontset-from-fontset-spec
       "-misc-gothic-medium-r-normal--14-*-*-*-c-*-fontset-gothic14")
      (create-fontset-from-fontset-spec
       "-misc-fixed-medium-r-normal--14-*-*-*-c-*-fontset-mincho14")
      (create-fontset-from-fontset-spec
       "-misc-fixed-medium-r-normal--16-*-*-*-c-*-fontset-mincho16")
      (create-fontset-from-fontset-spec 
       "-shinonome-gothic-medium-r-normal--12-*-*-*-c-*-fontset-gothic12")
      (create-fontset-from-fontset-spec 

"-shinonome-marumoji-medium-r-normal--12-*-*-*-c-*-fontset-marumoji12")
      (create-fontset-from-fontset-spec 
       "-kappa-mincho-medium-r-normal--20-*-*-*-c-*-fontset-kappa20")
      (create-fontset-from-fontset-spec 
       "-mona-gothic-medium-r-normal--14-*-*-*-p-*-fontset-mona14")
      (create-fontset-from-fontset-spec 
       "-mnkaname-fixed-medium-r-normal--12-*-*-*-c-*-fontset-kaname12")
      ;; style
      (setq default-frame-alist
            '(
            (foreground-color . "cadetblue")
            (background-color . "black")
              (width . 80)
              (height . 24)
              (vertical-scroll-bars . nil)
              (font . "fontset-mincho14")
              ))
      (setq initial-frame-alist default-frame-alist)
      )
  )

(set-language-environment "Japanese")
(set-default-coding-systems 'euc-jp)
(set-terminal-coding-system 'euc-jp)



Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links