Folks,

emacs and jde environment info included further down.

When I do a makedoc on any of my files,I get the following error.
cut from "compilation'.

cd /home/kthiele/projects/dmf1.0/src/com/alcatel/msgservice/
javadoc -d JavaDoc -protected -classpath
"/usr/local/jdk1.2.2/lib/tools.jar:/usr/local/jdk1.2.2/jre/lib/rt.jar:/usr/local/jdk1.2.2/jre/lib/i18n.jar:/usr1/Progress_SonicMQ/lib/webclient.jar:/usr1/Progress_SonicMQ/lib/jndi.jar:/usr1/Progress_SonicMQ/lib/gnu-regexp-1.0.6.jar:/usr1/Progress_SonicMQ/lib/xml4j.jar:/usr1/Progress_SonicMQ/lib/swingall.jar"
-sourcepath
"/home/kthiele/projects/dmf1.0/src/com/alcatel/msgservice/:/home/kthiele/projects/dmf1.0/src/"
-sourcepath  "/home/kthiele/projects/dmf1.0/src" -author  -version 
/home/kthiele/projects/dmf1.0/src/com/alcatel/msgservice/MssQueueSessionPair.java
javadoc: The -sourcepath option may be specified no more than once.
usage: javadoc [options] [packagenames] [sourcefiles] [classnames]
[@files]
-overview <file>          Read overview documentation from HTML file
-public                   Show only public classes and members
-protected                Show protected/public classes and members
(default)
-package                  Show package/protected/public classes and
members
-private                  Show all classes and members
-help                     Display command line options
-doclet <class>           Generate output via alternate doclet
-docletpath <path>        Specify where to find doclet class files
-1.1                      Generate output using JDK 1.1 emulating doclet
-sourcepath <pathlist>    Specify where to find source files
-classpath <pathlist>     Specify where to find user class files
-bootclasspath <pathlist> Override location of class files loaded
                          by the bootstrap class loader
-extdirs <dirlist>        Override location of installed extensions
-verbose                  Output messages about what Javadoc is doing
-locale <name>            Locale to be used, e.g. en_US or en_US_WIN
-encoding <name>          Source file encoding name
-J<flag>                  Pass <flag> directly to the runtime system

Provided by Standard doclet:
-d <directory>            Destination directory for output files
-use                      Create class and package usage pages
-version                  Include @version paragraphs
-author                   Include @author paragraphs
-splitindex               Split index into one file per letter
-windowtitle <text>       Browser window title for the documenation
-doctitle <html-code>     Include title for the package index(first)
page
-header <html-code>       Include header text for each page
-footer <html-code>       Include footer text for each page
-bottom <html-code>       Include bottom text for each page
-link <url>               Create links to javadoc output at <url>
-linkoffline <url> <url2> Link to docs at <url> using package list at
<url2>
-group <name> <p1>:<p2>.. Group specified packages together in overview
page
-nodeprecated             Do not include @deprecated information
-nodeprecatedlist         Do not generate deprecated list
-notree                   Do not generate class hierarchy
-noindex                  Do not generate index
-nohelp                   Do not generate help link
-nonavbar                 Do not generate navigation bar
-serialwarn               Generate warning about @serial tag
-charset <charset>        Charset for cross-platform viewing of
generated documentation.
1 error

Compilation exited abnormally with code 1 at Fri Oct 13 10:32:11

=============================================================================

to "fix" this I commented out the following lines starting at line 844
in jde-javadoc.el. Now I reduced the double inclusion of -sourcepath
argument to javadoc. However, at this time I have no idea if this has
caused any side effects. I have not noticed anything at this time.

    ;; Insert classpath
;;    (if jde-db-source-directories
;;      (setq arguments
;;            (concat
;;             arguments 
;;             (format " -sourcepath \"%s\""
;;                     (mapconcat
;;                      (lambda (path) path)
;;                      jde-db-source-directories 
;;                      path-separator)))))

Discovered problem JDE 2.2.2 moved to 2.2.5, problem remained
emacs 20.7
elib elib-0.06
sematics 1.3a
speedbar 0.13a

Contents of "messages" >>
Loading backquote...done
Loading wid-browse...
Loading wid-browse...done
Loading cl-macs...
Loading cl-macs...done
Bootstrapping objects...
Bootstrapping objects...done
Loading cl-extra...
Loading cl-extra...done
For information about the GNU Project and its goals, type C-h C-p.
Loading dired...
Loading dired...done
Loading lazy-lock...
Loading lazy-lock...done
Reading directory
/home/kthiele/projects/dmf1.0/src/com/alcatel/msgservice/...
Reading directory
/home/kthiele/projects/dmf1.0/src/com/alcatel/msgservice/...done
Loading cl-seq...
Loading cl-seq...done
Loading /home/kthiele/projects/dmf1.0/src/com/alcatel/msgservice/prj.el
(source)...
Loading /home/kthiele/projects/dmf1.0/src/com/alcatel/msgservice/prj.el
(source)...done
(No files need saving)
Parsing error messages...
Parsing error messages...done.
exited abnormally with code 1

Updating speedbar to: /home/kthiele/emacs/jde-2.2.5/lisp/...
Updating speedbar to: /home/kthiele/emacs/jde-2.2.5/lisp/...done
Mark saved where search started [2 times]
Wrote /home/kthiele/emacs/jde-2.2.5/lisp/jde-javadoc.el
Compiling /home/kthiele/emacs/jde-2.2.5/lisp/jde-javadoc.el...
Loading byte-opt...
Loading byte-opt...done
Compiling /home/kthiele/emacs/jde-2.2.5/lisp/jde-javadoc.el...done
Wrote /home/kthiele/emacs/jde-2.2.5/lisp/jde-javadoc.elc
Loading /home/kthiele/emacs/jde-2.2.5/lisp/jde-javadoc.elc...
Loading /home/kthiele/emacs/jde-2.2.5/lisp/jde-javadoc.elc...done
Quit
Loading ebuff-menu...
Loading ebuff-menu...done
<<< Press Return to bury the buffer list >>>

Updating speedbar to:
/home/kthiele/projects/dmf1.0/src/com/alcatel/msgservice/...
Updating speedbar to:
/home/kthiele/projects/dmf1.0/src/com/alcatel/msgservice/...done
(No files need saving)
Parsing error messages...
Parsing error messages...done.
finished

Updating speedbar to: /home/kthiele/emacs/jde-2.2.5/lisp/...
Updating speedbar to: /home/kthiele/emacs/jde-2.2.5/lisp/...done

<<

.emacs and . prj.el attached


I would like to know if this is a bug or do I have some conflicts in my
option settings.

Thanks

-karl



Running RH 6.2

;; 
;;(setq Info-default-directory-list (list"/usr/local/info/"))

;(setq Info-default-directory-list
;      (cons  "/usr/local/latest/info"  Info-default-directory-list ))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;; PATHS for MODULES ;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(setq load-path
     (append load-path (list (expand-file-name "~/emacs")) ))
