sebmiq

Results 6 comments of sebmiq

I've run into a (maybe) similar problem with company-posframe. The issue is that the company popup triggers `window-configuration-change-hook` which calls `(dimmer-process-all t)` with the `force` argument set. I've hacked this...

Thank you for the detailed analysis. > Now compare with the results for the same buffer, but with 14 newlines inserted: I still get a slow behavior (elp report is...

FWIW, changing `(call-process "xclip" nil nil nil "-selection" "clipboard" buffer-file-name)` to `(call-process "xclip" nil nil nil "-selection" "primary" buffer-file-name)` in `emacs-everywhere-finish` fixes this for me.

The issue is that `org-transclusion-content-format-org` calls `org-indent-region`, which, when `org-src-tab-acts-natively` is `t`, calls `python-indent-region`, which indents as shown. I'm not sure what part is wrong, but this can be fixed...

I had read about this workaround, but it doesn't work either. It's such a great feature, I hope you can fix it.

> At this point you could help me by answering the following question: Do you sometimes observe that after pressing C-c C-p C-p (i.e., preview-at-point) the preview box for a...