emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/mule.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/man/mule.texi
Date: Mon, 28 Mar 2005 16:07:34 -0500

Index: emacs/man/mule.texi
diff -c emacs/man/mule.texi:1.72 emacs/man/mule.texi:1.73
*** emacs/man/mule.texi:1.72    Thu Mar 24 14:06:00 2005
--- emacs/man/mule.texi Mon Mar 28 21:07:34 2005
***************
*** 928,933 ****
--- 928,936 ----
  @item C-x @key{RET} X @var{coding} @key{RET}
  Use coding system @var{coding} for transferring @emph{one}
  selection---the next one---to or from the window system.
+ 
+ @item M-x recode-region
+ Convert the region from a previous coding system to a new one.
  @end table
  
  @kindex C-x RET f
***************
*** 1056,1061 ****
--- 1059,1070 ----
    The default for translation of process input and output depends on the
  current language environment.
  
+ @findex recode-region
+   If a piece of text has already been inserted into a buffer using the
+ wrong coding system, you can decode it again using @kbd{M-x
+ recode-region}.  This prompts you for the old coding system and the
+ desired coding system, and acts on the text in the region.
+ 
  @vindex file-name-coding-system
  @cindex file names with address@hidden characters
  @findex set-file-name-coding-system
***************
*** 1084,1089 ****
--- 1093,1104 ----
  name, or it may get an error.  If such a problem happens, use @kbd{C-x
  C-w} to specify a new file name for that buffer.
  
+ @findex recode-file-name
+   If a mistake occurs when encoding a file name, use the command
+ command @kbd{M-x recode-file-name} to change the file name's coding
+ system.  This prompts for an existing file name, its old coding
+ system, and the coding system to which you wish to convert.
+ 
  @vindex locale-coding-system
  @cindex decoding address@hidden keyboard input on X
    The variable @code{locale-coding-system} specifies a coding system




reply via email to

[Prev in Thread] Current Thread [Next in Thread]