summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2020-02-06 12:46:53 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2020-02-06 12:46:53 +0000
commita604a84ab74723c32969a1e304fb14df79e98bf1 (patch)
tree2d140a5590da8dcbb9b56510b16d666ea9f72c79 /tools
parent618375aaab73dc4f3383247e6d44a009a9ecabcf (diff)
downloaddocutils-a604a84ab74723c32969a1e304fb14df79e98bf1.tar.gz
Use default encoding (utf8) for documentation in tools/editors/emacs.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8483 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'tools')
-rw-r--r--tools/editors/emacs/IDEAS.rst38
-rw-r--r--tools/editors/emacs/docutils.conf2
2 files changed, 19 insertions, 21 deletions
diff --git a/tools/editors/emacs/IDEAS.rst b/tools/editors/emacs/IDEAS.rst
index fb75c6805..195537a4a 100644
--- a/tools/editors/emacs/IDEAS.rst
+++ b/tools/editors/emacs/IDEAS.rst
@@ -6,7 +6,7 @@ Convert to id
* Convert the region to an HTML id
- * For instance "Eine Überschrift" to "eine-berschrift"
+ * For instance "Eine Überschrift" to "eine-uberschrift"
* According the same rules as reST does this
@@ -138,11 +138,11 @@ Sophisticated navigation in sections
* Like XML, Lisp
- * C-M-u für Up
+ * C-M-u für Up
- * C-M-d für Down
+ * C-M-d für Down
- * C-M-f / C-M-b für Forward / Backward
+ * C-M-f / C-M-b für Forward / Backward
Display of current location
===========================
@@ -200,10 +200,10 @@ Outline support
* Key bindings need to be reused
- * However, care must be taken if a file uses `allout-mode` for
- instance by comment strings
+ * However, care must be taken if a file uses `allout-mode` for
+ instance by comment strings
- * In this case key bindings must not be overridden
+ * In this case key bindings must not be overridden
* A command adding / updating `allout-mode` tags could be a solution
@@ -267,7 +267,7 @@ Sophisticated indentation
* bla
- @
+ @
* <backtab> should be used to indent in the other direction
@@ -280,21 +280,21 @@ Sophisticated indentation
* <tab> over list works::
- Text
+ Text
- * GGGGGG
- * SSSSSSSSSSSSSSS
- * TTTTTTTT
- * ZZZZZZZZ
+ * GGGGGG
+ * SSSSSSSSSSSSSSS
+ * TTTTTTTT
+ * ZZZZZZZZ
* <tab> over list doesn't work::
- Text
+ Text
- * GGGGGG
- * SSSSSSSSSSSSSSS
- * TTTTTTTT
- * ZZZZZZZZ
+ * GGGGGG
+ * SSSSSSSSSSSSSSS
+ * TTTTTTTT
+ * ZZZZZZZZ
* An indenting tab on the head of a list item should indent the whole
list item instead of only the first line
@@ -654,7 +654,7 @@ Support for longlines mode
not be modified
* See `Emacs Lisp => 32.19 Text Properties => Special
- Properties`
+ Properties`
* It would be nice to also have a visible indication for being
automatic insertion
diff --git a/tools/editors/emacs/docutils.conf b/tools/editors/emacs/docutils.conf
deleted file mode 100644
index a74f08d4a..000000000
--- a/tools/editors/emacs/docutils.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[general]
-input_encoding: latin-1