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
In Chrome edit text and click Atomic Chrome button
This will create the editing buffer in Emacs but will not show up a new frame. If step 3 is omitted and a frame is open everything works fine.
One issue seems to be that (getenv "DISPLAY") will return nil if the Emacs daemon has no open windows (happening in atomic-chrome-show-edit-buffer). Also the attempts to bring the current frame to front after that will fail if no frame is open. So this won't work with split/full, either.
The cause of the original problem in issue #2 seems to be the same (although that hasn't been addressed)
The text was updated successfully, but these errors were encountered:
Reproduction steps:
This will create the editing buffer in Emacs but will not show up a new frame. If step 3 is omitted and a frame is open everything works fine.
One issue seems to be that (getenv "DISPLAY") will return nil if the Emacs daemon has no open windows (happening in atomic-chrome-show-edit-buffer). Also the attempts to bring the current frame to front after that will fail if no frame is open. So this won't work with split/full, either.
The cause of the original problem in issue #2 seems to be the same (although that hasn't been addressed)
The text was updated successfully, but these errors were encountered: