yuuki arisawa
yuuki arisawa
Popup is disrupted in the following test code. ``` lisp (ert-deftest popup-test-two-tip () (popup-test-with-temp-buffer (popup-tip "Foo\nBar" :nowait t) (save-excursion (insert "\n")) (popup-tip "Baz\nQux" :nowait t) (with-current-buffer (popup-test-helper-get-overlays-buffer) (let ((points1 (popup-test-helper-match-points...
Popup is disrupted in the following test code. ``` lisp (ert-deftest popup-test-scroll-bar-right () (popup-test-with-temp-buffer (insert (make-string (- (window-width) 1) ? )) (let* ((popup-scroll-bar-foreground-char (propertize "f" 'face 'popup-scroll-bar-foreground-face)) (popup-scroll-bar-background-char (propertize "b"...
popup-tip ignore margin when beginning of line,and popup is disrupted when end of line. Here is the test code. ``` lisp (ert-deftest popup-test-margin-at-left () (popup-test-with-temp-buffer (let ((popup (popup-tip "Margin?" :nowait...
1. execute orinal command and exit 2. execute orinal command and do loop 3. record only undo history
Some cmake generators like Ninja cannot handle implicitly generated files, failing with messages like (in case of Ninja): ``` ninja: error: 'mruby/host/lib/libmruby.a', needed by 'h2get', missing and no known rule...