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

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

after-make-frame-hook should be ...-functions


From: Allan Gottlieb
Subject: after-make-frame-hook should be ...-functions
Date: 15 Jul 2001 17:10:40 -0400

This bug report will be sent to the Free Software Foundation,
 not to your local site managers!!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

In GNU Emacs 20.7.1 (i386-redhat-linux-gnu, X toolkit)
 of Fri Mar 16 2001 on porky.devel.redhat.com
configured using `configure  --mandir=/usr/share/man --infodir=/usr/share/info 
--prefix=/usr --libexecdir=/usr/lib --sharedstatedir=/var --with-gcc --with-pop 
--with-x-toolkit i386-redhat-linux-gnu'

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

The documentation for Creating Frames in the elisp manual contains

   - Variable: after-make-frame-hook
       A normal hook run by `make-frame' after it creates the frame.
  
But there is no such hook.  The documentation for make-frame has it right

    Before the frame is created (via `frame-creation-function'), functions on 
the
    hook `before-make-frame-hook' are run.  After the frame is created, 
functions
    on `after-make-frame-functions' are run with one arg, the newly
    created frame.

Thanks for maintaining emacs,
allan gottlieb



reply via email to

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