# HG changeset patch # User Eli Zaretskii # Date 1015070661 0 # Node ID faa7540b3866e694d3afcb917c86ac244dad7abb # Parent fc6635cc6be1bcf6eaeedeb7aa4e1676eaece34f (Encoding and I/O): Mention select-safe-coding-system in the documentation of buffer-file-coding-system and save-buffer-coding-system. diff -r fc6635cc6be1 -r faa7540b3866 lispref/nonascii.texi --- a/lispref/nonascii.texi Sat Mar 02 11:57:50 2002 +0000 +++ b/lispref/nonascii.texi Sat Mar 02 12:04:21 2002 +0000 @@ -615,12 +615,15 @@ @defvar buffer-file-coding-system This variable records the coding system that was used for visiting the current buffer. It is used for saving the buffer, and for writing part -of the buffer with @code{write-region}. When those operations ask the -user to specify a different coding system, -@code{buffer-file-coding-system} is updated to the coding system -specified. +of the buffer with @code{write-region}. If the text to be written +cannot be safely encoded using the coding system specified by this +variable, these operations select an alternative encoding by calling +the function @code{select-safe-coding-system} (@pxref{User-Chosen +Coding Systems}). If selecting a different encoding requires to ask +the user to specify a coding system, @code{buffer-file-coding-system} +is updated to the newly selected coding system. -However, @code{buffer-file-coding-system} does not affect sending text +@code{buffer-file-coding-system} does @emph{not} affect sending text to a subprocess. @end defvar @@ -633,9 +636,10 @@ @code{buffer-file-coding-system} (or @code{save-buffer-coding-system}), and that coding system cannot handle the actual text in the buffer, the command asks the user to choose -another coding system. After that happens, the command also updates -@code{buffer-file-coding-system} to represent the coding system that the -user specified. +another coding system (by calling @code{select-safe-coding-system}). +After that happens, the command also updates +@code{buffer-file-coding-system} to represent the coding system that +the user specified. @end defvar @defvar last-coding-system-used @@ -739,6 +743,7 @@ @node User-Chosen Coding Systems @subsection User-Chosen Coding Systems +@cindex select safe coding system @defun select-safe-coding-system from to &optional default-coding-system accept-default-p This function selects a coding system for encoding specified text, asking the user to choose if necessary. Normally the specified text