Changes between Version 10 and Version 11 of CommittersTipsAndTricks


Ignore:
Timestamp:
Mar 17, 2009, 6:13:58 AM (15 years ago)
Author:
raimue (Rainer Müller)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommittersTipsAndTricks

    v10 v11  
    9595and don't think about it ever again.
    9696
     97If you want to test MacPorts Tcl extensions, you need to require the appropriate packages.
     98[[BR]]For example:
     99{{{
     100$ tclsh
     101% source /Library/Tcl/macports1.0/macports_fastload.tcl
     1020
     103% package require Pextlib
     1041.0
     105% strsed "foo" "s/f/m/"
     106moo
     107}}}
     108
    97109== Syntax Coloring When Editing Portfiles with Text Editors ==
    98110