这是我第一个elisp脚本.现在我可以不离开emacs而检索pubmed并通过hubmed的cgi程序获得文献的bibtex信息.文件源码如下: 【扩展信息:在RedHat 9.0上安装Kylix3】
this is my first elisp script. now i can search pubmed then get bibtex entry from cgi of hubmed in emacs. i attached the source code below: ;;; pubfind.el --- client to search/get bibtex entries from the web ;; copyright 2005 by tao liu ;; author: tao liu ;; created: jan 18, 2005 ;; url: http://www.freewebs.com/liut/src/pubfind.el ;; rcs $id: pubfind.el,v 1.4 2005/01/20 03:03:12 fred exp fred $ ;; this program is free software; you can redistribute it and/or ;; modify it under the terms of the gnu general public license as ;; published by the free software foundation; either version 2, or (at ;; your option) any later version. ;; this program is distributed in the hope that it will be useful, but ;; without any warranty; without even the implied warranty of ;; merchantability or fitness for a particular purpose. see the gnu ;; general public license for more details. ;; you should have received a copy of the gnu general public license ;; along with gnu emacs; see the file copying. if not, write to the ... 下一页