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

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

Storing file and margins in association list


From: uzibalqa
Subject: Storing file and margins in association list
Date: Wed, 12 Jul 2023 22:50:57 +0000

I want to store the window information in an association list (the file name 
being the key)
whilst the value is the window margins.  How may I do this ? 

       (dolist (window (window-list))
         (message "%s" window)
         (message "   Margins: %s\n" (window-margins window)))




reply via email to

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