Changeset aa1bbf6


Ignore:
Timestamp:
Dec 31, 2004, 7:30:45 PM (19 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
4e0f545
Parents:
7e6d1fd
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/intro.txt

    rc82b055 raa1bbf6  
    330330*** WARNING: This interface may change substantially in the near future ***
    331331
    332 This file is interpreted by the perl interpreter.
    333 If you wish to execute an owl command use the
    334 function owl::command().  i.e.
    335 
    336      owl::command("set zsigproc \"/mit/kretch/bin/getzsig foo\"");
    337 
    338 will set the owl variable zsigproc. 
     332The ~/.owlconf file is interpreted by the perl interpreter.  You may
     333specify an alternate file by running owl with "owl -c <configfile>".
     334
     335If you wish to execute an owl command from .owlconf use the function
     336owl::command().  i.e.:
     337
     338     owl::command('set zsigproc "/mit/kretch/bin/getzsig foo"');
    339339
    340340Subroutines created with the names below will be executed at the
     
    351351                       it has been added to the message list
    352352
    353 Both owl::format_msg and owl::receive_msg are passed
    354 perl owl::Message objects which contain attributes of the message.
    355 Please see the advanced.txt file for further documentation
    356 of the Perl extension API.
    357 
    358 The "appendtosepbar" variable may be set in owl::format_msg()
    359 to set text to be appended to sepbar that separates the received
    360 message list from the edit window.
     353Both owl::format_msg and owl::receive_msg are passed perl owl::Message
     354objects which contain attributes of the message.  Please see the
     355advanced.txt file for further documentation of the Perl extension API.
     356
     357The "appendtosepbar" variable may be set in owl::format_msg() to set
     358text to be appended to sepbar that separates the received message list
     359from the edit window.
    361360
    362361
Note: See TracChangeset for help on using the changeset viewer.