Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature wish: make display-buffer uppon send-string optional #108

Closed
hexaeder opened this issue Apr 20, 2021 · 2 comments
Closed

Feature wish: make display-buffer uppon send-string optional #108

hexaeder opened this issue Apr 20, 2021 · 2 comments

Comments

@hexaeder
Copy link
Contributor

Thanks for providing this packes, best way to intract with the repl :)

However I'd like to propose a feature idea: since i have two monitors i'd like to have the repl buffer sitting in another emacs frame on another monitor. It would be great to have an optional setting to make the the display-buffer call optional in all of the repl interactions (i am a total elisp noob but i guess this function is the culprit).

One might even automate this by checking, whether the julia buffer is allready on display in any other frame.

@hexaeder
Copy link
Contributor Author

I just found out that pop-to-buffer respects other display-buffer machinery and i can get the desired behavior by setting

(setq display-buffer-base-action '(display-buffer-reuse-window (reusable-frames . 0)))

see https://emacs.stackexchange.com/questions/64279/pop-to-buffer-in-other-frame-if-file-is-already-visited

@tpapp
Copy link
Owner

tpapp commented Jan 24, 2023

Thanks for sharing the solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants