Oliver Nikolas Winspear

Results 6 issues of Oliver Nikolas Winspear

In Vim, you can replace text with `s` or `c` in Visual block mode. Changes will be applied to all lines of the selected region. In lem, only text on...

bug
vi-mode

In vi-mode, I can select a visual block using `C-v`, then press `I` or `A`. After typing some text, `ESC` will insert it at the start or end of each...

bug
vi-mode

Closes #91 ### Summary of Changes Implement changes discussed in #91. I think this needs review from someone else, but I wanted to get the ball rolling. New functions: -...

The functions `symex-previous-visual-line` and `symex-next-visual-line` don't always move by visual line when point is below or above a comment line. In general, `symex-next-visual-line` will move to the next non-comment line,...

It would be useful if we could specify local identifiers using regular expressions. For example, most Common Lisp libraries have a `.asd` file in their root, which is a "system"...

CLiki lists many errors in the ANSI standard, and some of them are quite glaring. For instance, SETQ is described as a "special form" rather than "special operator". Is it...