emacs-devel
[Top][All Lists]
Advanced

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

Re: fortran-fill-paragraph fails


From: Stefan Monnier
Subject: Re: fortran-fill-paragraph fails
Date: Sun, 07 Jan 2007 15:12:10 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux)

>     So if the comment starter used is ";;;" the regexp can just be
>     something like ";;;[^;]".  But that's only for "typical" comment
>     markers.  For Texinfo's "@c" we can't just use "@c[^c]" because "@ca"
>     is not a comment starter.  And For Fortran we can't just use "C[^C]"
>     because the "C" is only a comment starter when it's at the beginning
>     of a line.

>     We heuristically try to discover whether it's a "typical" comment
>     starter by matching (concat "\0" comstart "a") against
>     comment-start-skip, which should correctly distinguish those two
>     special cases.

> Could you make the comments explain this?

Done,


        Stefan




reply via email to

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