bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44080: 27.1; Display behavior of overlays `after-string` in resizabl


From: Clemens
Subject: bug#44080: 27.1; Display behavior of overlays `after-string` in resizable minibuffer frames
Date: Thu, 22 Oct 2020 14:39:55 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

It's called from xdisp.c as


   if (FRAME_MINIBUF_ONLY_P (f))
     {
       if (!NILP (resize_mini_frames))
     safe_call1 (Qwindow__resize_mini_frame, WINDOW_FRAME (w));
     }


which represents one of our ways to call a Lisp function from C.

Thanks, for some reason `debug-on-entry` did not invoke the debugger
when I tested it.

Right.  And if you have any questions, ask here immediately.

I never dealt with the C side of Emacs and you suggested to offer the new function as first customization choice for `resize-mini-frames`. I guess this needs to be done on the C side as the variable is defined there?

I have attached the patch I have worked on. Let me know how to proceed and thanks for your help!

Attachment: mini-frame.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]