(add-to-list 'load-path (expand-file-name "~/emacs/jde-2.2.5/lisp"))
(add-to-list 'load-path (expand-file-name "~/emacs/semantic-1.3a"))
(add-to-list 'load-path (expand-file-name "~/emacs/speedbar-0.13a"))


;;;;;;;;;;;;;;;;;;;;;;;; PREVIOUS PATH CONFIGS - HISTORIACAL PURPOSES ;;;;;;;;;;
;;(setq load-path
;;     (append load-path '("d:/emacs")))

;;(setq load-path (cons "d:/emacs/jess" load-path))

;;(append load-path '("/usr/local/src/gnu/emacs/emacs-20.1/lisp")))


;;;;;;;;;;;;;;;;;;;;;;;;;;;; Clearcase stuff ;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;; HISTORICAL - clearcase not used. bet vc hooks could be used with p4

;; not using clearcase
;;(cond (window-system
;;       (load "vc-hooks.elc")
;;       ))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Matching Parens ;;;;;;;;;;;;;;;;;;;;;;;;;

(defun match-bracket (arg)
  "Go to the matching bracket if on bracket, otherwise insert %."
  (interactive "p")
  (cond ((looking-at "\\s\(") (forward-list 1) (backward-char 1))
        ((looking-at "\\s\)") (forward-char 1) (backward-list 1))
        ((looking-at "\\s\{") (forward-list 1) (backward-char 1))
        ((looking-at "\\s\}") (forward-char 1) (backward-list 1))
        ((looking-at "\\s\[") (forward-list 1) (backward-char 1))
        ((looking-at "\\s\]") (forward-char 1) (backward-list 1))
        (t (self-insert-command (or arg 1)))
  )
)

(global-set-key "%" 'match-bracket)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;  TIME          ;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;(setq debug-on-error t)
(setq display-time-day-and-date t)
(setq display-time-24hr-format t)

(display-time)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;  Man Pages
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(autoload 'Man-mouseify-xrefs "man-xref")

(add-hook 'Man-mode-hook
          (function
           (lambda()
             (Man-mouseify-xrefs)
             (define-key Man-mode-map "\r" 'Man-do-manual-reference)
             (define-key Man-mode-map "\t" 'Man-next-manual-reference)
             (define-key Man-mode-map "\e\t" 'Man-prev-manual-reference)

             (define-key Man-mode-map [mouse-2] 'Man-mouse-manual-reference)
             )))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;; C++ Mode Stuff ;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

     ;; Here's a sample .emacs file that might help you along the way. Just
     ;; copy this region and paste it into your .emacs file.  You may want to
     ;; change some of the actual values.

     (defconst my-c-style
       '((c-tab-always-indent           . t)
         (c-comment-only-line-offset    . 4)
         (c-hanging-braces-alist        . ((substatement-open after)
                                           (brace-list-open)))
         (c-hanging-colons-alist        . ((member-init-intro before)
                                           (inher-intro)
                                           (case-label after)
                                           (label after)
                                           (access-label after)))
         (c-cleanup-list                . (scope-operator
                                           empty-defun-braces
                                           defun-close-semi))
         (c-offsets-alist               . ((arglist-close     .c-lineup-arglist)
                                           (substatement-open . 0)
                                           (case-label        . 4)
                                           (block-open        . 0)
                                           (knr-argdecl-intro . -)))
         (c-echo-syntactic-information-p . t)) "My C Programming Style")

     ;; Customizations for all of c-mode, c++-mode, and objc-mode
     (defun my-c-mode-common-hook ()
       ;; add my personal style and set it for the current buffer
       (c-add-style "PERSONAL" my-c-style t)
       ;; offset customizations not in my-c-style
       (c-set-offset 'member-init-intro '++)
       ;; other customizations
       (setq tab-width 4
             ;; this will make sure spaces are used instead of tabs
             indent-tabs-mode nil)
       ;; we like auto-newline and hungry-delete
       (c-toggle-auto-hungry-state 1)
       ;; keybindings for C, C++, and Objective-C.  We can put these in
       ;; c-mode-map because c++-mode-map and objc-mode-map inherit it
       (define-key c-mode-map "\C-m" 'newline-and-indent)
       )

     ;; the following only works in Emacs 19
     ;; Emacs 18ers can use (setq c-mode-common-hook 'my-c-mode-common-hook)
     (add-hook 'c-mode-common-hook 'my-c-mode-common-hook)


;;;;;;;;;; Historical - not sure when this was done, 19.34 to 2.??? >>! ;;;;;;;;;;

;; unbind c-mode stuff (necessary for new cc-mode)
;;(fmakunbound 'c-mode)
;;(makunbound 'c-mode-map)
;;(fmakunbound 'c++-mode)
;;(makunbound 'c++-mode-map)
;;(makunbound 'c-style-alist)

;; autoload cc-mode
;;(autoload 'c++-mode "cc-mode" "C++ Editing Mode" t)
;;(autoload 'c-mode   "cc-mode" "C Editing Mode" t)

;; set c++-mode variables

;;;;;;; <<! ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(setq-default c-basic-offset 4)
(setq c-indent-level 4)
(setq c-continued-statement-offset 4)
(setq argdecl-indent 4)
(setq c-brace-imaginary-offset 0)

;; set the offset to something I like
(defun my-c-mode-common-hook ()
  (c-set-offset 'case-label 2)
  (c-set-offset 'statement-case-intro 2))
(add-hook 'c-mode-common-hook 'my-c-mode-common-hook)

;; set file extensions for c++ mode
(setq auto-mode-alist (cons '("\.cxx$" . c++-mode) auto-mode-alist))
(setq auto-mode-alist (cons '("\.h$" . c++-mode) auto-mode-alist))
(setq auto-mode-alist (cons '("\.c$" . c++-mode) auto-mode-alist))
(setq auto-mode-alist (cons '("\.C$" . c++-mode) auto-mode-alist))
(setq auto-mode-alist (cons '("\.cc$" . c++-mode) auto-mode-alist))
(setq auto-mode-alist (cons '("\.hh$" . c++-mode) auto-mode-alist))
(setq auto-mode-alist (cons '("\.idl$" . c++-mode) auto-mode-alist))
(setq auto-mode-alist (cons '("\.impl$" . c++-mode) auto-mode-alist))

;;;;; historical - may never use anymore do not use fvwm. ;;;;;;;;;;;;;;;;
;; fvwmrc mode
;;(autoload 'fv-mode "fv-mode" ".fvwmrc Editing Mode" t)
;;(setq auto-mode-alist (cons '("\.fvwmrc$" . fv-mode) auto-mode-alist))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


;;;;;;;;;;;;;;;;;;;; Makefile mode ;;;;;;;;;;;;;;;;;;;;;;;;;;
(setq auto-mode-alist (cons '("\.mk$" . makefile-mode) auto-mode-alist))

(setq auto-mode-alist (cons '("\.mak$" . makefile-mode) auto-mode-alist))

;;;;;;;;;;;;;;;;;;;;;;;;;;  Perl mode ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(autoload 'perl-mode "cperl-mode" "alternate mode for editing Perl programs" t)
(setq cperl-hairy t)

(setq auto-mode-alist
     (append '(("\\.[pP][Llm]$" . perl-mode))  auto-mode-alist ))
(setq interpreter-mode-alist (append interpreter-mode-alist
            '(("miniperl" . perl-mode))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;; Java Mode ;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; Java mode
;;(autoload 'java-mode "java-mode" "java mode" t nil)
(autoload 'java-mode "cc-mode" "Java Editing Model" t)

(setq auto-mode-alist
       (append '(("\\.java$" . java-mode)) auto-mode-alist))

(add-hook 'java-mode-hook
          (function
           (lambda()
             (turn-on-font-lock))))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;; Mail Stuff ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; N O T E           N O T E  not using emacs for mail
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; set the mail archive file
;;(setq mail-archive-file-name "/home/omp/kdt/mail/sentsave")

;; set the default file
;;(setq rmail-file-name "/home/omp/kdt/mail/RMAIL")

;; delete messages after filing
;;(setq rmail-delete-after-output t)

;; add other headers to ignore
;;(setq rmail-ignored-headers (concat rmail-ignored-headers
;; 
"\\|^X-Mailer:\\|^X-Sun-Charset:\\|^Content-Length:\\|^Content-Type:\\|^Mime-Version:\\|^Content-Transfer-Encoding:"))

;; set the summary window size
;;(setq rmail-summary-window-size 15)

;; set the default rmail directory
;;(setq rmail-default-rmail-file "/home/omp/kdt/mail/")

;; set the default mail file directory (for menu selections)
;;(setq rmail-secondary-file-directory "/home/omp/kdt/mail/")

;; the default mail regular expression
;;(setq rmail-secondary-file-regexp ".*[^~#]$")

;; set the prefix for yanked mail
;; (setq mail-yank-prefix "> ")

;; load the supercite package
;;(autoload 'sc-cite-original     "supercite" "Supercite 3.1" t)
;;(autoload 'sc-submit-bug-report "supercite" "Supercite 3.1" t)
;;(add-hook 'mail-citation-hook 'sc-cite-original)
;;(setq sc-auto-fill-region-p nil)
;;(setq news-reply-header-hook nil)
;;(setq sc-confirm-always-p nil)
;;(setq sc-preferred-header-style 1)

;;(setq sc-nested-citation-p t)
;;(add-hook 'mail-citation-hook 'sc-cite-original)

;;;;; not used (setq sc-header-on-said "      On DATE, FROM says:")
;;(setq news-reply-header-hook nil)
;;(setq sc-confirm-always-p nil)

;;;;;; not used(setq sc-preferred-header-style 5)

; activate auto-fill-mode when a new message is created
;;;;;; not used(setq sc-preferred-header-style 5)

; activate auto-fill-mode when a new message is created
;(add-hook 'mail-mode-hook 'auto-fill-mode)


;; setup up a function to reply to only the sender
;;(defun rmail-reply-no-cc ()
;;  "Reply to the current message, only to the current sender"
;;  (interactive)
;;  (rmail-reply t))

;; set up key mappings for reply
;;(setq rmail-mode-hook
;;      (list
;;       (function
;; (lambda ()
;; (define-key rmail-mode-map "r" 'rmail-reply-no-cc)
;; (define-key rmail-mode-map "R" 'rmail-reply)
;;))))

;; setup up a function to reply to only the sender
;;(defun rmail-summary-reply-no-cc ()
;;  "Reply to the current message, only to the current sender"
;;  (interactive)
;;  (rmail-summary-reply t))

;; set up key mappings for reply
;;(setq rmail-summary-mode-hook
;;      (list
;;       (function
;; (lambda ()
;; (define-key rmail-summary-mode-map "r" 'rmail-summary-reply-no-cc)
;; (define-key rmail-summary-mode-map "R" 'rmail-summary-reply)
;;))))

;;(add-hook 'rmail-show-message-hook 'rmime-format)
;;(add-hook 'rmail-edit-mode-hook    'rmime-cancel)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;; mailcrypt Stuff ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;; Other Stuff ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; activate auto-fill for all text-based modes
(add-hook 'text-mode-hook 'turn-on-auto-fill)

;; set up anonymous for ftp access
(setq ange-ftp-default-user "anonymous")

;; set up default make command
(setq compile-command "make ")

;; turn off the Gnu message in the buffer upon startup
(setq inhibit-startup-message t)

;; set line numbering to on
(setq line-number-mode 1)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Print Stuff
;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; setup to print to "fusion" ;; from work
;;(setq lpr-switches '("-Phpiii"));; from work

;;(setq lpr-command "d:\\localbin\\lpr.bat") 

;;(setq lpr-command "print")
;;(setq lpr-switches '(" /D:\\\\RALEIGHNTSERVER\\HPLaserJ")) ; your printer device 
here for NT

;; set up printer command
;;(setq lpr-command "~/bin/eprint") ;; from work

(setq lpr-headers-switches nil)

(setq lpr-add-options nil)

;; printer at ganymede is only postscript
;; do not have color printer so turn off colors
;; see ps-print.el for variables, more then in the info

(setq ps-print-color-p nil)

;; set the scroll step to something reasonable
(setq scroll-step 1)

;;---------------------- S H E L L -------------------------

;; Include the following only if you want to run
;; bash as your shell. NOT SURE WHY THIS IS LOCATED HERE, JDE did JDE do this???
;; Moved this to this location 6/20/00

;; Setup Emacs to run bash as its primary shell.
(setq binary-process-input t)
;; set the default shell
(setq shell-file-name "bash")
(setq explicit-shell-file-name shell-file-name)
(setenv "SHELL" shell-file-name)
(setq explicit-sh-args '("-login" "-i"))
(setq w32-quote-process-args ?\") ;; Use Cygnus quoting rules.

(setq shell-command-switch "-c")

;; turn on visual bell
;; this one only works with X interface too
(setq visible-bell t)

;; set grep to look for stuff case-insensitive
(setq grep-command "egrep -ni ")

;; don't add newlines to the end of file when using the
;; down-arrow key
(setq next-line-add-newlines nil)

;; if X, load the "paren" feature for enhanced parenthesis
;; matching
(cond (window-system
       (load-library "paren"))
)

;; clear the minibuffer
(message "")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;; Font-Lock Stuff ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(cond (window-system
       ;; turn off font lock progress indicators
       (setq font-lock-verbose nil)

 (setq font-lock-maximum-decoration t
       font-lock-maximum-size nil)

        (setq font-lock-support-mode 'lazy-lock-mode)
        (setq lazy-lock-defer-time nil)
;;    when font lock on for help mode cause C-h b to to fail
;;        (add-hook 'help-mode-hook 'turn-on-font-lock)
 (add-hook 'fortran-mode-hook 'turn-on-font-lock)
 (add-hook 'emacs-lisp-mode-hook 'turn-on-font-lock)
 (add-hook 'c-mode-hook 'turn-on-font-lock)
 (add-hook 'c++-mode-hook 'turn-on-font-lock)
;; (add-hook 'c++-c-mode-hook 'turn-on-font-lock)
 (add-hook 'compilation-mode-hook 'turn-on-font-lock)
 (add-hook 'tex-mode-hook 'turn-on-font-lock)
 (add-hook 'makefile-mode-hook 'turn-on-font-lock)
 (add-hook 'change-log-mode-hook 'turn-on-font-lock)
 (add-hook 'mail-mode-hook 'turn-on-font-lock)
 (add-hook 'rmail-mode-hook 'turn-on-font-lock)
 (add-hook 'rmail-summary-mode-hook 'turn-on-font-lock)
 (add-hook 'pascal-mode-hook 'turn-on-font-lock)
 (add-hook 'dired-mode-hook 'turn-on-font-lock)
 (add-hook 'sh-mode-hook 'turn-on-font-lock)
;;
       (add-hook 'find-file-hooks 'turn-on-font-lock)
;;       (add-hook 'font-lock-mode-hook 'turn-on-fast-lock)
))

;; highlight marked regions
;; sorry, only works with X interface
(transient-mark-mode t)

;; if X, load the "paren" feature for enhanced parenthesis
;; matching
(cond (window-system
       (load-library "paren"))
)

(put 'narrow-to-region 'disabled nil)

;; (server-start)

(load "desktop")
(desktop-load-default)
(desktop-read)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;; Debugger Stuff
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;     (setq edebug-global-prefix "\C-xX") ; or whatever you want
;     (define-key emacs-lisp-mode-map "\C-xx" 'edebug-defun)
;     (autoload 'edebug-defun "edebug") ; To evaluate defuns for edebug
;     (autoload 'edebug-debug "edebug") ; Using debugger should also autoload.
;     (setq debugger 'edebug-debug)      ; To replace standard debugger.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;; Keyboard Stuff ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;(load "win-back.el")

;; This code allows the use of the electric buffer.
(global-set-key "\C-x\C-b"        'electric-buffer-list)



;; Bind goto-line to C-c l
(define-key ctl-x-map "l" 'goto-line)

;; set up keyboard mapping for non-X11 emacs sessions
;; (still in experimental stage)
(define-key ctl-x-map          "g"       'goto-line)
(define-key ctl-x-map          "p"       'pop-tag)
(define-key ctl-x-map          "t"       'push-tag)
(define-key ctl-x-map          "z"       'zap-to-char)
(define-key ctl-x-map          "~"       'find-this-error)
(define-key ctl-x-map          "@"       'compare-windows)
;;(define-key esc-map            "Q"    'query-replace-regexp)
(define-key esc-map            "Q"    'query-replace
)
(define-key esc-map            "R"    'replace-regexp)
(define-key esc-map            "m"    'map-replace-string)
(define-key esc-map            "o"       'occur)
;;(define-key esc-map            "q"    'query-replace)
(define-key esc-map            "r"    'replace-string)
(define-key esc-map            "z"       'single-line-scroll-down)
;; esc-g interfers with font-lock, re-fontifying
;;(define-key esc-map            "g"       'grep)
;; Set up the "home" and "end" keys for X-windows. These are normally
;; setup by the Gnu Emacs X interface, but I've remapped them using
;; xmodmap so I can use them in the X-windows OR terminal based version
;; of Emacs.
(cond (window-system
       (global-set-key [find] 'beginning-of-buffer)
       (global-set-key [S-find] 'end-of-buffer)
       (global-set-key [f11] 'split-window-vertically)
       (global-set-key [f12] 'delete-other-windows)
;;;;;;;; NOT USING MAIL, NEWS or WEB VIA EMACS  
;       (global-set-key [f2] 'rmail)
;       (global-set-key [f3] 'gnus )
;       (global-set-key [f4] 'w3)
       (global-set-key [f4] 'calendar)
       (global-set-key [f5] 'lpr-buffer)
       (global-set-key [S-f5] 'lpr-region)
       (global-set-key [f6] 'enlarge-window)
       (global-set-key [S-f6] 'shrink-window)
       (global-set-key [f9] 'recompile)
       (global-set-key [S-f9] 'compile)

))
(defun single-line-scroll-up ()
  "Scroll up a single line in the current window."
  (interactive)
  (scroll-up 1))

(defun single-line-scroll-down ()
  "Scroll down a single line in the current window."
  (interactive)
  (scroll-up -1))
(put 'downcase-region 'disabled nil)

;;;;;;;;;
;;;;;;;;  W O M A N
;; NT does not have man-xref
;;;;; NOT RUNNING ON NT - HISTORICAL

;;(load-library "woman")

;;   (autoload 'woman "woman"
;;             "Decode and browse a UN*X man page." t)
;;   (autoload 'woman-find-file "woman"
;;             "Find, decode and browse a specific UN*X man-page file."



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;;;;;;;;;;--------------- J D E -----------------

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


;; This section of .emacs file illustrates the minimul setup
;; required to run the JDE.

;; Update the Emacs load-path to include the path to
;; the JDE. This code assumes that you have installed
;; the JDE in the specified subdirectory of your home
;; directory.
;; LOAD PATH UPDATED UP IN PATHS SECTION, top of file

;;(setq load-path
;;      (nconc
;;       '(
;;         "/home/kthiele/emacs/jde-2.1.9/lisp"
;;         )
;;       load-path))

;; Tell Emacs to load the entire JDE package at startup (only once).
;; jmaker requires jde
(require 'jmaker)

;; Sets the basic indentation for Java source files
;; to two spaces.
(defun my-jde-mode-hook ()
  (setq c-basic-offset 4))

(add-hook 'jde-mode-hook 'my-jde-mode-hook)


(defun jde-append-classpath ()
  "*Adds the contents of CLASSPATH to `jde-global-classpath',
but only if the contents that are not already in `jde-global-classpath'."
  (interactive)
  (let ((paths
         (jde-path-string-to-list
          (getenv "CLASSPATH"))))
    (while paths
      (let ((path (car paths)))
        (if jde-global-classpath
            (if (not 
                 (find-if 
                  (lambda(p) (string= p path))
                  jde-global-classpath))
                (setq jde-global-classpath
                      (append jde-global-classpath (list path))))
          (setq jde-global-classpath (list path)))
        (setq paths (cdr paths))))))

;; kthieleismysite
;; simpleisbest

;; Configure Emacs to use the default browser on your system
;; to display the JDE documentation.
;;(defvar shell-execute-helper "shelex.exe")
;;(defun shell-execute-url (url &optional new-window)
;;     "Invoke the shell-execute-helper program to call ShellExecute and launch
;;     or re-direct a web browser on the specified url."
;;        (interactive "sURL: ")
;;        (call-process shell-execute-helper nil nil nil url))
;;(setq browse-url-browser-function 'shell-execute-url)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;;======================= JESS ============================

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;  (autoload 'jess-mode "jess-mode" "Jess Editing Mode" t nil)
;;  (autoload 'run-jess "inf-jess" "Inferior Jess Mode" t nil)
;;  (setq auto-mode-alist
;;        (append '(("\\.clp$" . jess-mode))))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; Added from JDE and JDEdebug , local customizations can be picked up
;; via project files found in project directories default name is prj.el

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(custom-set-variables
 '(jde-compile-option-command-line-args "-d /home/kthiele/public_html/myclasses")
 '(jde-bug-jre-home "/usr/local/jdk1.2.2/jre")
 '(compilation-scroll-output t)
 '(buffers-menu-max-size 15)
 '(jde-bug-server-socket (quote (t . "8000")))
 '(compile-auto-highlight t)
 '(jde-gen-k&r t)
 '(jde-bug-jdk-directory "/usr/local/jdk1.2.2")
 '(jde-db-source-directories (quote ("/home/kthiele/test/mysrc/examples/hello" 
"/home/kthiele/test/mysrc")))
 '(mouse-scroll-min-lines 10)
 '(jde-jdk-doc-url "file:/usr/local/jdk1.3/docs/index.html")
 '(jde-db-debugger (quote ("JDEbug" "" . "Executable")))
 '(jmaker-makefile-buffer-template (quote ("\"####\" 'n" "\"#### Java Makefile 
automatically generated by jmaker \"" "(jmaker-version-number) 'n" "\"#### Creation 
date: \" (current-time-string) 'n" "\"####\" 'n" "\"include ../../../../makedefs.mk\" 
'n" "'n" "\"#### Java compiler settings taken from makedefs.mk\" 'n" "'n" "\"#### 
Global target\" 'n" "(jmaker-all-target)" "'n" "\"#### Single targets\" 'n" 
"(jmaker-file-targets)" "'n" "\"#### Cleanup\" 'n" "\"clean:\" 'n" "\"\\t$(RM) 
*.class\" 'n" "'n" "\"#### Rebuild\" 'n" "\"build:\\tclean all\" 'n" "'n" "\"#### 
Usage\" 'n" "\"help:\" 'n" "\"\\t@echo \\\"Usage: make [all|<single 
target>|clean|build|help]\\\"\" 'n" "\"\\t@echo \\\"  all             - build all as 
needed (default)\\\"\" 'n" "\"\\t@echo \\\"  <single target> - build the given file as 
needed\\\"\" 'n" "\"\\t@echo \\\"  clean           - remove all .class files\\\"\" 'n" 
"\"\\t@echo \\\"  build           - build all inconditionnally\\\"\" 'n" "\"\\t@echo 
\\\"  help            - display this help\\\"\" 'n" "'n")))
 '(compile-command "make")
 '(jde-global-classpath (quote ("/usr/local/jdk1.2.2/lib/tools.jar" 
"/usr/local/jdk1.2.2/jre/lib/rt.jar" "/usr/local/jdk1.2.2/jre/lib/i18n.jar")))
 '(frame-background-mode (quote dark))
 '(jde-enable-abbrev-mode t)
 '(jde-bug-jpda-directory "/usr/local/jdk1.2.2/")
 '(user-mail-address "[EMAIL PROTECTED]")
 '(jde-run-classic-mode-vm t))
(custom-set-faces
 '(secondary-selection ((((class color) (background dark)) (:background "blue2")))))



















(jde-set-project-name "msgservice")
(jde-set-variables 
 '(jde-gen-session-bean-template (quote ("(jde-wiz-insert-imports-into-buffer (list 
\"javax.ejb.*\"
\"java.rmi.RemoteException\"))" "(jde-wiz-update-implements-clause \"SessionBean\")" 
"'> \"public void ejbActivate() throws RemoteException {\"'>'n \"}\"'>'n
'>'n" "'> \"public void ejbPassivate() throws RemoteException {\"'>'n \"}\"'>'n
'>'n" "'> \"public void ejbRemove() throws RemoteException {\"'>'n \"}\"'>'n '>'n" "'> 
\"public void setSessionContext(SessionContext ctx) throws
RemoteException {\"" "'>'n \"}\"'>'n '>'n" "'> \"public void unsetSessionContext() 
throws RemoteException {\"'>'n
\"}\"'>'n '>'n'>")))
 '(jde-gen-beep (quote ("(end-of-line) '&" 
"\"Toolkit.getDefaultToolkit().beep();\"'>'n'>")))
 '(jde-run-classic-mode-vm t)
 '(jde-javadoc-gen-nodeprecatedlist nil)
 '(jde-imenu-include-classdef t)
 '(jde-javadoc-gen-link-online nil)
 '(jde-gen-code-templates (quote (("Get Set Pair" . jde-gen-get-set) ("toString 
method" . jde-gen-to-string-method) ("Action Listener" . jde-gen-action-listener) 
("Window Listener" . jde-gen-window-listener) ("Mouse Listener" . 
jde-gen-mouse-listener) ("Mouse Motion Listener" . jde-gen-mouse-motion-listener) 
("Inner Class" . jde-gen-inner-class) ("println" . jde-gen-println) ("beep" . 
jde-gen-beep) ("property change support" . jde-gen-property-change-support) ("EJB 
Entity Bean" . jde-gen-entity-bean) ("EJB Session Bean" . jde-gen-session-bean))))
 '(jde-gen-cflow-else (quote ("(if (jde-parse-comment-or-quoted-p)" "'(l \"else\")" 
"'(l '> \"else \"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n'>'r'n" "\"} // end of 
else\"'>'n'>)" ")")))
 '(jde-make-args "")
 '(jde-javadoc-gen-destination-directory "JavaDoc")
 '(jde-mode-abbreviations (quote (("ab" . "abstract") ("bo" . "boolean") ("br" . 
"break") ("by" . "byte") ("byv" . "byvalue") ("cas" . "cast") ("ca" . "catch") ("ch" . 
"char") ("cl" . "class") ("co" . "const") ("con" . "continue") ("de" . "default") 
("dou" . "double") ("el" . "else") ("ex" . "extends") ("fa" . "false") ("fi" . 
"final") ("fin" . "finally") ("fl" . "float") ("fo" . "for") ("fu" . "future") ("ge" . 
"generic") ("go" . "goto") ("impl" . "implements") ("impo" . "import") ("ins" . 
"instanceof") ("in" . "int") ("inte" . "interface") ("lo" . "long") ("na" . "native") 
("ne" . "new") ("nu" . "null") ("pa" . "package") ("pri" . "private") ("pro" . 
"protected") ("pu" . "public") ("re" . "return") ("sh" . "short") ("st" . "static") 
("su" . "super") ("sw" . "switch") ("sy" . "synchronized") ("th" . "this") ("thr" . 
"throw") ("throw" . "throws") ("tra" . "transient") ("tr" . "true") ("vo" . "void") 
("vol" . "volatile") ("wh" . "while"))))
 '(jde-imenu-enable t)
 '(jde-compile-option-verbose nil)
 '(jde-db-option-heap-size (quote ((1 . "megabytes") (16 . "megabytes"))))
 '(jde-bug-debugger-host-address "kthiele.rtp.xylan")
 '(jde-make-working-directory "")
 '(jde-bug-breakpoint-marker-colors (quote ("red" . "yellow")))
 '(jde-javadoc-gen-use nil)
 '(jde-gen-buffer-boilerplate nil)
 '(jde-bug-raise-frame-p t)
 '(jde-db-option-application-args nil)
 '(jde-javadoc-gen-nonavbar nil)
 '(jde-javadoc-gen-nohelp nil)
 '(jde-bug-vm-includes-jpda-p nil)
 '(jde-gen-jfc-app-buffer-template (quote ("(funcall jde-gen-boilerplate-function) 
'>'n" "\"import java.awt.Dimension;\" '>'n" "\"import java.awt.Graphics;\" '>'n" 
"\"import java.awt.Graphics2D;\" '>'n" "\"import java.awt.Color;\" '>'n" "\"import 
java.awt.geom.Ellipse2D;\" '>'n" "\"import java.awt.event.WindowAdapter;\" '>'n" 
"\"import java.awt.event.WindowEvent;\" '>'n" "\"import javax.swing.JFrame;\" '>'n" 
"\"import javax.swing.JPanel;\" '>'n" "\"import javax.swing.JScrollPane;\" '>'n" 
"\"import javax.swing.JMenuBar;\" '>'n" "\"import javax.swing.JMenu;\" '>'n" "\"import 
java.awt.event.ActionEvent;\" '>'n" "\"import javax.swing.AbstractAction;\" '>'n '>'n" 
"\"/**\" '>'n" "\" * \"" "(file-name-nondirectory buffer-file-name) '>'n" "\" *\" 
'>'n" "\" *\" '>'n" "\" * Created: \" (current-time-string) '>'n" "\" *\" '>'n" "\" * 
@author <a href=\\\"mailto: \\\"\" (user-full-name) \"</a>\"'>'n" "\" * @version\" 
'>'n" "\" */\" '>'n" "'>'n" "\"public class \"" "(file-name-sans-extension 
(file-name-nondirectory buffer-file-name))" "\" extends JFrame\"" "(if jde-gen-k&r " 
"()" "'>'n)" "\"{\"'>'n" "\"class Canvas extends JPanel\"" "(if jde-gen-k&r " "()" 
"'>'n)" "\"{\"'>'n" "\"public Canvas () \"" "(if jde-gen-k&r " "()" "'>'n)" 
"\"{\"'>'n" "\"setSize(getPreferredSize());\" '>'n" 
"\"Canvas.this.setBackground(Color.white);\" '>'n" "\"}\"'>'n '>'n" "\"public 
Dimension getPreferredSize() \"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "\"return 
new Dimension(600, 600);\" '>'n" "\"}\"'>'n '>'n" "\"public void 
paintComponent(Graphics g) \"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" 
"\"super.paintComponent(g);\" '>'n" "\"Graphics2D g2d = (Graphics2D) g;\" '>'n" 
"\"Ellipse2D circle = new Ellipse2D.Double(0d, 0d, 100d, 100d);\" '>'n" 
"\"g2d.setColor(Color.red);\" '>'n" "\"g2d.translate(10, 10);\" '>'n" 
"\"g2d.draw(circle);\" '>'n" "\"g2d.fill(circle);\" '>'n" "\"}\"'>'n " "\"}\"'>'n 
'>'n" "\"public \"" "(file-name-sans-extension (file-name-nondirectory 
buffer-file-name))" "\"()\"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" 
"\"super(\\\"\" (P \"Enter app title: \") \"\\\");\" '>'n" "\"setSize(300, 300);\" 
'>'n" "\"addWindowListener(new WindowAdapter() \"" "(if jde-gen-k&r " "()" "'>'n)" 
"\"{\"'>'n" "\"public void windowClosing(WindowEvent e) {System.exit(0);}\" '>'n" 
"\"public void windowOpened(WindowEvent e) {}\" '>'n" "\"});\"'>'n" 
"\"setJMenuBar(createMenu());\" '>'n" "\"getContentPane().add(new JScrollPane(new 
Canvas()));\" '>'n" "\"}\"'>'n" "'>'n" "\"public static void main(String[] args) \"" 
"(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "'>'n" "(file-name-sans-extension 
(file-name-nondirectory buffer-file-name))" "\" f = new \"" "(file-name-sans-extension 
(file-name-nondirectory buffer-file-name))" "\"();\" '>'n" "\"f.show();\" '>'n" 
"\"}\"'>'n '>'n" "\"protected JMenuBar createMenu() \"" "(if jde-gen-k&r " "()" 
"'>'n)" "\"{\"'>'n" "\"JMenuBar mb = new JMenuBar();\" '>'n" "\"JMenu menu = new 
JMenu(\\\"File\\\");\" '>'n" "\"menu.add(new AbstractAction(\\\"Exit\\\") \"" "(if 
jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "\"public void actionPerformed(ActionEvent e) 
\"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "\"System.exit(0);\" '>'n" "\"}\" 
'>'n" "\"});\" '>'n" "\"mb.add(menu);\" '>'n" "\"return mb;\" '>'n" "\"}\"'>'n " "\"} 
// \"'>" "(file-name-sans-extension (file-name-nondirectory buffer-file-name))" 
"'>'n")))
 '(jde-bug-key-bindings (quote (("[? ? ?]" . jde-bug-step-over) ("[? ? ?]" . 
jde-bug-step-into) ("[? ? ?]" . jde-bug-step-into-all) ("[? ? ?]" . 
jde-bug-step-out) ("[? ? ?]" . jde-bug-continue) ("[? ? ?]" . 
jde-bug-set-breakpoint))))
 '(jde-compile-finish-hook nil)
 '(jde-compile-option-nowarn nil)
 '(jde-setnu-mode-threshold 20000)
 '(jde-run-java-vm-w "javaw")
 '(jde-compile-option-encoding nil)
 '(jde-run-option-java-profile (quote (nil . "./java.prof")))
 '(jde-bug-jpda-directory "/usr/local/jdk1.2.2/" t)
 '(jde-read-compile-args nil)
 '(jde-run-java-vm "java")
 '(jde-db-option-verbose (quote (nil nil nil)))
 '(jde-db-read-app-args nil)
 '(jde-javadoc-gen-nodeprecated nil)
 '(jde-run-option-heap-profile (quote (nil "./java.hprof" 5 20 "Allocation objects")))
 '(jde-gen-println (quote ("(end-of-line) '&" "\"System.out.println(\" (P \"Print out: 
\") \");\" '>'n'>")))
 '(jde-enable-abbrev-mode t)
 '(jde-gen-cflow-main (quote ("(if (jde-parse-comment-or-quoted-p)" "'(l \"main\")" 
"'(l '> \"public static void main (String[] args) \"" "(if jde-gen-k&r " "()" "'>'n)" 
"\"{\"'>'n'>'r'n" "\"} // end of main ()\"'>'n'>)" ")")))
 '(jde-javadoc-exception-tag-template (quote ("* @exception " type " if an error 
occurs")))
 '(jde-global-classpath (quote ("/usr/local/jdk1.2.2/lib/tools.jar" 
"/usr/local/jdk1.2.2/jre/lib/rt.jar" "/usr/local/jdk1.2.2/jre/lib/i18n.jar" 
"/usr1/Progress_SonicMQ/lib/webclient.jar" "/usr1/Progress_SonicMQ/lib/jndi.jar" 
"/usr1/Progress_SonicMQ/lib/gnu-regexp-1.0.6.jar" 
"/usr1/Progress_SonicMQ/lib/xml4j.jar" "/usr1/Progress_SonicMQ/lib/swingall.jar")) t)
 '(jde-gen-window-listener-template (quote ("(end-of-line) '& (P \"Window name: \")" 
"\".addWindowListener(new WindowAdapter() \"" "(if jde-gen-k&r " "()" "'>'n)" 
"\"{\"'>'n" "'> \"public void windowActivated(WindowEvent e) \"" "(if jde-gen-k&r " 
"()" "'>'n)" "\"{\"'>'n" "\"}\"" "'>'n \"public void windowClosed(WindowEvent e)\"" 
"(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "'>'n \"}\"" "'>'n \"public void 
windowClosing(WindowEvent e) \"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "'>'n 
\"System.exit(0);\" '>'n \"}\"" "'>'n \"public void windowDeactivated(WindowEvent e) 
\"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "'>'n \"}\"" "'>'n \"public void 
windowDeiconified(WindowEvent e) \"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "'>'n 
\"}\"" "'>'n \"public void windowIconified(WindowEvent e) \"" "(if jde-gen-k&r " "()" 
"'>'n)" "\"{\"'>'n" "'>'n \"}\"" "'>'n \"public void windowOpened(WindowEvent e) \"" 
"(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "'>'n \"}\"" "'>'n \"});\" '>'n'>")))
 '(jde-run-working-directory "")
 '(jde-gen-property-change-support (quote ("(end-of-line) '&" "\"protected 
PropertyChangeSupport pcs =  new PropertyChangeSupport(this);\" '>'n '>'n" "\"/**\" 
'>'n" "\"* Adds a PropertyChangeListener to the listener list.\" '>'n" "\"* The 
listener is registered for all properties.\" '>'n" "\"*\" '>'n" "\"* @param listener 
The PropertyChangeListener to be added\" '>'n" "\"*/\" '>'n" "\"public void 
addPropertyChangeListener(PropertyChangeListener listener) \"" "(if jde-gen-k&r " "()" 
"'>'n)" "\"{\"'>'n" "\"pcs.addPropertyChangeListener(listener);\" '>'n \"}\" '>'n 
'>'n" "\"/**\" '>'n" "\"* Removes a PropertyChangeListener from the listener list.\" 
'>'n" "\"* This removes a PropertyChangeListener that was registered for all 
properties.\" '>'n" "\"*\" '>'n " "\"* @param listener The PropertyChangeListener to 
be removed\" '>'n" "\"*/\" '>'n" "\"public void 
removePropertyChangeListener(PropertyChangeListener listener) \"" "(if jde-gen-k&r " 
"()" "'>'n)" "\"{\"'>'n" "'>\"pcs.removePropertyChangeListener(listener);\" '>'n \"}\" 
'>'n '>'n" "\"/**\" '>'n\"* Adds a PropertyChangeListener for a specific property.\" 
'>'n" "\"* The listener will be invoked only when a call on firePropertyChange\" '>'n" 
"\"* names that specific property.\" '>'n" "\"*\" '>'n \"* @param propertyName The 
name of the property to listen on\" '>'n" "\"* @param listener The 
PropertyChangeListener to be added\" '>'n \"*/\" '>'n" "\"public void 
addPropertyChangeListener(String propertyName,\" '>'n" "\"PropertyChangeListener 
listener) \"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "'> 
\"pcs.addPropertyChangeListener(propertyName, listener);\" '>'n \"}\" '>'n '>'n" 
"\"/**\" '>'n\"* Removes a PropertyChangeListener for a specific property.\" '>'n" 
"\"*\" '>'n \"* @param propertyName The name of the property that was listened on\" 
'>'n" "\"* @param listener The PropertyChangeListener to be removed\" '>'n \"*/\" 
'>'n" "\"public void removePropertyChangeListener(String propertyName,\" '>'n" 
"\"PropertyChangeListener listener) \"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" 
"'> \"pcs.removePropertyChangeListener(propertyName, listener);\" '>'n \"}\" '>'n 
'>'n" "\"/**\" '>'n\"* Reports a bound property update to any registered listeners. \" 
'>'n" "\"* No event is fired if old and new are equal and non-null.\" '>'n" "\"*\" 
'>'n \"* @param propertyName The programmatic name of the property that was changed\" 
'>'n" "\"* @param oldValue The old value of the property\" '>'n" "\"* @param newValue 
The new value of the property.\" '>'n \"*/\" '>'n" "\"public void 
firePropertyChange(String propertyName, Object oldValue, Object newValue) \"" "(if 
jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "'> \"pcs.firePropertyChange(propertyName, 
oldValue, newValue);\" '>'n \"}\" '>'n '>'n" "\"/**\" '>'n\"* Reports a bound property 
update to any registered listeners. \" '>'n" "\"* No event is fired if old and new are 
equal and non-null.\" '>'n" "\"* This is merely a convenience wrapper around the more 
general\" '>'n" "\"* firePropertyChange method that takes Object values.\" '>'n" "\"* 
No event is fired if old and new are equal and non-null.\" '>'n" "\"*\" '>'n \"* 
@param propertyName The programmatic name of the property that was changed\" '>'n" 
"\"* @param oldValue The old value of the property\" '>'n" "\"* @param newValue The 
new value of the property.\" '>'n \"*/\" '>'n" "\"public void 
firePropertyChange(String propertyName, int oldValue, int newValue) \"" "(if 
jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "'> \"pcs.firePropertyChange(propertyName, 
oldValue, newValue);\" '>'n \"}\" '>'n '>'n" "\"/**\" '>'n\"* Reports a bound property 
update to any registered listeners. \" '>'n" "\"* No event is fired if old and new are 
equal and non-null.\" '>'n" "\"* This is merely a convenience wrapper around the more 
general\" '>'n" "\"* firePropertyChange method that takes Object values.\" '>'n" "\"* 
No event is fired if old and new are equal and non-null.\" '>'n" "\"*\" '>'n \"* 
@param propertyName The programmatic name of the property that was changed\" '>'n" 
"\"* @param oldValue The old value of the property\" '>'n" "\"* @param newValue The 
new value of the property.\" '>'n \"*/\" '>'n" "\"public void 
firePropertyChange(String propertyName, boolean oldValue, boolean newValue) \"" "(if 
jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "'> \"pcs.firePropertyChange(propertyName, 
oldValue, newValue);\" '>'n \"}\" '>'n '>'n" "\"/**\" '>'n\"* Fires an existing 
PropertyChangeEvent to any registered listeners.\" '>'n" "\"* No event is fired if the 
given event's old and new values are equal and non-null. \" '>'n" "\"*\" '>'n \"* 
@param evt The PropertyChangeEvent object.\" '>'n\"*/\" '>'n" "\"public void 
firePropertyChange(PropertyChangeEvent evt) \"" "(if jde-gen-k&r " "()" "'>'n)" 
"\"{\"'>'n" "'> \"pcs.firePropertyChange(evt);\" '>'n \"}\" '>'n '>'n" "\"/**\" 
'>'n\"* Checks if there are any listeners for a specific property.\" '>'n" "\"*\" '>'n 
\"* @param evt The PropertyChangeEvent object.\" '>'n" "\"* @return 
<code>true</code>if there are one or more listeners for the given property\" '>'n" 
"\"*/\" '>'n" "\"public boolean hasListeners(String propertyName) \"" "(if jde-gen-k&r 
" "()" "'>'n)" "\"{\"'>'n" "'> \"return pcs.hasListeners(propertyName);\" '>'n \"}\" 
'>'n '>'n'>")))
 '(jde-javadoc-describe-interface-template (quote ("* Describe interface " 
(jde-javadoc-code name) " here.")))
 '(jde-javadoc-see-tag-template (quote ("* @see " ref)))
 '(jde-imenu-include-signature t)
 '(jde-db-marker-regexp "^Breakpoint hit: .*(\\([^$]*\\).*:\\([0-9]*\\))")
 '(jde-gen-mouse-motion-listener-template (quote ("(end-of-line) '& (P \"Component 
name: \")" "\".addMouseMotionListener(new MouseMotionAdapter() \"" "(if jde-gen-k&r " 
"()" "'>'n)" "\"{\"'>" "'>'n \"public void mouseDragged(MouseEvent e) \"" "(if 
jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "\"}\"'>" "'>'n \"public void 
mouseMoved(MouseEvent e) \"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "\"}\"'>" 
"'>'n \"});\"'>'n'>")))
 '(jde-key-bindings (quote (("[? ? ?]" . jde-run-menu-run-applet) ("[? ? ?]" . 
jde-build) ("[? ? ?]" . jde-compile) ("[? ? ?]" . jde-debug) ("[? ? ?]" . 
jde-wiz-implement-interface) ("[? ? ?j]" . jde-javadoc-generate-javadoc-template) 
("[? ? ?]" . bsh) ("[? ? ?]" . jde-gen-println) ("[? ? ?]" . 
jde-browse-jdk-doc) ("[? ? ?]" . jde-save-project) ("[? ? ?]" . 
jde-wiz-update-class-list) ("[? ? ?]" . jde-run) ("[? ? ?]" . 
speedbar-frame-mode) ("[? ? ?]" . jde-db-menu-debug-applet) ("[? ? ?]" . 
jde-help-symbol) ("[? ? ?]" . jde-show-class-source) ("[? ? ?]" . 
jde-wiz-find-and-import) ("[(control c) (control v) (control ?.)]" . 
jde-complete-at-point-menu) ("[(control c) (control v) ?.]" . jde-complete-at-point))))
 '(jde-gen-cflow-for-i (quote ("(if (jde-parse-comment-or-quoted-p)" "'(l \"fori\")" 
"'(l '> \"for (int \" (p \"variable: \" var) \" = 0; \"" "(s var)" "\" < \"(p \"upper 
bound: \" ub)\"; \" (s var) \"++) \"" "(if jde-gen-k&r " "()" "'>'n)" 
"\"{\"'>'n'>'r'n" "\"} // end of for (int \" (s var) \" = 0; \"" "(s var) \" < \" (s 
ub) \"; \" (s var) \"++)\"'>'n'>)" ")")))
 '(jde-run-option-classpath nil)
 '(jde-javadoc-gen-detail-switch (quote ("-protected")))
 '(jde-javadoc-param-tag-template (quote ("* @param " name " " (jde-javadoc-a type) " 
" (jde-javadoc-code type) " value")))
 '(jde-compile-option-verbose-path nil)
 '(jde-db-debugger (quote ("JDEbug" "" . "Executable")))
 '(jde-jdk-doc-url "file:/usr/local/jdk1.3/docs/index.html")
 '(jde-compiler "javac")
 '(jde-javadoc-gen-verbose nil)
 '(jde-javadoc-describe-method-template (quote ("* Describe " (jde-javadoc-code name) 
" method here.")))
 '(jde-gen-class-buffer-template (quote ("(funcall jde-gen-boilerplate-function) '>'n" 
"\"/**\" '>'n" "\" * \"" "(file-name-nondirectory buffer-file-name) '>'n" "\" *\" 
'>'n" "\" *\" '>'n" "\" * Created: \" (current-time-string) '>'n" "\" *\" '>'n" "\" * 
@author <a href=\\\"mailto: \\\"\" (user-full-name) \"</a>\"'>'n" "\" * @version\" 
'>'n" "\" */\" '>'n'" "'>'n" "\"public class \"" "(file-name-sans-extension 
(file-name-nondirectory buffer-file-name))" "\" \" (jde-gen-get-super-class)" "(if 
jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "\"public \"" "(file-name-sans-extension 
(file-name-nondirectory buffer-file-name))" "\" ()\"" "(if jde-gen-k&r " "()" "'>'n)" 
"\"{\"'>'n" "'>'p'n" "\"}\">" "'>'n" "\"}\">" "\"// \"" "(file-name-sans-extension 
(file-name-nondirectory buffer-file-name))" "'>'n")))
 '(jde-appletviewer-option-vm-args nil)
 '(jde-run-executable-args nil)
 '(jde-db-option-garbage-collection (quote (t t)))
 '(jde-javadoc-gen-stylesheetfile "")
 '(jde-use-font-lock t)
 '(jde-compile-option-bootclasspath nil)
 '(jde-make-program "make")
 '(jde-javadoc-gen-group nil)
 '(jde-javadoc-gen-link-offline nil)
 '(jde-javadoc-gen-doc-title "")
 '(jde-javadoc-gen-header "")
 '(jde-run-option-vm-args nil)
 '(jde-javadoc-gen-window-title "")
 '(jde-compile-option-directory "/home/kthiele/projects/dmf1.0/src" t)
 '(jde-gen-console-buffer-template (quote ("(funcall jde-gen-boilerplate-function) 
'>'n" "\"/**\" '>'n" "\" * \"" "(file-name-nondirectory buffer-file-name) '>'n" "\" 
*\" '>'n" "\" *\" '>'n" "\" * Created: \" (current-time-string) '>'n" "\" *\" '>'n" 
"\" * @author <a href=\\\"mailto: \\\"\" (user-full-name) \"</a>\"'>'n" "\" * 
@version\" '>'n" "\" */\" '>'n" "'>'n" "\"public class \"" "(file-name-sans-extension 
(file-name-nondirectory buffer-file-name))" "(if jde-gen-k&r " "()" "'>'n)" 
"\"{\"'>'n" "\"public \"" "(file-name-sans-extension (file-name-nondirectory 
buffer-file-name))" "\" ()\"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "'>'n" 
"\"}\"'>'n" "'>'n" "\"public static void main(String[] args)\"" "(if jde-gen-k&r " 
"()" "'>'n)" "\"{\"'>'n" "'>'p'n" "\"}\"'>'n" "\"} // \"'>" "(file-name-sans-extension 
(file-name-nondirectory buffer-file-name))" "'>'n")))
 '(jde-read-make-args nil)
 '(jde-javadoc-gen-noindex nil)
 '(jde-gen-mouse-listener-template (quote ("(end-of-line) '& (P \"Component name: \")" 
"\".addMouseListener(new MouseAdapter() \"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'> " 
"'>'n \"public void mouseClicked(MouseEvent e) \" " "(if jde-gen-k&r " "()" "'>'n)" 
"\"{\"'>'n" "\"}\" '>" "'>'n \"public void mouseEntered(MouseEvent e) \"" "(if 
jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "\"}\" '>" "'>'n \"public void 
mouseExited(MouseEvent e) \"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "\"}\"'>" 
"'>'n \"public void mousePressed(MouseEvent e) \"" "(if jde-gen-k&r " "()" "'>'n)" 
"\"{\"'>'n" "\"}\" '>" "'>'n \"public void mouseReleased(MouseEvent e) \"" "(if 
jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "\"}\"'>" "'>'n \"});\"'>'n'>")))
 '(jde-run-option-application-args nil)
 '(jde-bug-vm-executable (quote ("java")))
 '(jde-db-set-initial-breakpoint t)
 '(jde-bug-debugger-command-timeout 10)
 '(jde-db-option-stack-size (quote ((128 . "kilobytes") (400 . "kilobytes"))))
 '(jde-db-option-properties nil)
 '(jde-db-source-directories (quote 
("/home/kthiele/projects/dmf1.0/src/com/alcatel/msgservice/" 
"/home/kthiele/projects/dmf1.0/src/")) t)
 '(jde-run-read-app-args nil)
 '(jde-gen-to-string-method-template (quote ("(end-of-line) '&" "\"public String 
toString() \"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "\"}\"'>'n'>")))
 '(jde-quote-classpath t)
 '(jde-bug-window-message nil)
 '(jde-build-use-make t t)
 '(jde-javadoc-author-tag-template (quote ("* @author <a href=\"mailto:" 
user-mail-address "\">" user-full-name "</a>")))
 '(jde-javadoc-describe-field-template (quote ("* Describe " (jde-javadoc-field-type 
modifiers) " " (jde-javadoc-code name) " here.")))
 '(jde-javadoc-gen-link-URL nil)
 '(jde-compile-option-classpath nil)
 '(jde-bug-jdk-directory "/usr/local/jdk1.2.2" t)
 '(jde-gen-boilerplate-function (quote jde-gen-create-buffer-boilerplate))
 '(jde-gen-entity-bean-template (quote ("(jde-wiz-insert-imports-into-buffer (list 
\"javax.ejb.*\"
\"java.rmi.RemoteException\"))" "'> \"public void ejbActivate() throws RemoteException 
\"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "\"}\"'>'n '>'n" "'> \"public void 
ejbPassivate() throws RemoteException \"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" 
"\"}\"'>'n '>'n" "'> \"public void ejbLoad() throws RemoteException \"" "(if 
jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "\"}\"'>'n '>'n" "'> \"public void ejbStore() 
throws RemoteException \"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "\"}\"'>'n 
'>'n" "'> \"public void ejbRemove() throws RemoteException \"" "(if jde-gen-k&r " "()" 
"'>'n)" "\"{\"'>'n" "\"}\"'>'n '>'n" "'> \"public void setEntityContext(EntityContext 
ctx) throws RemoteException \"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "\"}\"'>'n 
'>'n" "'> \"public void unsetEntityContext() throws RemoteException \"" "(if 
jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "\"}\"'>'n '>'n'>")))
 '(jde-javadoc-version-tag-template (quote ("* @version 1.0")))
 '(jde-javadoc-describe-constructor-template (quote ("* Creates a new " 
(jde-javadoc-code name) " instance.")))
 '(jde-bug-server-shmem-name (quote (t . "JDEbug")))
 '(jde-db-startup-commands nil)
 '(jde-javadoc-gen-docletpath nil)
 '(jde-javadoc-gen-split-index nil)
 '(jde-compile-option-deprecation nil)
 '(jde-gen-k&r t)
 '(jde-javadoc-gen-bottom "")
 '(jde-javadoc-gen-footer "")
 '(jde-db-option-classpath nil)
 '(jde-gen-cflow-for (quote ("(if (jde-parse-comment-or-quoted-p)" "'(l \"for\")" "'(l 
'> \"for (\" (p \"for-clause: \" clause) \") \"" "(if jde-gen-k&r " "()" "'>'n)" 
"\"{\"'>'n'>'r'n" "\"} // end of for (\" (s clause) \")\"'>'n'>)" ")")))
 '(jde-run-mode-hook nil)
 '(jde-db-option-verify (quote (nil t)))
 '(jde-compile-option-extdirs nil)
 '(jde-imenu-sort nil)
 '(jde-gen-get-set-var-template (quote ("(end-of-line) '&" "(P \"Variable type: \" 
type) \" \"" "(P \"Variable name: \" name) \";\" '>'n '>'n" "\"/**\" '>'n" "\"* Get 
the value of \" (s name) \".\" '>'n" "\"* @return value of \" (s name) \".\" '>'n" 
"\"*/\" '>'n" " \"public \" (s type)" "(if (string= \"boolean\" (jde-gen-lookup-named 
'type) ) " "\" is\" " "\" get\" ) " "(jde-gen-init-cap (jde-gen-lookup-named 'name))" 
"\"() \"" "(if jde-gen-k&r " "()" "'>'n)" "\"{\" '>'n" "\"return \" (s name) \";\" 
'>'n \"}\"" "'>'n '>'n" "\"/**\" '>'n" "\"* Set the value of \" (s name) \".\" '>'n" 
"\"* @param v  Value to assign to \" (s name) \".\" '>'n" "\"*/\" '>'n" "\"public void 
set\" (jde-gen-init-cap (jde-gen-lookup-named 'name))" "\"(\" (s type) \"  v) \" " 
"(if jde-gen-k&r " "()" "'>'n)" "\"{\" '>'n" "'>'n \"this.\" (s name) \" = v;\" '>'n 
\"}\" '>'n'>")))
 '(jde-bug-saved-breakpoints nil)
 '(jde-compile-option-sourcepath (quote ("/home/kthiele/projects/dmf1.0/src")) t)
 '(jde-gen-cflow-if (quote ("(if (jde-parse-comment-or-quoted-p)" "'(l \"if\")" "'(l 
'> \"if (\" (p \"if-clause: \" clause) \") \"" "(if jde-gen-k&r " "()" "'>'n)" 
"\"{\"'>'n'>'r'n" "\"} // end of if (\" (s clause) \")\"'>'n'>)" ")")))
 '(jde-db-option-java-profile (quote (nil . "./java.prof")))
 '(jde-javadoc-gen-author t)
 '(jde-compile-option-depend-switch (quote ("-Xdepend")))
 '(jde-setnu-mode-enable nil)
 '(jde-run-applet-doc "")
 '(jde-compile-option-vm-args nil)
 '(jde-javadoc-gen-overview "")
 '(jde-javadoc-gen-notree nil)
 '(jde-run-option-garbage-collection (quote (t t)))
 '(jde-db-mode-hook nil)
 '(jde-db-option-heap-profile (quote (nil "./java.hprof" 5 20 "Allocation objects")))
 '(jde-db-read-vm-args nil)
 '(jde-bug-debug nil)
 '(jde-javadoc-end-block-template nil)
 '(jde-javadoc-gen-packages nil)
 '(jde-gen-cflow-if-else (quote ("(if (jde-parse-comment-or-quoted-p)" "'(l \"ife\")" 
"'(l '> \"if (\" (p \"if-clause: \" clause) \") \"" "(if jde-gen-k&r " "()" "'>'n)" 
"\"{\"'>'n'>'r'n" "\"} // end of if (\" (s clause) \")\"'> n" "'> \"else \"" "(if 
jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n'>'r'n" "\"} // end of if (\" (s clause) 
\")else\"'>'n'>)" ")")))
 '(jde-gen-cflow-while (quote ("(if (jde-parse-comment-or-quoted-p)" "'(l \"while\")" 
"'(l '> \"while (\" (p \"while-clause: \" clause) \") \"" "(if jde-gen-k&r " "()" 
"'>'n)" "\"{\"'>'n'>'r'n" "\"} // end of while (\" (s clause) \")\"'>'n'>)" ")")))
 '(jde-bug-server-socket (quote (t . "8000")))
 '(jde-appletviewer-option-encoding "")
 '(jde-bug-breakpoint-cursor-colors (quote ("cyan" . "brown")))
 '(jde-compile-option-target (quote ("1.1")))
 '(jde-run-executable "")
 '(jde-run-option-heap-size (quote ((1 . "megabytes") (16 . "megabytes"))))
 '(jde-gen-cflow-switch (quote ("(if (jde-parse-comment-or-quoted-p)" "'(l 
\"switch\")" "'(l '> \"switch (\" (p \"switch-condition: \" clause) \") \"" "(if 
jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n'" "\"case \" (p \"first value: \") 
\":\"'>'n'>'p'n" "\"break;\"'>'n'>'p'n" "\"default:\"'>'n'>'p'n" "\"break;\"'>'n" "\"} 
// end of switch (\" (s clause) \")\"'>'n'>)" ")")))
 '(jde-db-option-vm-args nil)
 '(jde-run-application-class "")
 '(jde-javadoc-gen-doclet "")
 '(jde-run-option-verbose (quote (nil nil nil)))
 '(jde-project-file-name "prj.el")
 '(jde-wiz-import-excluded-packages (quote ("bsh.*")))
 '(jde-compile-option-debug (quote ("selected" (t nil nil))))
 '(jde-bug-jre-home "/usr/local/jdk1.2.2/jre" t)
 '(jde-run-applet-viewer "")
 '(jde-entering-java-buffer-hooks (quote (jde-reload-project-file)))
 '(jde-javadoc-return-tag-template (quote ("* @return " (jde-javadoc-a type) " " 
(jde-javadoc-code type) " value")))
 '(jde-javadoc-gen-version t)
 '(jde-javadoc-gen-helpfile "")
 '(jde-run-read-vm-args nil)
 '(jde-help-docsets nil)
 '(jde-javadoc-since-tag-template (quote ("* @since 1.0")))
 '(jde-gen-inner-class-template (quote ("(end-of-line) '& \"class \" (P \"Class name: 
\" class)" "(P \"Superclass: \" super t)" "(let ((parent (jde-gen-lookup-named 
'super)))" "(if (not (string= parent \"\"))" "(concat \" extends \" parent ))) " "(if 
jde-gen-k&r " "()" "'>'n)" "\"{\" '>'n" "\"public \" (s class) \"() \"" "(if 
jde-gen-k&r " "()" "'>'n)" "\"{\"'>'n" "\"}\"'>'n" "\"}\" '>'n'>")))
 '(jde-run-option-verify (quote (nil t)))
 '(jde-compile-option-optimize nil)
 '(jde-gen-cflow-case (quote ("(if (jde-parse-comment-or-quoted-p)" "'(l \"case\")" 
"'(l 'n \"case \" (p \"value: \") \":\"'>'n'>'p'n" "\"break;\"'>'n'>'p)" ")")))
 '(jde-compile-option-depend nil)
 '(jde-javadoc-describe-class-template (quote ("* Describe class " (jde-javadoc-code 
name) " here.")))
 '(jde-javadoc-gen-serialwarn nil)
 '(jde-gen-action-listener-template (quote ("'& (P \"Component name: \")" 
"\".addActionListener(new ActionListener() \"" "(if jde-gen-k&r " "()" "'>'n)" 
"\"{\"'>'n" "\"public void actionPerformed(ActionEvent e) \"" "(if jde-gen-k&r " "()" 
"'>'n)" "\"{\"'>'n" "\"}\"'>'n \"});\"'>'n'>")))
 '(jde-compile-option-command-line-args "" t)
 '(jde-gen-buffer-templates (quote (("Class" . jde-gen-class) ("Console" . 
jde-gen-console) ("Swing App" . jde-gen-jfc-app))))
 '(jde-project-context-switching-enabled-p t)
 '(jde-javadoc-gen-args nil)
 '(jde-run-option-stack-size (quote ((128 . "kilobytes") (400 . "kilobytes"))))
 '(jde-run-option-properties nil))
begin:vcard 
n:Thiele;Karl
tel;cell:919-225-1192
tel;fax:919-678-1028
tel;work:919-678-1050 x202
x-mozilla-html:TRUE
org:Alcatel Internetworking
version:2.1
email;internet:[EMAIL PROTECTED]
title:Principle Engineer
adr;quoted-printable:;;Suite 350,=0D=0A6501 Weston Parkway;Cary;North Carolina;27513;USA
x-mozilla-cpt:;-17024
fn:Karl Thiele
end:vcard

Reply via email to