[logaling-commit] logaling/logalimacs [master] Fix problem that is avoided the keyboard input

Back to archive index

null+****@clear***** null+****@clear*****
Mon Jun 25 21:51:24 JST 2012


yuta yamada	2012-06-25 21:51:24 +0900 (Mon, 25 Jun 2012)

  New Revision: 04d8694cb2a2d874caae56fdf2a5923033519620
  https://github.com/logaling/logalimacs/commit/04d8694cb2a2d874caae56fdf2a5923033519620

  Log:
    Fix problem that is avoided the keyboard input

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+3 -1)
===================================================================
--- logalimacs.el    2012-06-25 21:50:45 +0900 (8326c85)
+++ logalimacs.el    2012-06-25 21:51:24 +0900 (e3e965a)
@@ -435,7 +435,9 @@
   (popwin:popup-buffer
    (get-buffer-create "*logalimacs*")
    :noselect t :stick t :height 10 :position :top)
-  (loga-buffer-or-popup-command))
+  (case loga-current-command
+    ((:lookup :show :list)
+     (loga-buffer-or-popup-command))))
 
 (defun loga-make-popup (content)
   (let* ((converted-content (loga-convert-from-json content)))
-------------- next part --------------
An HTML attachment was scrubbed...
다운로드 



More information about the logaling-commit mailing list
Back to archive index