?? readme
字號:
This directory contains a browser written in Python for "Info files"as used by the Emacs documentation system. The browser requires thatPython is built with the "stdwin" option and runs under X11 or theMac window system.Now you can read Info files even if you can't spare the memory, time ordisk space to run Emacs. (I have used this extensively on a Macintoshwith 1 Megabyte main memory and a 20 Meg harddisk.)You can give this to someone with great fear of complex computersystems, as long as they can use a mouse.Another reason to use this is to encourage the use of Info for on-linedocumentation of software that is not related to Emacs or GNU.(In particular, I plan to redo the Python and STDWIN documentationin texinfo.)The main program is in file "ib.py"; this accepts a file name and anode name as optional command line arguments, i.e., its usage is python ib.py [file [node]]Configuration:- The pathname of the directory (or directories) containingthe standard Info files should be set by editing thevalue assigned to INFOPATH in module ifile.py.- The default font should be set by editing the value of FONTin this module (ibrowse.py).- For fastest I/O, you may look at BLOCKSIZE and a few otherconstants in ifile.py.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -