From xemacs-m  Sun May 11 02:29:57 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id CAA25645
	for <xemacs-beta@xemacs.org>; Sun, 11 May 1997 02:29:55 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQcpar13145; Sun, 11 May 1997 03:29:55 -0400 (EDT)
Date: Sun, 11 May 1997 03:29:55 -0400 (EDT)
Message-Id: <QQcpar13145.199705110729@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: Yeehaa!  Multiple TTY frames are implemented
In-Reply-To: <kigu3kar4yb.fsf@jagor.srce.hr>
References: <199705101250.HAA17578@xemacs.org>
	<kigsozvrs60.fsf@jagor.srce.hr>
	<kigu3kar4yb.fsf@jagor.srce.hr>
X-Mailer: VM 6.31 under 20.2 XEmacs Lucid (beta5)
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

Hrvoje Niksic writes:
 > [...]
 > 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.

decode_mode_spec is the function that generates modeline strings.
Can't help more without having the patches to work with.

