Sorry only saw the message now.
Ihor Radchenko <yanta...@posteo.net> writes: > Björn Bidar <bjorn.bi...@thaodan.de> writes: > >>>> * Preconditions >>>> - gnus-other-frame-object is a dead frame >>> >>> May you please describe when `gnus-other-frame-object' could become a >>> dead frame? >> >> I assume when the frame that is in the object was closed. >> >> E.g. for example to trigger this state again I closed the Gnus frame I >> was writing this reply in. Afterwards the frame is dead. > > Then, why not simply the attached patch? > Because the patch circumvents the other-frame mechanism when the other-frame is dead. Further the org-link-frame-setup doesn't take gnus-other-frame into account either. Taking care of a user which uses gnus-other-frame in the frame setup function, to correctly resume Gnus takes care of activating before the link handler function is called. Which makes Gnus itself take care of the frame being active without dealing with any of the internas.