You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest commit (7c45ca1) sets window-size-fixed t, which causes an error whenever I have enough buffers open in a project to cause nswbuff to try to adjust the window height. Setting nswbuff-status-window-layout 'scroll doesn't help as it seems to still try to adjust the window height. Here's a backtrace:
Debugger entered--Lisp error: (error "Cannot resize window #<window 59 on *nswbuff*>")
signal(error ("Cannot resize window #<window 59 on *nswbuff*>"))
error("Cannot resize window %s" #<window 59 on *nswbuff*>)
window-resize(#<window 59 on *nswbuff*> 2)
set-window-text-height(nil 3)
nswbuff-adjust-window()
nswbuff-layout-status-line(#<window 59 on *nswbuff*> "personal.org")
nswbuff-show-status-window()
nswbuff-switch-to-next-buffer()
funcall-interactively(nswbuff-switch-to-next-buffer)
call-interactively(nswbuff-switch-to-next-buffer nil nil)
command-execute(nswbuff-switch-to-next-buffer)
The text was updated successfully, but these errors were encountered:
Hmm, that's a consequence I hadn't considered. I think I'll revert that commit, the person reporting issue #8 hadn't set zoom-ignored-buffer-names correctly, so perhaps his/her issue can be solved that way. If not, I'll add an option to disallow resizing the *nswbuff* status buffer.
The latest commit (7c45ca1) sets
window-size-fixed t
, which causes an error whenever I have enough buffers open in a project to cause nswbuff to try to adjust the window height. Settingnswbuff-status-window-layout 'scroll
doesn't help as it seems to still try to adjust the window height. Here's a backtrace:The text was updated successfully, but these errors were encountered: