all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* check if no more startup messages comming
@ 2005-10-14  9:23 Friedrich Laher
  0 siblings, 0 replies; only message in thread
From: Friedrich Laher @ 2005-10-14  9:23 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 924 bytes --]

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?

[-- Attachment #1.2: Type: text/html, Size: 1720 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-14  9:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-14  9:23 check if no more startup messages comming Friedrich Laher

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.