| Summary: | [patch] Better configuration for Emacs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Hoyoung Kim <trig4800> | ||||
| Component: | Books & Articles | Assignee: | Warren Block <wblock> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Some People | CC: | wblock | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Hoyoung Kim
2015-08-13 18:14:40 UTC
The patch removes the wordwrap and indent settings. Does nxml-mode have these set by default? (In reply to Warren Block from comment #1) Yes. nxml-mode provides 'tab stops set to 2' and 'replace each group of 8 leading spaces with a single tab'. auto-fill-mode provides 'word wrap set to 70 characters'. It would be appreciated if someone experts in FDP tests for this configuration. This is not a *perfect* solution because of the indentation issue(https://docs.freebsd.org/cgi/getmsg.cgi?fetch=119948+0+archive/2015/freebsd-doc/20150719.freebsd-doc), but this one would be more helpful than the previous one. Committed, thanks! A commit references this bug: Author: wblock Date: Fri Aug 14 23:07:33 UTC 2015 New revision: 47235 URL: https://svnweb.freebsd.org/changeset/doc/47235 Log: Update the emacs configuration. PR: 202303 Submitted by: Hoyoung Kim <trig4800@gmail.com> Changes: head/en_US.ISO8859-1/books/fdp-primer/editor-config/chapter.xml |