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
> 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.
Does the patch below work as well for you?
Stefan
=== modified file 'lisp/woman.el'
--- lisp/woman.el 2012-10-29 10:30:11 +0000
+++ lisp/woman.el 2012-10-30 02:51:34 +0000
@@ -2253,6 +2253,8 @@
(set-face-font 'woman-symbol woman-symbol-font
(and (frame-live-p woman-frame) woman-frame)))
+ (setq-local adaptive-fill-mode nil) ; No special "%" "#" etc filling.
+
;; Set syntax and display tables:
(set-syntax-table woman-syntax-table)
(woman-set-buffer-display-table)
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.