217 | | * a command to make user-defined targets (like Chimera1 '''namesel''') |
218 | | - we decided to name this '''namespec''' (see [http://www.cgl.ucsf.edu/home/meng/chi2/alias.html alias command mockup]) with '''currentOnly''' option to distinguish the evaluate-now or evaluate-upon-use types |
219 | | * a command to make user-defined commands (like the action-defining part of Chimera1 '''alias''') |
220 | | - we decided to keep the name '''alias''' for this function (see [http://www.cgl.ucsf.edu/home/meng/chi2/macro.html macro command mockup]) |
221 | | - as of Nov 2 2015 we have this command but syntax not fully resolved |
| 217 | * '''namespec''' command to make user-defined targets (like Chimera1 '''namesel''' for evaluate-now and Chimera1 '''alias''' for evaluate-upon-use) |
| 218 | - '''currentOnly''' option (or something like that) to distinguish the evaluate-now or evaluate-upon-use types, see [http://www.cgl.ucsf.edu/home/meng/chi2/alias.html alias command mockup]) |
| 219 | - besides showing '''alias''' instead of '''namespec''', mockup is out of date in that it should use '''list''' and '''delete''' keywords instead of '''~alias''' |