aki-s
aki-s
It looks just overwriting existing methods could resolve this issue. ``` ;; (defvar elscreen--update-unlock-idle-timer nil) (defun elscreen--unlock-update-lock() (setq elscreen--update-unlock-idle-timer nil)) (defun elscreen-run-screen-update-hook () "Override function of elscreen.el to prevent huge...
@HiroshiMatsumoto Hello. I have thought the same thing. I've created [extension](https://github.com/aki-s/elscreen-tab) to this package. This package uses `dedicated` window either at `top`,`left`,`bottom`, or `right`. If you don't use Emacs intensively...
@nispio @knu Just changing https://github.com/knu/elscreen/blob/master/elscreen.el#L1297 to `(when (and (null (member elscreen-mode-line-elm mode-line-format)) point)` seems to be the best answer.
Hi, I had the same problem. If I set `syntax-ppss-table` to `nil` in the buffer where this problem happens, then this problem is fixed. #### My env - Emacs26.3 (Ubuntu...
I heard from my co-worker that fork project of this one has fixed the issue I've mentioned at https://github.com/digitalocean/go-workers2/pull/5 .
Hi @henninggaus . I encountered the same issue, and it is resolved by the suggestion of https://github.com/Jeffail/gabs/issues/107#issuecomment-975994755 . Please close this issue. ``` go get github.com/Jeffail/gabs/v2 ```
JFYI: I encountered exactly the same error, but if I looked into the file contents, yaml format was broken in fact.
I have confirmed the two blocks of code mentioned above are not shown in Japanese page. English page is alright anyway.