fnussbaum
fnussbaum
@smile13241324 Do you by any chance have permissions to assign new moderators in the gitter chat?
I think that `XDG_CACHE_HOME/spacemacs/` should not be created and used as `spacemacs-cache-directory` by default, as long as the latter is still used to store data that should persist (and thus...
This is a good point, it is indeed better to first clean up the use of the cache directory, thanks @bcc32. (I can see how my comment might have been...
This PR may be a candidate where it would make sense to postpone the merge until after we release a new stable version, see #16775. My current plan (open to...
FWIW in Spacemacs SPC j i in an Org buffer calls `helm-org-in-buffer-headings`. The warnings seems to come from `helm-org-indent-headings-1` enabling `org-indent-mode` in the Helm buffer.
> So what is calling org-element-at-point? I got the following backtrace on my system with Org 9.7.11: ``` Debugger entered--entering a function: * org-element-at-point() org-at-item-p() org-indent-add-properties(1 24) org-indent-refresh-maybe(1 24 0)...
Thanks, I agree that in this case of helm-org, it is likely completely safe to ignore the warning. In general, `org-element-at-point` can apparently cause random errors in non-org buffers, and...
This sounds like a problem in tab-bar.el in Emacs 29, see the following snippet from `tab-bar-select-tab`: ```elisp ;; set-window-configuration does not restore the value of ;; point in the current...
This change seems to be a definite improvement and would be great to see merged. It does make a difference on my system, though the example of resizing windows in...
On my system it seemed to freeze for less than a minute, but eventually succeeded. Do you still observe this problem? In any case, if there is a bug here,...