On Mon, Sep 13, 2004 at 11:22:57AM +0200, Piotr Sulecki wrote:
> Package: joe
> Version: 3.1-0.2
> Severity: normal
> 
> When syntax highlighting and language-specific editing is enabled, some
> things do not work right. For example, setting istep to 3 on .c files
> has absolutely no effect on -smartback option; it still wants to jump
> two spaces instead of three.

I can't seem to reproduce this with that version or with 3.3, at least not
based on that description.

The joerc comment says:

        -smartbacks             Backspace key deletes 'istep' number of
                                'indentc's if cursor is at first non-space
                                character.

That seems to mean that with 'joe -smartback -istep 3 foo.c', and the
content being:

   if (foo) {
      bar;
   }

...that when you place the cursor at the letter "b", and type backspace, it
should delete three characters and place you underneath the letter "i".
And that is exactly what happens here.

Can you provide more information about the actual problem, please?

-- 
     2. That which causes joy or happiness.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to