[ python-Bugs-651124 ] pydoc ignores $PAGER if TERM=='dumb'

SourceForge.net noreply at sourceforge.net
Thu Nov 3 10:01:47 CET 2005


Bugs item #651124, was opened at 2002-12-09 14:00
Message generated for change (Comment added) made by ping
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=651124&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.3
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Inyeol Lee (inyeol)
Assigned to: Ka-Ping Yee (ping)
Summary: pydoc ignores $PAGER if TERM=='dumb'

Initial Comment:
bug:
pydoc ignores $PAGER environment variable
if TERM=='dumb'

symptom:
when using pydoc as a keyword helper system
(set keywordprg) pydoc scrolls all over its
contents without paging, since gvim sets its
terminal type to 'dumb' for shell escape.

Fix:
patch included. function getpager() rearranged.

Inyeol Lee


----------------------------------------------------------------------

>Comment By: Ka-Ping Yee (ping)
Date: 2005-11-03 01:01

Message:
Logged In: YES 
user_id=45338

Accepted.

----------------------------------------------------------------------

Comment By: Neal Norwitz (nnorwitz)
Date: 2002-12-31 05:12

Message:
Logged In: YES 
user_id=33168

Ping, do you agree with this patch?

----------------------------------------------------------------------

Comment By: Inyeol Lee (inyeol)
Date: 2002-12-09 14:06

Message:
Logged In: YES 
user_id=595280

description on symptom above is for gvim.
it was not clear there.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=651124&group_id=5470


More information about the Python-bugs-list mailing list