From owner-ntemacs-users@june  Tue Oct 15 14:30:59 1996
X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
	[nil "" "15" "October" "1996" "16:43:42" "EDT" "Paul Koning" "Paul_Koning/US/3Com%3com@smtp1.isd.3com.com" nil "27" "gnuserv and exiting; customization" "^From:" nil nil "10" nil nil nil nil]
	nil)
Received: from joker.cs.washington.edu (joker.cs.washington.edu [128.95.1.42]) by june.cs.washington.edu (8.7.6/7.2ju) with SMTP id OAA28702 for <voelker@june.cs.washington.edu>; Tue, 15 Oct 1996 14:30:59 -0700
Received: from june.cs.washington.edu (june.cs.washington.edu [128.95.1.4]) by joker.cs.washington.edu (8.6.12/7.2ws+) with ESMTP id OAA17778 for <voelker@joker.cs.washington.edu>; Tue, 15 Oct 1996 14:30:57 -0700
Received: from ISD.3Com.com (chipcom.com [192.41.247.9]) by june.cs.washington.edu (8.7.6/7.2ju) with SMTP id NAA24465 for <ntemacs-users@cs.washington.edu>; Tue, 15 Oct 1996 13:42:18 -0700
Received: from  (smtp1.chipcom.com) by ISD.3Com.com  (4.1/SMI-4.0) 	id AA01405; Tue, 15 Oct 96 16:41:36 EDT
Received: by  (IBM OS/2 SENDMAIL VERSION 1.3.17/1.2) 	  id AA4725; Tue, 15 Oct 96 16:43:01 -0700
Message-Id: <9610152343.AA4725@>
Received: by 3Com (Lotus Notes Mail Gateway for SMTP V1.1) id   A1A340155696F60A852563C4007153C1; Tue, 15 Oct 96 16:43:00 EDT
Mime-Version: 1.0
Content-Type: Text/Plain
From: Paul Koning/US/3Com <Paul_Koning/US/3Com%3COM@smtp1.isd.3com.com>
To: ntemacs-users <ntemacs-users@cs.washington.edu>
Subject: gnuserv and exiting; customization
Date: 15 Oct 96 16:43:42 EDT

Gnuserv is nice, but it doesn't seem to obey commands from Windows
to quit when I'm shutting down.  And/or perhaps that's a problem in
Emacs itself.  

On a different topic -- there are some nice ways to customize the way Emacs
displays frame titles (which appear in the window title bar).  Here's what
I used:

(setq frame-title-format '("%b (%t:" mode-name minor-mode-alist ")"))
(setq icon-title-format '("Emacs"))

That creates a title that looks roughly like the mode bar at the bottom of
the Emacs window, with a few things omitted and the layout changed slightly.
Unfortunately, the "icon-title-format" only controls the initial icon; after you
open the window, the frame title overrides it.  (Windows restriction?)

Finally... there's a weirdness with frame sizes.

If I specify an initial frame height using -geometry in the runemacs line,
the line count is the total frame height including the minibuffer.  The
same appears to be true for the "initial-frame-parameters" variable.
But for "default-frame-parameters", it is the text window height not counting
the minibuffers, so it's off by 3.  And if I start emacs by invoking
gnuclient (without arguments) then the height from initial-frame-parameters
is used as the height NOT including the minibuffer size.  Very confusing...

 paul

