Warning: Religion follows:
On 9/25/07, Lawrence D'Oliveiro <[EMAIL PROTECTED]> wrote:
> In message <[EMAIL PROTECTED]>, A.T.Hofkamp wrote:
>
> > On 2007-09-25, Lawrence D'Oliveiro <[EMAIL PROTECTED]>
> > wrote:
> >
> >> Why does it "choose" to modify your position when you exit insert mode?
> >
>
On 9/26/07, Neil Cerutti <[EMAIL PROTECTED]> wrote:
> On 2007-09-26, Jason M Barnes <[EMAIL PROTECTED]> wrote:
> > Off the top of my head, I can think of a few vim commands that
> > have come in handy. I can search through a webpage in Firefox
> > by using the sam
On 9/28/07, Gabriel Zachmann <[EMAIL PROTECTED]> wrote:
> Well,
>
> could some kind soul please explain to me why the following trivial code is
> misbehaving?
>
> #!/usr/bin/python
>
> lst = [ 0, 1, 2 ]
>
> s = []
>
> l = [ lst[0] ]
> r = lst[1:]
> while r:
> x = (l,r)
> print x
> s.app