null+****@clear*****
null+****@clear*****
Tue Jan 17 00:32:36 JST 2012
yuta yamada 2012-01-17 00:32:36 +0900 (Tue, 17 Jan 2012) New Revision: f7ce16ac8ad89e49ea1ad39c5f0d5707e18af27b Log: move docs/README.md Removed files: README Deleted: README (+0 -40) 100644 =================================================================== --- README 2012-01-14 23:19:25 +0900 (2505fa3) +++ /dev/null @@ -1,40 +0,0 @@ -* Describe - logalimacs is front-end program of lagaling-command for Ruby gem. - -* Usage -1. Put logalimacs where to pass load-path. -2. Sets as below to your .emacs for setting. -3. let's type M-x loga-intarective-command or your set key. -4. if you like type "f" after the intarective-command, - allow to executable "loga lookup" at on the fly. - (word to point of current cursor where execute the lookup) -5. retype like same "4.~" section, you can avoid above used loga-fly-mode. - -;;Example -(when (require 'logalimacs nil t) - (global-set-key (kbd "M-g M-i") 'loga-interactive-command) - (global-set-key (kbd "M-g M-l") 'loga-lookup-in-hand-or-region) - (global-set-key (kbd "M-g M-a") 'loga-add-word) - ) - -;or (use only interactive-command) -(autoload 'loga-interactive-command "logalimacs" - "front-end for logaling-command") -(global-set-key (kbd "M-g M-i") 'loga-interactive-command) - -* convenient configuration for popwin.el (requirement popwin.el) -;; see also http://www.emacswiki.org/emacs/PopWin - -(require 'popwin) -(setq display-buffer-function 'popwin:display-buffer) -(setq popwin:special-display-config - (append '( - ("*logalimacs*" :position bottom :height 10 :noselect t :stick t) - ;;if need to other configuration, add for like below: - ;("*Backtrace*") - ) - popwin:special-display-config)) - -(setq popwin:popup-window-height 15 ;default 15. if left or right, ignored - popwin:popup-window-width 30 ;default 30. if top or bottom, ignored - )