From a07c16aa3db1e342831aa77204146f8ce98881df Mon Sep 17 00:00:00 2001 From: jstenar <> Date: Thu, 24 May 2007 18:11:32 +0000 Subject: [PATCH] pyreadline: Addition to manual --- doc/ChangeLog | 3 +++ doc/manual_base.tex | 10 ++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index ffeea69..8da7488 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,6 @@ +2007-05-24 Jörgen Stenarson + * Additions to manual + 2007-05-14 Jörgen Stenarson * Fixing pageup pagedown scrolling of window * Begining work on killring. ctrl-k ctrl-y will not use clipboard anymore diff --git a/doc/manual_base.tex b/doc/manual_base.tex index b834308..d5ebf37 100644 --- a/doc/manual_base.tex +++ b/doc/manual_base.tex @@ -166,29 +166,27 @@ The pyreadline package now supports international characters. However using inte \section{Known issues} \begin{itemize} - \item Ctrl-s can not be used as a bound key. It seems ctrl-s does not generate key-up events in the console. This is an issue with cygwin as well. - \item No vi mode is implemented + \item If you do not want pyreadline at the standard windows prompt. Delete readline.py + from the install directory. This will not interfere with ipython usage, but you will + not be able to use the rlcompleter module which requires the readline.py module. \end{itemize} \section{Future work} \subsection{Near term} \begin{itemize} - \item install scripts for easyinstall and distutils \item Manual \end{itemize} \subsection{Middle term} \begin{itemize} - \item Refactor code \item Add missing functionality - \item Make console layer pluggable to allow more platforms \end{itemize} \subsection{Long term} \begin{itemize} \item Add more platforms - \item Add vi mode + \item Improve vi mode \end{itemize}