emacs-devel
[Top][All Lists]
Advanced

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

Re: Modify parameters on all frames


From: Richard Stallman
Subject: Re: Modify parameters on all frames
Date: Sun, 06 Apr 2003 19:07:40 -0400

    (defun modify-all-frames-parameters (alist)
      "modify all current and future frames parameters by changing 
    `initial-frame-alist' and `default-frame-alist' and calling 
    `modify-frame-parameters' on all existing frames with ALIST.

This function seems like a good idea, but it is written rather
inefficiently.  It ought to call modify-frame-parameters just once per
frame.  Using aput is undesirable since that loads a Lisp file that
you could easily avoid loading.

Please note that the first line of every doc string should stand on
its own.  Could you rewrite it to do that, and to follow the other doc
string conventions?




reply via email to

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