diff options
| author | Paul Eggert | 2017-08-19 17:15:52 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-08-19 17:17:09 -0700 |
| commit | 83f0d60e498c9cab59e098af6d9c403631ad645c (patch) | |
| tree | 38c3968b19d8eb83dc8c0b7c446330bd43383a42 /doc | |
| parent | 1c382c096b8b7d1fa995e6131b887d9128085c68 (diff) | |
| download | emacs-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.texi | 4 |
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 | ||
| 4342 | If @code{default-file-name-coding-system} or this variable is | 4342 | If @code{default-file-name-coding-system} or this variable is |
| 4343 | initialized by default to @code{iso-latin-1} for example, although you | 4343 | initialized by default to @code{iso-latin-1-unix} for example, although you |
| 4344 | want to subscribe to the groups spelled in Chinese, that is the most | 4344 | want to subscribe to the groups spelled in Chinese, that is the most |
| 4345 | typical case where you have to customize | 4345 | typical 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 |
| 4347 | a good candidate for it. Otherwise, you may change the locale in your | 4347 | a good candidate for it. Otherwise, you may change the locale in your |
| 4348 | system so that @code{default-file-name-coding-system} or this variable | 4348 | system so that @code{default-file-name-coding-system} or this variable |
| 4349 | may be initialized to an appropriate value. | 4349 | may be initialized to an appropriate value. |