aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2017-08-19 17:15:52 -0700
committerPaul Eggert2017-08-19 17:17:09 -0700
commit83f0d60e498c9cab59e098af6d9c403631ad645c (patch)
tree38c3968b19d8eb83dc8c0b7c446330bd43383a42 /doc
parent1c382c096b8b7d1fa995e6131b887d9128085c68 (diff)
downloademacs-83f0d60e498c9cab59e098af6d9c403631ad645c.tar.gz
emacs-83f0d60e498c9cab59e098af6d9c403631ad645c.zip
Don’t adjust CRLF in file names
* doc/misc/gnus.texi (Non-ASCII Group Names): * etc/NEWS: * test/lisp/net/tramp-tests.el (tramp--test-utf8): Use utf-8-unix, not utf-8, for default-file-name-coding-system, so that CRLF in file names is left alone. * lisp/international/mule-cmds.el (set-default-coding-systems): Do not alter CRLF in file name coding systems. (prefer-coding-system): Ignore differences in CRLF processing when checking whether we used the user-specified file name coding system. * test/src/fileio-tests.el: New file.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/gnus.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index e00e173bc18..cd94156df36 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -4340,10 +4340,10 @@ does not necessarily need to be the same value that is determined by
4340@code{gnus-group-name-charset-group-alist}. 4340@code{gnus-group-name-charset-group-alist}.
4341 4341
4342If @code{default-file-name-coding-system} or this variable is 4342If @code{default-file-name-coding-system} or this variable is
4343initialized by default to @code{iso-latin-1} for example, although you 4343initialized by default to @code{iso-latin-1-unix} for example, although you
4344want to subscribe to the groups spelled in Chinese, that is the most 4344want to subscribe to the groups spelled in Chinese, that is the most
4345typical case where you have to customize 4345typical case where you have to customize
4346@code{nnmail-pathname-coding-system}. The @code{utf-8} coding system is 4346@code{nnmail-pathname-coding-system}. The @code{utf-8-unix} coding system is
4347a good candidate for it. Otherwise, you may change the locale in your 4347a good candidate for it. Otherwise, you may change the locale in your
4348system so that @code{default-file-name-coding-system} or this variable 4348system so that @code{default-file-name-coding-system} or this variable
4349may be initialized to an appropriate value. 4349may be initialized to an appropriate value.