]> code.delx.au - gnu-emacs-elpa/commitdiff
Don't start automatically during macro recording
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 6 Jul 2015 10:47:59 +0000 (13:47 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 6 Jul 2015 10:47:59 +0000 (13:47 +0300)
Closes #374

company.el

index 169882e8743c40207c5721ac3912c2cde7f79cc4..6bda02e2b897eff305c082598d8445cd80ec2aab 100644 (file)
@@ -1574,6 +1574,7 @@ from the rest of the back-ends in the group, if any, will be left at the end."
           (if company-candidates
               (company-call-frontends 'post-command)
             (and (numberp company-idle-delay)
+                 (not defining-kbd-macro)
                  (company--should-begin)
                  (setq company-timer
                        (run-with-timer company-idle-delay nil