EMACS下按关键字查询chm帮助(windows)

巴蛮子 posted @ 2010年12月08日 18:21 in Emacs with tags chm emacs , 3923 阅读

首先,需要下载一个叫做KeyHH 的小工具,KeyHH is a program that augments HTML Help. 有了这个工具之后,可以通过如下命令行来按关键字查询帮助

keyhh -MyID -#klink "keyword"  foobar.chm  

于是~/.emacs配置如下就可以了:

;;KeyHH -MyHelp -#klink "ActiveX Control Wizard" htmlhelp.chm
(defun chm-keyword-lookup (typeid help-file)
  "lookup a keyword in a CHM file and display it"
  (interactive) 
  (start-process "CHM keyword lookup" nil 
       "keyhh.exe" 
       (concat "-" typeid) "-#klink" 
       (format "'%s'" (thing-at-point 'symbol)) 
       help-file )
)

;;php
(defun chm-keyword-lookup-php () 
  (interactive)
  (chm-keyword-lookup "PHP" "e:/Apache2.2/php_manual_en.chm")
)

(define-key php-mode-map (kbd "C-h C-k") 'chm-keyword-lookup-php )

;;python
(defun chm-keyword-lookup-py () 
  (interactive)
  (chm-keyword-lookup "PYTHON" "e:/Python24/Doc/ActivePython24.chm")
)

(define-key py-mode-map (kbd "C-h C-k") 'chm-keyword-lookup-py )
 
 

BTW: 对于.hlp文件可以用:

winhlp32 -k keyword  path/to/foobar.hlp

 

 
Avatar_small
civaget 说:
2023年12月11日 03:26

백링크 is your key to SEO success. Learn how to build a diverse and high-quality backlink profile to strengthen your website's online authority.

Avatar_small
civaget 说:
2023年12月12日 19:34

제주유흥 – the ultimate destination for a perfect blend of fun and serenity. Highly recommended!

Avatar_small
civaget 说:
2023年12月12日 20:38

러시아마사지 is a holistic approach to well-being. Try it to believe it!

Avatar_small
civaget 说:
2023年12月14日 23:57 Hey there this is a fantastic article. I’m going to e mail this to my buddies. I stumbled on this while browsing on google I’ll be sure to come back. thanks for sharing. 축구중계
Avatar_small
civaget 说:
2023年12月17日 20:25

OP enthusiasts unite on 오피뷰! It's where OP passion meets reliable information and endless opportunities.

Avatar_small
civaget 说:
2023年12月17日 23:03

강남휴게텔 is addictive in the best way possible. Once you experience their services, you'll keep coming back for more.

Avatar_small
civaget 说:
2023年12月19日 01:31

I appreciate the convenience of 누누티비's mobile app when I'm on the move.

Avatar_small
civaget 说:
2023年12月23日 15:46

Exploring 설문조사 사이트 무료 is a smart choice for those seeking budget-friendly survey solutions with quality results.

Avatar_small
civaget 说:
2023年12月24日 15:19

티비위키 enriches my entertainment experience with insightful reviews.

Avatar_small
civaget 说:
2023年12月26日 22:08

This is the right blog for anyone who wants to find out about this topic. You realize so much its almost hard to argue with you (not that I actually would want…HaHa). You definitely put a new spin on a topic thats been written about for years. Great stuff, just great! 에볼루션카지노

Avatar_small
civaget 说:
2023年12月26日 23:18

Soccer fans, unite on 해외축구중계! High-quality streams and language options make it a winner.

Avatar_small
civaget 说:
2023年12月27日 04:34

Authors can choose to release books in serialized formats to build a sense of community among readers. self publishing a book

Avatar_small
civaget 说:
2024年1月15日 16:18

There is noticeably a lot of money to comprehend this. I assume you’ve made certain nice points in functions also. เว็บบอลคืนยอดเสีย


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter