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: Robert Pluim
Subject: bug#44080: 27.1; Display behavior of overlays `after-string` in resizable minibuffer frames
Date: Sat, 24 Oct 2020 15:39:56 +0200

>>>>> On Sat, 24 Oct 2020 15:08:19 +0200, Clemens 
>>>>> <clemens.radermacher@posteo.de> said:

    >> The customization is done here in cus-start.el
    >> 
    >> (resize-mini-frames
    >> frames (choice
    >> (const :tag "Never" nil)
    >> (const :tag "Fit frame to buffer" t)
    >> (function :tag "User-defined function"))
    >> "27.1")


    Clemens> Thanks, now I know how that is done, I should have grepped for it.

The process is described here: (info "(elisp) Writing Emacs Primitives")
(or C-h i m elisp RET i defining custom RET)

Robert
-- 





reply via email to

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