freeipmi-devel
[Top][All Lists]
Advanced

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

[Freeipmi-devel] freehoo / dict


From: Anand Babu
Subject: [Freeipmi-devel] freehoo / dict
Date: Thu, 01 Jan 2004 18:06:24 -0800
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

----------------------------------------------------------------------
;; Add this extension to your .freehoo/freehoo.scm and get
;; dict buddy support
(fh-register-command! '("dict" "dict [OPTIONS]\n\t- ask dictionary
;; server"))
(define (dict args)
  "ask dictionary server"
  (set! args (list->strlist args))
  (if (= (length args) 0)
      (system "dict --help")
      (system (string-append "dict " (list->asv args " ")))))

----------------------------------------------------------------------
To get on-the-fly spell check support, run freehoo inside emacs term.
Sequence looks something similar to this:

# emacs
M-x shell
  /usr/bin/freehoo
  Login: abindian
  Password: pressenter
  ~qp~> 
C-c M-x flyspell-mode
----------------------------------------------------------------------


-- 
 _.|_ 
(_||_)
Free as in Freedom <www.gnu.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]