GNU bug report logs -
#12756
24.2; woman.el vs adaptive-fill-mode hanging indent
Previous Next
Reported by: Kevin Ryde <user42 <at> zip.com.au>
Date: Sun, 28 Oct 2012 22:14:01 UTC
Severity: normal
Found in version 24.2
Done: Stefan Monnier <monnier <at> iro.umontreal.ca>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 05 Nov 2012 20:50:11 -0500
with message-id <jwv390n4i0u.fsf-monnier+emacs <at> gnu.org>
and subject line Re: bug#12756: 24.2; woman.el vs adaptive-fill-mode hanging indent
has caused the debbugs.gnu.org bug report #12756,
regarding 24.2; woman.el vs adaptive-fill-mode hanging indent
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
12756: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12756
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
With the file percent.1 below and an 80-column screen the file percent.1
below processed with
M-x woman-find-file percent.1
gives
%%%%Some percents one two three four five six seven eight
nine ten eleven twelve thirteen fourteen fifteen.
Where I expected
%%%%Some percents one two three four five six seven eight
nine ten eleven twelve thirteen fourteen fifteen.
It seems woman.el uses fill-region-as-paragraph and that
adaptive-fill-mode, which is t by default, causes the "%"s in the input
to become a fill prefix. I think that shouldn't be done, that instead
woman.el should control all indentation.
It seems this only affects roff source where the paragraph flowed is a
single line of the input. You can make a very long input line to see
multiple hanging lines in the output. Various other prefix characters
in adaptive-fill-regexp are affected similarly, eg "#" instead of "%".
I get some joy from forcing adaptive-fill-mode off in
woman-decode-region.
2012-10-27 Kevin Ryde <user42 <at> zip.com.au>
* woman.el (woman-decode-region): Let-bind adaptive-fill-mode nil so a
paragraph consisting of a single long input line "%%Foo ..." doesn't
have "%" treated as a hanging indent.
[percent.1 (text/plain, attachment)]
[woman.el.adaptive-fill.diff (text/x-diff, attachment)]
[Message part 6 (text/plain, inline)]
In GNU Emacs 24.2.1 (i486-pc-linux-gnu, GTK+ Version 2.24.10)
of 2012-09-10 on biber, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
Configured using:
`configure '--build' 'i486-linux-gnu' '--build' 'i486-linux-gnu'
'--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib'
'--localstatedir=/var/lib' '--infodir=/usr/share/info'
'--mandir=/usr/share/man' '--with-pop=yes'
'--enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.2/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.2/site-lisp:/usr/share/emacs/site-lisp'
'--with-crt-dir=/usr/lib/i386-linux-gnu' '--with-x=yes'
'--with-x-toolkit=gtk' '--with-toolkit-scroll-bars'
'build_alias=i486-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall'
'CPPFLAGS=-D_FORTIFY_SOURCE=2''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: en_AU
value of $XMODIFIERS: nil
locale-coding-system: iso-latin-1-unix
default enable-multibyte-characters: t
[Message part 7 (message/rfc822, inline)]
>> Does the patch below work as well for you?
> Yes,
Thanks, installed,
Stefan
This bug report was last modified 12 years and 204 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.