[IPython-user] New pyreadline breaks autoindent

Jerry McRae qrs0xyc02@sneakemail....
Sat May 19 19:37:01 CDT 2007


sorry for the delayed response.  I wanted to make sure I did some testing.
comments below

On 5/14/07, Jörgen Stenarson jorgen.stenarson-at-bostream.nu |Python
projects/jml| <...> wrote:
>
> Jerry McRae skrev:
> > I get the same results in WinXP.  In addition, with pyreadline 1.4.3,
> > the PgUp and PgDn keys no longer work [to move through your output
> buffer]
> Fixed in svn


confirmed .  BTW, do you know how I can change it to go a FULL page up with
the PgUp?  It is REALLY annoying to have the PgUp key move at only 1/4 page
at a time.

>
> > Another "bug" is the the ^k "kill-line" command copies into the
> > ClipBoard (bad) in addition to clearing to EOL (good).  I do NOT want my
> > clipboad updated unless I ask for it.  My clipboard monitor records all
> > cut or copy operations.
> The reason for this behaviour was I wanted to be able to yank after a
> kill. This was the easiest way to implement that. However I can see
> that it is not ideal behaviour so I have started to create a separate
> kill-ring, which at this time will only hold a single kill.
>
> So I think this issue is also fixed in svn now (if you update make sure
> your pyreadlineconfig binds ctrl-y to yank and not paste if you want to
> be able to yank after a kill)


^k works great.  ESC works much better now!

Anyone else have an opinion on how the kill ring should be implemented
> in relation to clipboard?


I don't know what the terms "yank" and "kill-ring" meant, or how I would use
them, sorry.

<snip>


One [possibly] new bug:  The feature that updates the window's caption it
great!  However, on Windows, if I am in a folder that contains directory
names with spaces in them (like "Richard Thompson - [1991]  Rumor and
Sigh"), then pressing the TAB changes all the spaces to backslash-space,
INSTEAD of surrounding with quotes.  (this is as it was), HOWEVER, if I
accidentally hit <enter> instead of <esc>, it displays a couple errors, then
EVERY TIME I use the CD command after this I get the error:

UnboundLocalError: local variable 'ret' referenced before assignment

at line 33 in platutils_win32.py

Thanks for your work on this!

/Jörgen
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ipython.scipy.org/pipermail/ipython-user/attachments/20070519/361daa63/attachment.html 


More information about the IPython-user mailing list