#987: Default system pager
--------------------+----------------------
Reporter: adeiana | Owner:
Type: defect | Status: new
Priority: minor | Component: BibSched
Version: | Keywords:
--------------------+----------------------
By default CFG_BIBSCHED_LOG_PAGER is /bin/more
As a result the default PAGER is never used.
You can see why by checking this line of code:
pager = CFG_BIBSCHED_LOG_PAGER or os.environ.get('PAGER', '/bin/more')
I would suggest to change CFG_BIBSCHED_LOG_PAGER to '' or None so that the
default pager is used.
--
Ticket URL: <http://invenio-software.org/ticket/987>
Invenio <http://invenio-software.org>