summaryrefslogtreecommitdiff
path: root/FAQ.txt
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-07-18 17:11:47 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-07-18 17:11:47 +0000
commite9f1729457e46d291039bbe1da5489dcc10719fe (patch)
tree5ac82282df12691fef476407d481fe2013e44a78 /FAQ.txt
parent8b0cb425e2a4255f3bb979a50a21a214ba488a12 (diff)
downloaddocutils-e9f1729457e46d291039bbe1da5489dcc10719fe.tar.gz
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2441 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'FAQ.txt')
-rw-r--r--FAQ.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/FAQ.txt b/FAQ.txt
index 949bc1ff3..6515c93a1 100644
--- a/FAQ.txt
+++ b/FAQ.txt
@@ -256,6 +256,10 @@ input file, using whatever encoding suits your application, and tell
Docutils the input encoding. Docutils uses Unicode internally, so the
em-dash character is a real em-dash internally.
+Emacs users should refer to the `Emacs Support for reStructuredText
+<tools/editors/emacs/README.html>`_ document. Tips for other editors
+are welcome.
+
ReStructuredText has no character entity subsystem; it doesn't know
anything about XML charents. To Docutils, "&mdash;" in input text is
7 discrete characters; no interpretation happens. When writing HTML,