Lisp HUG Maillist Archive

Bug? Single double quote in ; comments

Hi!

In a listener or editor, type:

(defun check (string)
  ;; check for "                                     [Enter + Tab]
! @

The cursor is then at the ! position instead of the expected @
position and breaks evaluation and cursor list mouvementsof the list
enclosing such type of comments, indentation, etc...

Georges
-- 
 Georges Ko                     gko@gko.net                      2005-06-10


Re: Bug? Single double quote in ; comments

It's not only that, but the highlighting for matching the parens is
thrown off too.

On 09/06/05, Georges Ko <gko@gko.net> wrote:
> Hi!
> 
> In a listener or editor, type:
> 
> (defun check (string)
>   ;; check for "                                     [Enter + Tab]
> ! @
> 
> The cursor is then at the ! position instead of the expected @
> position and breaks evaluation and cursor list mouvementsof the list
> enclosing such type of comments, indentation, etc...
> 
> Georges
> --
>  Georges Ko                     gko@gko.net                      2005-06-10
> 
> 


-- 
=====================
Joshua Taylor
tayloj@rpi.edu


Updated at: 2020-12-10 08:52 UTC