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

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

check if no more startup messages comming


From: Friedrich Laher
Subject: check if no more startup messages comming
Date: Fri, 14 Oct 2005 11:23:53 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1

yesterday

(  how to inhibit messages in message area
    how to inhibit messages in message area: SOLVED
)
 i thought the problem of  inhibiting the popping up of the initial frame
after it's been made invisible to be solved by redefining the function "message"
as doing nothing

but that only sometimes workes.

What I intend:

 prep.el started by shellscrip "prep"

#!/bin/bash
emacs -l $HOME/Documents/StammDt/prep.el $HOME/Documents/StammDt/StmDt

should, finally, show ONLY the frame created with

(setq nf (make-frame '( (minibuffer . nil)
                        (height     . 13)
                        (width      . 59)
)        )            )

and not the initial frame as well.
So
how can prep.el test if there are still
some messages to be displayed
( that would make the initial frame
  visible again even after e.g. "make-frame-invisible"
)
to wait with making invisible until no more
messages are comming?

reply via email to

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