emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/omn-mode 16ddf37 5/6: Extraneous comments removed.


From: Phillip Lord
Subject: [elpa] externals/omn-mode 16ddf37 5/6: Extraneous comments removed.
Date: Mon, 03 Aug 2015 21:55:56 +0000

branch: externals/omn-mode
commit 16ddf3752638fb52ea02182d83a15ac7d2e5ac5b
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    Extraneous comments removed.
    
    These were implementation ideas and are unlikely to ever happen (by me)
    as I would rather interact with the reasoner via Tawny-OWL.
---
 omn-mode.el |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/omn-mode.el b/omn-mode.el
index d3a6b9b..e06ada9 100644
--- a/omn-mode.el
+++ b/omn-mode.el
@@ -237,17 +237,5 @@ See `imenu-generic-expression' for details")
                  '(?\n))))
   (set (make-local-variable 'indent-line-function) 'omn-indent-line))
 
-
-;; interaction with a reasoner.....
-;; Define a struct using CL, which defines a command. Then send this to the 
command line
-;; program as a single key-value pair line.
-;;
-;; Write a parser for this in Java.
-;; Write a "command" interface, use annotation to mark each of the command 
setMethods.
-;;
-;; Have the command interface return results between tags as lisp. We can eval
-;; this, and get the result in that way.
-
 (provide 'omn-mode)
-
 ;;; omn-mode.el ends here



reply via email to

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