-
Notifications
You must be signed in to change notification settings - Fork 45
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
ement-room-image-show unconditionally sets fullscreen frame-parameter #223
Comments
Probably the ACTION argument to |
@progfolio Tag, you're it. ;) |
Prevents frame from being resized when display-buffer-alist has been customized for image buffer. See: alphapapa#223
I don't think this would be necessary if the ACTION specifies the parameters.
Thanks for hunting down that section of the manual. My current config:
|
Prevents frame from being resized when display-buffer-alist has been customized for image buffer. See #223.
Merged the PR as-is. Let me know if it needs anything else. Thanks. |
OS/platform
Arch linux
Emacs version and provenance
GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.17.8) of 2023-09-20
From arch user repository.
Emacs command
emacs
Emacs frame type
GUI
Actions taken
display-buffer-alist
to prevent ement images from displaying in a new frame:ement-room-image-show
on an image in any room.Results
The altered
display-buffer-alist
rule is obeyed, but the current frame is resized.Expected results
The frame should retain it's dimensions.
Backtrace
No response
Etc.
ement.el @ commit: 52faf4a
In
ement-room-image-show
:would it be possible to set the frame parameter as part of the
ACTION
argument topop-to-buffer
?The text was updated successfully, but these errors were encountered: