[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#19359: Buttons in man pages
From: |
Álvar Ibeas |
Subject: |
bug#19359: Buttons in man pages |
Date: |
Wed, 17 Dec 2014 23:15:56 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Here is another suggestion that could serve as an approach to avoid
cross-references being interpreted as word-wrapped links, when the
previous line doesn't end with a hyphen. This one allows references to
span more than two lines.
The variable `Man-name-regexp' is changed to include line
breaks. Hopefully, this doesn't mess up (many) other things.
As an advantage, with this approach, a cross-reference outside the `SEE
ALSO' section that is split across two (or more) lines can be followed
by typing RET not only with point on the first of them.
patch_a3
Description: patch_a3