Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6d3906d5
Commit
6d3906d5
authored
May 29, 2006
by
Kenichi Handa
Browse files
(find-operation-coding-system): Describe the new
argument format (FILENAME . BUFFER).
parent
6ad0381c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
lispref/ChangeLog
lispref/ChangeLog
+5
-0
lispref/nonascii.texi
lispref/nonascii.texi
+8
-0
No files found.
lispref/ChangeLog
View file @
6d3906d5
2006-05-29 Kenichi Handa <handa@m17n.org>
* nonascii.texi (find-operation-coding-system): Describe the new
argument format (FILENAME . BUFFER).
2006-05-28 Richard Stallman <rms@gnu.org>
* tips.texi (Coding Conventions): Better explain reasons not to
...
...
lispref/nonascii.texi
View file @
6d3906d5
...
...
@@ -1116,6 +1116,14 @@ or port number.
Depending on @var{operation}, this function looks up the target in
@code{file-coding-system-alist}, @code{process-coding-system-alist},
or @code{network-coding-system-alist}.
If @var{operation} is @code{insert-file-contents}, the argument
corresponding to the target may be a cons cell of the form
@code{(@var{filename} . @code{buffer})}). In that case,
@code{filename} is a file name to look up, and @code{buffer} is a
buffer that already contains the file (but not yet decoded). A
function specified in @code{file-coding-system-alist} must pay
attention to this format of the target.
@end defun
@node Specifying Coding Systems
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment