[logaling-commit] logaling/logalimacs [master] Attach condition for stemming

Back to archive index

null+****@clear***** null+****@clear*****
Sun Jul 22 14:16:19 JST 2012


Yuta Yamada	2012-07-22 14:16:19 +0900 (Sun, 22 Jul 2012)

  New Revision: 5f83d38762e905fe3c22d55e50efb0796204d3c0
  https://github.com/logaling/logalimacs/commit/5f83d38762e905fe3c22d55e50efb0796204d3c0

  Log:
    Attach condition for stemming

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+1 -0)
===================================================================
--- logalimacs.el    2012-07-22 12:25:26 +0900 (215f940)
+++ logalimacs.el    2012-07-22 14:16:19 +0900 (a38f519)
@@ -436,6 +436,7 @@ Example:
 (defun loga-fallback-with-stemming-p (source-word prototype-of-search-word)
   (let ((prototype-word (loga-extract-prototype-from source-word)))
     (and loga-use-stemming
+         (equal loga-current-endpoint :popup)
          (not prototype-of-search-word)
          (not (equal source-word prototype-word))
          (loga-one-word-p source-word))))
-------------- next part --------------
An HTML attachment was scrubbed...
Descargar 



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