[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fortran-fill-paragraph fails
From: |
Roland Winkler |
Subject: |
Re: fortran-fill-paragraph fails |
Date: |
Sun, 24 Dec 2006 02:35:46 +0100 |
On Sun Dec 24 2006 Michaël Cadilhac wrote:
> "Roland Winkler" <address@hidden> writes:
> > Start a fresh emacs --no-init-file. Load file foo.f (fortran-mode):
> > cat foo.f <<EOF
> > C This is a fortran comment
> > CALL FOO
> > EOF
> >
> > On line 1 execute fill-paragraph, which will run
> > fortran-fill-paragraph. This gives me
> >
> > C This is a fortran comment ALL FOO
>
> Thanks for reporting this bug.
>
> Does the following fix it ? (And is it an acceptable solution ?)
Thanks a lot for the quick reply. For me, it works fine for the
above. Hopefully someone else can comment whether your patch is not
causing new problems which is unfortunately beyond my elisp
knowledge.
Roland
- Re: fortran-fill-paragraph fails, Michaël Cadilhac, 2006/12/23
- Re: fortran-fill-paragraph fails,
Roland Winkler <=
- Re: fortran-fill-paragraph fails, Michaël Cadilhac, 2006/12/24
- Re: fortran-fill-paragraph fails, Stefan Monnier, 2006/12/25
- Re: fortran-fill-paragraph fails, Roland Winkler, 2006/12/27
- Re: fortran-fill-paragraph fails, Stefan Monnier, 2006/12/29
- Re: fortran-fill-paragraph fails, Michaël Cadilhac, 2006/12/29
- Re: fortran-fill-paragraph fails, Richard Stallman, 2006/12/30
- Re: fortran-fill-paragraph fails, Michaël Cadilhac, 2006/12/30
- Re: fortran-fill-paragraph fails, Richard Stallman, 2006/12/30
- Re: fortran-fill-paragraph fails, Roland Winkler, 2006/12/30