Tioga Macros
Make Bold makes the selected text bold.
Box adds (or removes) a box around the selected text.
Sort sorts all but the first word in a list <word> <word>, <word>, ... , <word>;
DIRECTORY
Rules, PopUpButtons, Imager, GraphicsButton, AtomButtons;
IMPORTS Rules, PopUpButtons, Imager, GraphicsButton, AtomButtons
Implement PROC turns a procedure-definition into a procedure implementation.
ButtonDataToRope: PROC [val: REF] RETURNS [rope: ROPE];
Line-Fold: No adds the line "Line-Fold: No" to a message header.
Subject: Changing Message Headers With a Button-Click
To: YAM-Attendees^
Cc: bier
Reply-To: bier
This macro by Pavel Curtis uses search to find a message header, and then makes an addition to that header.
-- Eric