Changeset aa1bbf6 for doc/intro.txt
- Timestamp:
- Dec 31, 2004, 7:30:45 PM (20 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/intro.txt
rc82b055 raa1bbf6 330 330 *** WARNING: This interface may change substantially in the near future *** 331 331 332 Th is 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. 332 The ~/.owlconf file is interpreted by the perl interpreter. You may 333 specify an alternate file by running owl with "owl -c <configfile>". 334 335 If you wish to execute an owl command from .owlconf use the function 336 owl::command(). i.e.: 337 338 owl::command('set zsigproc "/mit/kretch/bin/getzsig foo"'); 339 339 340 340 Subroutines created with the names below will be executed at the … … 351 351 it has been added to the message list 352 352 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. 353 Both owl::format_msg and owl::receive_msg are passed perl owl::Message 354 objects which contain attributes of the message. Please see the 355 advanced.txt file for further documentation of the Perl extension API. 356 357 The "appendtosepbar" variable may be set in owl::format_msg() to set 358 text to be appended to sepbar that separates the received message list 359 from the edit window. 361 360 362 361
Note: See TracChangeset
for help on using the changeset viewer.