Skip to content

Commit

Permalink
Hacks for emacs on Windoze8
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffclick committed Jan 22, 2014
1 parent 7a703a1 commit 3170bf6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions emacs_init.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
(global-set-key [(shift f1)] 'javadoc-help) ; Shift-F1 to bring up menu

;; JDEE. For me: mostly the debugger
(add-to-list 'load-path (expand-file-name "~/Desktop/Dropbox/Programs/Emacs/jdee-2.4.0.1/lisp"))
(add-to-list 'load-path (substitute-in-file-name "$DESK/Dropbox/Programs/Emacs/jdee-2.4.0.1/lisp"))

;; CEDET
(add-to-list 'load-path "~/Desktop/Dropbox/Programs/Emacs/cedet-1.0.1/")
(add-to-list 'load-path "~/Desktop/Dropbox/Programs/Emacs/cedet-1.0.1/common")
(add-to-list 'load-path "~/Desktop/Dropbox/Programs/Emacs/cedet-1.0.1/eieio")
(add-to-list 'load-path "~/Desktop/Dropbox/Programs/Emacs/cedet-1.0.1/ede")
(add-to-list 'load-path "~/Desktop/Dropbox/Programs/Emacs/cedet-1.0.1/speedbar")
(add-to-list 'load-path "~/Desktop/Dropbox/Programs/Emacs/cedet-1.0.1/semantic")
(add-to-list 'load-path "~/Desktop/Dropbox/Programs/Emacs/cedet-1.0.1/srecode")
(load-file "~/Desktop/Dropbox/Programs/Emacs/cedet-1.0.1/common/cedet.el")
(add-to-list 'load-path (substitute-in-file-name "$DESK/Dropbox/Programs/Emacs/cedet-1.0.1/"))
(add-to-list 'load-path (substitute-in-file-name "$DESK/Dropbox/Programs/Emacs/cedet-1.0.1/common"))
(add-to-list 'load-path (substitute-in-file-name "$DESK/Dropbox/Programs/Emacs/cedet-1.0.1/eieio"))
(add-to-list 'load-path (substitute-in-file-name "$DESK/Dropbox/Programs/Emacs/cedet-1.0.1/ede"))
(add-to-list 'load-path (substitute-in-file-name "$DESK/Dropbox/Programs/Emacs/cedet-1.0.1/speedbar"))
(add-to-list 'load-path (substitute-in-file-name "$DESK/Dropbox/Programs/Emacs/cedet-1.0.1/semantic"))
(add-to-list 'load-path (substitute-in-file-name "$DESK/Dropbox/Programs/Emacs/cedet-1.0.1/srecode"))
(load-file (substitute-in-file-name "$DESK/Dropbox/Programs/Emacs/cedet-1.0.1/common/cedet.el"))

;;(global-ede-mode t) ;; Turn on EDE

Expand Down Expand Up @@ -85,7 +85,7 @@
'(jde-javadoc-gen-destination-directory "./doc" t)
'(jde-jdk-doc-url "c:/Program Files (x86)/Java/jdk1.7.0_03/jdk-6-doc/docs")
'(jde-jdk-registry (quote (("1.6" . "$JAVA_HOME"))))
'(jde-run-working-directory "~/Desktop/Dropbox/lock_state")
'(jde-run-working-directory "$DESK/Dropbox/lock_state")
'(jdibug-connect-hosts (quote ("localhost:4444")))
'(semanticdb-project-roots (quote ("~/Dropbox/lock_state")))
'(show-paren-mode t)
Expand Down
4 changes: 2 additions & 2 deletions prj.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(jde-project-file-version "1.0")
(jde-set-variables
'(jde-javadoc-gen-destination-directory "./doc")
'(jde-run-working-directory "$HOME/Desktop/h2o")
'(jde-run-working-directory "$DESK/h2o")
'(jde-run-option-classpath (quote ("./target/classes" "./lib/javassist.jar" "./lib/hadoop/cdh4/hadoop-common.jar" "./lib/hadoop/cdh4/hadoop-auth.jar" "./lib/hadoop/cdh4/slf4j-api-1.6.1.jar" "./lib/hadoop/cdh4/slf4j-nop-1.6.1.jar" "./lib/hadoop/cdh4/hadoop-hdfs.jar" "./lib/hadoop/cdh4/protobuf-java-2.4.0a.jar" "./lib/apache/commons-codec-1.4.jar" "./lib/apache/commons-configuration-1.6.jar" "./lib/apache/commons-lang-2.4.jar" "./lib/apache/commons-logging-1.1.1.jar" "./lib/apache/httpclient-4.1.1.jar" "./lib/apache/httpcore-4.1.jar" "./lib/junit/junit-4.11.jar" "./lib/apache/guava-12.0.1.jar" "./lib/gson/gson-2.2.2.jar" "./lib/poi/poi-3.8-20120326.jar" "./lib/poi/poi-ooxml-3.8-20120326.jar" "./lib/poi/poi-ooxml-schemas-3.8-20120326.jar" "./lib/poi/dom4j-1.6.1.jar" "./lib/Jama/Jama.jar" "./lib/s3/aws-java-sdk-1.3.27.jar" "./lib/log4j/log4j-1.2.15.jar")))
'(jde-run-executable-args nil)
'(jde-run-option-debug nil)
Expand All @@ -11,7 +11,7 @@
'(jde-debugger (quote ("JDEbug")))
'(jde-compile-option-source (quote ("1.6")))
'(jde-compile-option-classpath (quote ("./target/classes" "./lib/javassist.jar" "./lib/hadoop/cdh4/hadoop-common.jar" "./lib/hadoop/cdh4/hadoop-auth.jar" "./lib/hadoop/cdh4/slf4j-api-1.6.1.jar" "./lib/hadoop/cdh4/slf4j-nop-1.6.1.jar" "./lib/hadoop/cdh4/hadoop-hdfs.jar" "./lib/hadoop/cdh4/protobuf-java-2.4.0a.jar" "./lib/apache/commons-codec-1.4.jar" "./lib/apache/commons-configuration-1.6.jar" "./lib/apache/commons-lang-2.4.jar" "./lib/apache/commons-logging-1.1.1.jar" "./lib/apache/httpclient-4.1.1.jar" "./lib/apache/httpcore-4.1.jar" "./lib/junit/junit-4.11.jar" "./lib/apache/guava-12.0.1.jar" "./lib/gson/gson-2.2.2.jar" "./lib/poi/poi-3.8-20120326.jar" "./lib/poi/poi-ooxml-3.8-20120326.jar" "./lib/poi/poi-ooxml-schemas-3.8-20120326.jar" "./lib/poi/dom4j-1.6.1.jar" "./lib/Jama/Jama.jar" "./lib/s3/aws-java-sdk-1.3.27.jar" "./lib/log4j/log4j-1.2.15.jar")))
'(jde-db-option-classpath (quote ("$HOME/Desktop/Dropbox/Sris and Cliff/H2O/classes")))
'(jde-db-option-classpath (quote ("$DESK/Dropbox/Sris and Cliff/H2O/classes")))
'(jde-run-option-enable-assertions "Everywhere")
'(jde-compile-option-sourcepath (quote ("./src")))
'(jde-sourcepath (quote ("./src")))
Expand Down

0 comments on commit 3170bf6

Please sign in to comment.