From: Peter Freddolino (petefred_at_ks.uiuc.edu)
Date: Wed Apr 21 2010 - 09:51:35 CDT

Sure. In fact, vmd-l comes with excellent documentation for just such a
request. Please see http://www.ks.uiuc.edu/Research/vmd/mailing_list/,
where you originally found out how to sign up.
Best,
Peter

Yongmei Pan wrote:
> Hi, Can I be removed from mail list?
>
> Thanks
>
> Yongmei Pan
>
> On Wed, Apr 21, 2010 at 9:06 AM, Alexandre Suman de Araujo <
> asaraujo_at_if.sc.usp.br> wrote:
>
>
>> Hi Peter
>>
>> Thanks by the code. Everything is working now.
>>
>> Cheers.
>>
>> Alexandre
>>
>>
>> Citando Peter Freddolino <petefred_at_ks.uiuc.edu>:
>>
>> Hi Alexandre,
>>
>>> this is my mistake; it appears that I never committed the lmap function
>>> to cvs. You should be able to get things working either by checking out
>>> the latest cvs version of the plugin tree, or pasting the function (see
>>> below) at the bottom of utilities.tcl in your installation. Sorry for
>>> the inconvenience.
>>> Best,
>>> Peter
>>>
>>> proc ::util::lmap {inlist expression} {
>>> set newlist [list]
>>> foreach elem $inlist {
>>> lappend newlist [eval "$expression"]
>>> }
>>> return $newlist
>>> }
>>>
>>>
>>> Alexandre Suman de Araujo wrote:
>>>
>>>
>>>> Hi Peter
>>>>
>>>> I´m using de last version 1.8.7. I checked the CVS version and the
>>>> script has notmodifications compared with the one of the 1.8.7 version.
>>>>
>>>> Cheers
>>>>
>>>>
>>>>
>>>
>> ----------------------------------------------------------------
>> Novo Webmail IFSC
>>
>>
>>
>>
>
>