]> gitweb.factorcode.org Git - factor.git/commitdiff
Add some usage notes to factor.el
authorwayo.cavazos <wayo.cavazos@gmail.com>
Fri, 18 Aug 2006 00:41:56 +0000 (00:41 +0000)
committerwayo.cavazos <wayo.cavazos@gmail.com>
Fri, 18 Aug 2006 00:41:56 +0000 (00:41 +0000)
contrib/factor.el

index 9a75c598eea8c6a5f8fd7a5a2eb1630291c122fb..d73b96c21091f70c415ff59d6676104de2580391 100644 (file)
@@ -1,3 +1,24 @@
+;; Eduardo Cavazos - wayo.cavazos@gmail.com
+
+;; Add these lines to your .emacs file:
+
+;; (load-file "/scratch/repos/Factor/contrib/factor.el")
+;; (setq factor-binary "/scratch/repos/Factor/f")
+;; (setq factor-image "/scratch/repos/Factor/factor.image")
+
+;; Of course, you'll have to edit the directory paths for your system
+;; accordingly.
+
+;; That's all you have to do to "install" factor.el on your
+;; system. Whenever you edit a factor file, Emacs will know to switch
+;; to Factor mode.
+
+;; M-x factor-listener === Start a new factor listener inside Emacs
+;; M-x factor-listener-restart === Restart a factor listener whose
+;;                                 session has ended.
+
+;; BUG: A double quote character on a commented line will break the
+;; syntax highlighting for that line.
 
 (defgroup factor nil
   "Factor mode"