Getselection
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 5 articles for 0.000 sec
Re: Xina output behaviour.     

Group: comp.lang.forth · Group Profile · Search for Getselection in comp.lang.forth
Author: morrimichael
Date: May 5, 2008 23:07

...gmail.com wrote: Also, is their a way to get Mops to do this as well? In file MLTEFwindMod.txt change method interpret: of class MLTEFwind: :m INTERPRET:  { \ echoCR? strt end -- } ( ... )         getselect: theMLTEview nip dup  setselect: theMLTEview         echoCR? IF  space  THEN         \ was: echoCR? IF  cr  THEN         evalFromQE  flush_TWstr ( ... )...
Show full article (0.59Kb) · Show article thread
Re: Xina output behaviour.     

Group: comp.lang.forth.mac · Group Profile · Search for Getselection in comp.lang.forth.mac
Author: morrimichael
Date: May 5, 2008 23:07

...gmail.com wrote: Also, is their a way to get Mops to do this as well? In file MLTEFwindMod.txt change method interpret: of class MLTEFwind: :m INTERPRET:  { \ echoCR? strt end -- } ( ... )         getselect: theMLTEview nip dup  setselect: theMLTEview         echoCR? IF  space  THEN         \ was: echoCR? IF  cr  THEN         evalFromQE  flush_TWstr ( ... )...
Show full article (0.59Kb) · Show article thread
Re: Xina output behaviour.     

Group: comp.lang.forth · Group Profile · Search for Getselection in comp.lang.forth
Author: demarchie
Date: May 1, 2008 13:58

...> Also, is their a way to get Mops to do this as well? In file MLTEFwindMod.txt change method interpret: of class MLTEFwind: :m INTERPRET: { \ echoCR? strt end -- } ( ... ) getselect: theMLTEview nip dup setselect: theMLTEview echoCR? IF space THEN \ was: echoCR? IF cr THEN evalFromQE flush_TWstr ( ... ) ;m Then rebuild PowerMops from the PMops nucleus. Cheers, ...
Show full article (0.44Kb) · Show article thread
Re: Xina output behaviour.     

Group: comp.lang.forth.mac · Group Profile · Search for Getselection in comp.lang.forth.mac
Author: demarchie
Date: May 1, 2008 13:58

...> Also, is their a way to get Mops to do this as well? In file MLTEFwindMod.txt change method interpret: of class MLTEFwind: :m INTERPRET: { \ echoCR? strt end -- } ( ... ) getselect: theMLTEview nip dup setselect: theMLTEview echoCR? IF space THEN \ was: echoCR? IF cr THEN evalFromQE flush_TWstr ( ... ) ;m Then rebuild PowerMops from the PMops nucleus. Cheers, ...
Show full article (0.44Kb) · Show article thread
Re: A REALLY verbose example of the EDO Structure Package by GT Hawkins     

Group: comp.lang.forth · Group Profile · Search for Getselection in comp.lang.forth
Author: William James
Date: Dec 9, 2006 09:17

Doug Hoffman wrote: : getSelect ( -- n ) IN @ BL WORD FIND IF BODY NIP ELSE DROP IN ! Selector HERE THEN ; Suggestion. Dump camel-case and use underscores. Which of the following is more readable? hasNoRequirementToMaintainAFixedMethod has_no_requirement_to_maintain_a_fixed_method
Show full article (0.30Kb) · Show article thread