Re: Feedback about exmh new version 2.8.0

Emile CARCAMO <[email protected]> Tue, 24 Apr 2012 21:19:43 +0200
Newsgroups gmane.mail.exmh.user
Message-ID <[email protected]>
> >	I've run the installer stuff and clicked on the tclIndex
> >	button prior doing the install thing (as Ken Hornstein
> >	suggested). No progress ...
> 
> So, in your /usr/local/lib/exmh-2.8.0 (or whatever) directory, you should
> have a tclIndex file.  Does it not contain an entry for exmh_lassign?  Mine
> has this line:
> 
> set auto_index(exmh_lassign) [list source [file join $dir utils.tcl]]
> 
> --Ken
> 

Hi Ken & All,

	Right : my file /usr/local/exmh-2.8.0/lib/tclIndex did contain
	this same line and also several others were referencing
	exmh_lassign as well :

-rw-r--r-- 1 emile carcamo   9748 Apr 24 18:56 html.tcl
-rw-r--r-- 1 emile carcamo  21221 Apr 24 18:56 html_formtag.tcl
-rw-r--r-- 1 emile carcamo  14050 Apr 24 18:56 html_get_http.tcl
-rw-r--r-- 1 emile carcamo  16460 Apr 24 18:56 html_links.tcl
-rw-r--r-- 1 emile carcamo  20093 Apr 24 18:56 msgShow.tcl
-rw-r--r-- 1 emile carcamo 126625 Apr 24 18:56 tclIndex
-rw-r--r-- 1 emile carcamo   1978 Apr 24 18:57 utils.tcl

	but I still had this msgShow.tcl error when opening any
	message. A stack trace was sent to Brent, btw. As a quick
	& dirty fix, I did "sed -i" to replace exmh_lassign with the
	old lassign word, until we find something ... nicer. Thanks
	a lot for asking. With best regards,

-Émile