:history top-level command

$Revision: 5.0.2.3 $

Arguments: &key count reverse

Print the items on the history list. If the keyword argument count is specified as a positive integer, that number of items will be printed. If the count argument is not specified, 15 items will be printed. (Of course, if the list contains fewer items than are called for, the whole list will be printed.) The list is printed most recent item last, but will print most recent item first if the :reverse argument is specified and non-nil.

For example,

:history :count 5 :reverse t

will print out the 5 most recent items on the history list, most recent first; while

:history :count 5

will print out the five most recent items, oldest first.

The minimal abbreviation of :history is :his.

See top_level.htm for more information on top-level commands. In particular, see 3.3 Command and expression history in that document for pattern matching commands not documented on their own pages.

The general documentation description is in introduction.htm. The index in index.htm.

Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.