fnussbaum

Results 68 comments of fnussbaum

I would try something like 1. SPC h P s to start the profiler. 2. Switch a few times between windows, or something else where the slowness occurs. 3. SPC...

This is probably a problem upstream in [pdf-tools](https://github.com/vedang/pdf-tools/) and probably unrelated to the latex layer. I just found that setting `pdf-view-use-scaling` to `nil` drastically improves performance on my system. When...

Apparently, setting the option to `t` should make a visual difference on high-DPI screens. I think I had noticed this in the past when I experimented with that option, however,...

> I still observe the same problem! Oh that's not good. What is the value of `pdf-view-use-scaling` on your system? @DrWaleedAYousef I could only reproduce the slowdown when this variable...

> I do not think it is related to pdf. The problem appears even I open emacs, and start editing in the LaTeX buffer, without opening any pdf. The writing...

Thanks for letting us know! The problem seems to be known upstream: https://github.com/zk-phi/magic-latex-buffer/issues/20. I'll add a note to the layer documentation.

I guess something like the following could serve as a workaround, see https://github.com/antonj/scss-mode/pull/42: ```elisp (with-eval-after-load 'flymake (require 'flymake-proc nil t)) ``` However, I think we should rather remove the `scss-mode`...

This indeed seems to be regression in Emacs 30. I've submitted a bug report upstream: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76949.

@bcc32 How should we proceed here? I'm considering the following alternatives: 1. Make `--debug-init` set `debug-on-error` in Spacemacs. We could either adhere to (and thus ignore the errors in) `debug-ignored-errors`;...

> I would rather not hack around --debug-init in Spacemacs, I think. I tend to agree. > Perhaps we could audit the existing callsites in Spacemacs and see if any...