Kevin Cosgrove | 15 Jan 2010 22:28
Picon
Favicon

Building exmh from CVS repository


On 29 November 2009 at 14:18, Emile CARCAMO <ecarcamo <at> free.fr> wrote:

> 	Here's some help for Reg to download the 2.7.2 version.
> 	First of all execute following command :
> 
>    cvs -d:pserver:anonymous <at> exmh.cvs.sourceforge.net:/cvsroot/exmh login
> 
> 		simply type RETURN, then do :
> 
>    cvs -z3 -d:pserver:anonymous <at> exmh.cvs.sourceforge.net:/cvsroot/exmh co -P exmh
> 
> 	You'll get a local directory called "exmh" as a result.
> 	With best regards,

I finally tried the CVS source.  I'm configuring interactively, 
patched, tclindexed.  When testing I get 

window name "spam" already exists in parent
    while executing
"button .msgframe.mid.right.bot.spam -highlightthickness 1 -font fixed"
    ("eval" body line 1)
    invoked from within
"eval $cmd2 {-font fixed}"
    invoked from within
"if [catch $cmd2 t] {
	catch {puts stderr "Widget_AddButDef (warning) $t"}
	eval $cmd2 {-font fixed}
    }"
    (procedure "Widget_AddButDef" line 4)
(Continue reading)

Kevin Cosgrove | 16 Jan 2010 00:31
Picon
Favicon

SOLUTION - window name "spam" already exists in parent


On 15 January 2010 at 13:28, Kevin Cosgrove <kevinc <at> cosgroves.us> wrote:

> window name "spam" already exists in parent

I found the answer to the above problem here:

   http://www.icanprogram.com/09tk/lesson2/lesson2.html

I created my own "spam" button for exmh-2.7.0 long ago, so I had to 
remove it in my own ~/.exmh/... code in order for 2.7.2 to work here.

HTH somebody else...

--
Kevin

Gmane