[logaling-commit] logaling/logalimacs at b7866be [master] Delete needless package

Zurück zum Archiv-Index

Yuta Yamada null+****@clear*****
Wed Sep 18 02:48:26 JST 2013


Yuta Yamada	2013-09-18 02:48:26 +0900 (Wed, 18 Sep 2013)

  New Revision: b7866beed55fe3e6a5dc0827bdbdb88d56adddc3
  https://github.com/logaling/logalimacs/commit/b7866beed55fe3e6a5dc0827bdbdb88d56adddc3

  Message:
    Delete needless package

  Removed files:
    logalimacs-rurema.el

  Deleted: logalimacs-rurema.el (+0 -50) 100644
===================================================================
--- logalimacs-rurema.el    2013-09-18 02:48:06 +0900 (f16327e)
+++ /dev/null
@@ -1,50 +0,0 @@
-;; This program is frontend for myrurema
-;; (requirement myrurema for Ruby gem and logalimacs)
-
-;; Copyright (C) 2011, 2012 by Yuta Yamada
-
-;; Author: Yuta Yamada <yamad****@clear*****>
-;; URL: https://github.com/logaling/logalimacs
-
-;;; Licence:
-;; 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 3 of the License, 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 this program.  If not, see <http://www.gnu.org/licenses/>.
-
-;; install myrurema (see also https://github.com/yhara/myrurema)
-;; % gem install myrurema
-;; % rurema --init
-;;; when update database
-;; % rurema --update
-
-(eval-when-compile
-  (require 'cl))
-
-(defvar loga-rurema-cache '())
-
-;; todo support multiple word
-(defun loga-rurema (word &optional no-ask)
-  (loga-to-shell "\\rurema" (concat word (if no-ask " --no-ask"))))
-
-;;;###autoload
-(defun loga-lookup-for-rurema ()
-  (interactive)
-  (let* ((word (loga-query "rurema: "))
-         (search-list (loga-rurema word t)))
-    (loga-current-command :lookup)
-    (setq loga-current-endpoint :buffer
-          loga-base-buffer (current-buffer)
-          loga-rurema-cache (split-string search-list " "))
-    (loga-make-buffer (loga-rurema (car loga-rurema-cache) t))))
-
-(provide 'logalimacs-rurema)
-
-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the logaling-commit mailing list
Zurück zum Archiv-Index