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

Does not work on terminal emacs #59

Open
drnickallgood opened this issue Mar 26, 2022 · 6 comments
Open

Does not work on terminal emacs #59

drnickallgood opened this issue Mar 26, 2022 · 6 comments

Comments

@drnickallgood
Copy link

Doesn't seem to work on terminal emacs. When I enable the mode in terminal emacs vs using my init file, it does not work.

@muffinmad
Copy link
Owner

It's by design. Terminal Emacs doesn't play nicely with child frames, so mini-frame is disabled on non graphical displays.

@Lenbok
Copy link

Lenbok commented Mar 30, 2022

Damn, I was hoping this was a terminal-compatible replacement for posframe library.

@wiktor-k
Copy link

I'd also be interested in something like mini-frame but for terminals. If someone has an alternative please do share. Thanks!

@LionyxML
Copy link

LionyxML commented Jan 3, 2023

Just a note.

Emacs-mini-frame on terminal is really desirable :)

@LionyxML
Copy link

LionyxML commented Jan 14, 2023

Just a note (2).

Maybe something in the lines of what the guys from lsp-mode made.

There's this "mini frame" for showing documentation.

Graphical mode:
image

And as you can see, moving the same session to terminal:
image

The little cute frame is also shown :)

Maybe this is one possible way to implement it.

@muffinmad
Copy link
Owner

@LionyxML It's really cute :) But it is not a frame. It's an overlay. See https://github.com/emacs-lsp/lsp-ui/blob/295d8984da06a745b0a36c56e28ce915bc389adb/lsp-ui-doc.el#L828. I don't think it is possible to display minibuffer in overlay.

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

No branches or pull requests

5 participants