.emacs-my
changeset 1588 a2f88a6df8ab
parent 1587 8770e2984f58
child 1589 ae79beae573a
equal deleted inserted replaced
1587:8770e2984f58 1588:a2f88a6df8ab
  3361                                 (when (file-exists-p full-path) full-path)))
  3361                                 (when (file-exists-p full-path) full-path)))
  3362                             my-java-exeption-dirs))
  3362                             my-java-exeption-dirs))
  3363         (if (not path)
  3363         (if (not path)
  3364             (message "Can't find file %s.java" file)
  3364             (message "Can't find file %s.java" file)
  3365           (find-file-other-window path)
  3365           (find-file-other-window path)
  3366           (goto-line (string-to-number line)))))))
  3366           (forward-line (string-to-number line)))))))
  3367 
  3367 
  3368 (my--eval-after-load log4-hi-mode
  3368 (my--eval-after-load log4-hi-mode
  3369   (define-key log4-hi-mode-map [C-return] #'my-java-exeption))
  3369   (define-key log4-hi-mode-map [C-return] #'my-java-exeption))
  3370 
  3370 
  3371 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3371 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;