[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#17978: 24.3; forward-paragraph broken with javadocs
From: |
Dmitry |
Subject: |
bug#17978: 24.3; forward-paragraph broken with javadocs |
Date: |
Fri, 11 Jul 2014 10:46:31 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.92 (gnu/linux) |
Dmitry <dgutov@yandex.ru> writes:
> This doesn't look straightforward to do, though: the final
> `paragraph-start' is obtained by calling `c-setup-paragraph-variables',
> so to get the value computed both ways, guess we'll have to call it at
> least twice.
Or maybe we should save the computed value, but then kill the
buffer-local value of `paragraph-start'?
This actually seems to be what Justine is asking for, because the
"unexpected" paragraph movement happens not just because of javadocs,
but also due to the "empty" lines within the comment.
`c-setup-paragraph-variables' intentionally sets the variable up this
way, so maybe we should consider more carefully whether
`backward-paragraph' should stop at those lines.
- bug#17978: 24.3; forward-paragraph broken with javadocs, Justine Tunney, 2014/07/09
- bug#17978: 24.3; forward-paragraph broken with javadocs, Stefan Monnier, 2014/07/09
- bug#17978: 24.3; forward-paragraph broken with javadocs, Justine Tunney, 2014/07/09
- bug#17978: 24.3; forward-paragraph broken with javadocs, Stefan Monnier, 2014/07/09
- bug#17978: 24.3; forward-paragraph broken with javadocs, Justine Tunney, 2014/07/09
- bug#17978: 24.3; forward-paragraph broken with javadocs, Stefan Monnier, 2014/07/09
- bug#17978: 24.3; forward-paragraph broken with javadocs, Dmitry, 2014/07/11
- bug#17978: 24.3; forward-paragraph broken with javadocs,
Dmitry <=
- bug#17978: 24.3; forward-paragraph broken with javadocs, Stefan Monnier, 2014/07/11
- bug#17978: 24.3; forward-paragraph broken with javadocs, Dmitry Gutov, 2014/07/12
- bug#17978: 24.3; forward-paragraph broken with javadocs, Alan Mackenzie, 2014/07/13