bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: awk-mode comment disabilities


From: Stefan Monnier
Subject: Re: awk-mode comment disabilities
Date: 01 Jun 2001 19:55:06 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.104

>>>>> "Dan" == Dan Jacobson <jidanni@kimo.FiXcomTHiS.tw> writes:
> {
>     a=1
>       a=2
>       a=3
>       a=b;a=c
>               a=4
>               a=5
>               }
> awk mode shouldn't so rawly bind these c-mode functions.  By the way,
> these functions give the message "indenting region...done" which is
> incorrect, as that is the job of a different command.  They should say
> "indenting defun...done", "indenting exp...done".

Known bug.  Three solutions:
1 - put a semi-colon at the end of each line.
2 - don't use the auto-indentation.
3 - write an awk indentation engine.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]