summaryrefslogtreecommitdiff
path: root/devdocs/elisp/format-conversion-overview.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/format-conversion-overview.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/format-conversion-overview.html')
-rw-r--r--devdocs/elisp/format-conversion-overview.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/devdocs/elisp/format-conversion-overview.html b/devdocs/elisp/format-conversion-overview.html
deleted file mode 100644
index c7685d8f..00000000
--- a/devdocs/elisp/format-conversion-overview.html
+++ /dev/null
@@ -1,14 +0,0 @@
- <h4 class="subsection">Overview</h4> <p>The function <code>insert-file-contents</code>: </p> <ul> <li> initially, inserts bytes from the file into the buffer; </li>
-<li> decodes bytes to characters as appropriate; </li>
-<li> processes formats as defined by entries in <code>format-alist</code>; and </li>
-<li> calls functions in <code>after-insert-file-functions</code>. </li>
-</ul> <p>The function <code>write-region</code>: </p> <ul> <li> initially, calls functions in <code>write-region-annotate-functions</code>; </li>
-<li> processes formats as defined by entries in <code>format-alist</code>; </li>
-<li> encodes characters to bytes as appropriate; and </li>
-<li> modifies the file with the bytes. </li>
-</ul> <p>This shows the symmetry of the lowest-level operations; reading and writing handle things in opposite order. The rest of this section describes the two facilities surrounding the three variables named above, as well as some related functions. <a href="coding-systems">Coding Systems</a>, for details on character encoding and decoding. </p><div class="_attribution">
- <p class="_attribution-p">
- Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
- <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Format-Conversion-Overview.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Format-Conversion-Overview.html</a>
- </p>
-</div>