retitle 145003 lookup-el: Missing English manual (Info) thanks On April 29, 2002 at 5:06PM +0200, rhrusa (at e-mail.cz) wrote:
> Package: lookup-el
> Version: any
>
> This package definitely seems interesting for many people AFAIK, but it is
> lacking english documentation, which makes it quite useless for people not
> capable of either japanese or LISP+time+patience. Please, can you do
> something about it?
Though English manual (Info) is not yet available, I have
translated the help messages to English and write a tiny document
in English for the next upload.
Quick start to use dictd dictionaries:
* Install dictd dictionary packages such as dict-foldoc, dict-jargon, etc.
* Set configuration in your ~/.lookup.el, as follows:
(setq lookup-search-agents
`(
(ndic "/usr/share/dictd" ;; dict-foldoc, dict-jargon, dict-wn, etc.
:alias "dictd")
;;; (ndeb "/usr/local/share/dict/epwing/XXX"
;;; :appendix "/usr/local/share/dict/epwing-appendix/XXX"
;;; :alias "XXX")
;;; (ndeb "/usr/share/dict/epwing/edict" ;; edict-fpw
;;; :alias "edict")
;;; (ndtp "localhost") ;; ndtpd
;;; (ndkks)
;;; (ndspell)
;;
))
* On emacsen, type `M-x lookup RET' to invoke Lookup.
- Type `f' to search.
- Type `?' to display help.
(defconst lookup-select-mode-help
"Lookup Select mode:
`n'(ext) - Next dictionary
`p'(revios) - Previous dictionary
`m'(ark) - Mark dictionary
`u'(nmark) - Unmark dictionary
`a'(ll) - Mark all dictionary
`RET' - Mark this dictionary
`d'(isable) - Disable dictionary (`D')
(e)`x'(ecute) - Execute `D' to disable dictionary
`f'(ind) - Input text and search
`/' - Text search this dictionary
`M'(enu) - Display dictionary menu
`C'(opyright) - Display dictionary copyright
`o'(pen) - Maximize window
`q' - Quit buffer
`g' - Initialize module
`Q' - Quit Lookup
`R' - Restart Lookup")
(defconst lookup-entry-mode-help
"Lookup Entry mode:
`n'(ext) - Next entry
`M-n' - Next history
`p'(revious) - Previous entry
`M-p' - Previous history
`v'(iew) - Overview mode
`o'(pen) - Maximize window
`s'(earch) - isearch-forward
`i'(nfo) - Display entry info
`t'(oggle) - Toggle text processing
`w'(rite) - Write content to kill ring
`f'(ind) - Input text to search
`M'(enu) - Display dictionary menu
`C'(opyright) - Display dictionary copyright
`L'(inks) - Display links
`S'(elect) - Select mode
`r' - Go to buffer
`h' - Go to Content buffer
`q' - Quit buffer
`g' - Search again
`Q' - Quit Lookup
`R' - Restart Lookup")
(defconst lookup-content-mode-help
"Lookup Content mode:
`SPC' - Next page `<' - First buffer
`DEL' - Previous page `>' - Last buffer
`TAB' - Next link `RET' - Follow link
`t' - Toggle text processing `w' - Write region to kill ring
`h' - Go to Entry buffer `g' - Update buffer
`q' - Quit buffer `?' - Help")
Thanks,
--
Tatsuya Kinoshita
pgpnMvQgYyLt9.pgp
Description: PGP signature

