[Top][All Lists]
[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: |
Mon, 25 Dec 2006 18:00:07 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) |
> ***************
> *** 838,844 ****
> (commark
> (comment-string-strip (buffer-substring comstart comin) nil t))
> (comment-re
> ! (if (string-match comment-start-skip (concat commark "a"))
> (concat "[ \t]*" (regexp-quote commark)
> ;; Make sure we only match comments that use
> ;; the exact same comment marker.
> --- 838,844 ----
> (commark
> (comment-string-strip (buffer-substring comstart comin) nil t))
> (comment-re
> ! (if (string-match comment-start-skip (concat "\0" commark "a"))
> (concat "[ \t]*" (regexp-quote commark)
> ;; Make sure we only match comments that use
> ;; the exact same comment marker.
Please add a clear comment explaining the reason for this "\0".
Stefan
- Re: fortran-fill-paragraph fails, Michaël Cadilhac, 2006/12/23
- Re: fortran-fill-paragraph fails, Roland Winkler, 2006/12/23
- Re: fortran-fill-paragraph fails, Michaël Cadilhac, 2006/12/24
- Re: fortran-fill-paragraph fails,
Stefan Monnier <=
- 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