From xemacs-m  Sat May 10 23:46:41 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id XAA25158
	for <xemacs-beta@xemacs.org>; Sat, 10 May 1997 23:46:39 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id GAA22402; Sun, 11 May 1997 06:46:37 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: Yeehaa!  Multiple TTY frames are implemented
References: <199705101250.HAA17578@xemacs.org> <kigsozvrs60.fsf@jagor.srce.hr>
X-Save-Project-Gutenberg: <URL:http://www.promo.net/pg/nl/pgny_nov96.html>
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 11 May 1997 06:46:36 +0200
In-Reply-To: Hrvoje Niksic's message of 10 May 1997 22:25:11 +0200
Message-ID: <kigu3kar4yb.fsf@jagor.srce.hr>
Lines: 27
X-Mailer: Gnus v5.4.52/XEmacs 19.15

Hrvoje Niksic <hniksic@srce.hr> writes:

> FSF Emacs prints the nice `Emacs-%d' string to modeline
> identification.  I've implemented it being appended to the buffer
                                           this is frame --> ^^^^^^
> name, but I don't know how to glue it to XEmacs string in the
> modeline.  What I need is something like:
[...]

OK, I've solved it by default identification default to "%S:" and the
default frame default to "XEmacs" and "XEmacs-%d" (the `-%d' part only
on TTY frames).

However, this doesn't work so well on a TTY (sic!), as something
appears to insert another `:', so I wind up with:

-----XEmacs:: *scratch*      (Lisp Interaction)

in the modeline.  Obviously, something is trying to be smart somewhere
and prints the additional `:'.  Chuck, maybe you can give me some
pointers?  Anyone else?  I was even so desperate that I tried grepping
the sources for various colon-things -- but failed.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Ask not for whom the <CONTROL-G> tolls.

