Hiroaki Otsu
Hiroaki Otsu
When do `popup-cascade-menu` using big list, I encountered the freeze and memory consumption increase of Emacs. And the following message was shown. ``` Emergency (alloc): Warning: past 85% of memory...
For getting back from the situation that is expanded recursively
I suppose it's better that the special directory, like ".git", is ignored for most user when do `direx:expand-item-recursively`.
I've made `direx:next-sibling-item-1` ignore the invisible siblings, as `direx:next-item` do.
When do `direx:jump-to-directory`, If the target item, which is the value of `buffer-file-name`, is invisible, `direx:goto-item-for-tree-1` can't move to that.
I suppose it's better to move the parent directory if the root directory of the direx buffer has a parent directory. I tested that the changed behavior of this pull...
The following config is a bother for me. ``` lisp (defun guide-key/my-hook-function-for-org-mode () (guide-key/add-local-guide-key-sequence "C-c") (guide-key/add-local-guide-key-sequence "C-c C-x") (guide-key/add-local-highlight-command-regexp "org-")) (add-hook 'org-mode-hook 'guide-key/my-hook-function-for-org-mode) ``` So, I've added the helper for...
`bts:summary-open`で、大量のチケットを一覧表示すると、`max-specpdl-size`が変更されている場合がある