1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00
emacs/doc/lispref
Paul Eggert 467af178f5 Treat batch stdout/stderr like standard display
Calls like (print FOO) could generate improperly encoded or
hard-to-read output if FOO contains characters outside the system
locale.  Fix this by treating batch stdout and stderr like
interactive standard display, when it comes to transliterating and
encoding characters (Bug#20545).
* doc/emacs/mule.texi (Communication Coding):
* doc/lispref/display.texi (Active Display Table):
* doc/lispref/nonascii.texi (Locales):
* etc/NEWS:
* src/coding.c (syms_of_coding):
* src/dispnew.c (syms_of_display):
Document this.
* src/print.c: Include disptab.h.
(printchar_to_stream): New function, with much of the guts of the
old Fexternal_debugging_output, except this one also uses the
standard display table.
(printchar, strout, Fexternal_debugging_output): Use it.
2015-05-31 20:04:43 -07:00
..
abbrevs.texi Update copyright year to 2015 2015-01-01 14:26:41 -08:00
anti.texi Update copyright year to 2015 2015-01-01 14:26:41 -08:00
back.texi Fix single-quoting style in PDF manuals 2015-05-01 12:06:38 -07:00
backups.texi Update copyright year to 2015 2015-01-01 14:26:41 -08:00
book-spine.texi Fix single-quoting style in PDF manuals 2015-05-01 12:06:38 -07:00
buffers.texi Minor quoting etc. fixes to lispref manual 2015-04-10 11:28:52 -07:00
ChangeLog.1 ; ChangeLog fixes 2015-04-17 13:13:04 -04:00
commands.texi Minor quoting etc. fixes to lispref manual 2015-04-10 11:28:52 -07:00
compile.texi Update copyright year to 2015 2015-01-01 14:26:41 -08:00
control.texi Minor quoting etc. fixes to lispref manual 2015-04-10 11:28:52 -07:00
customize.texi Minor quoting etc. fixes to lispref manual 2015-04-10 11:28:52 -07:00
debugging.texi * doc/lispref/debugging.texi (Profiling): Improve indexing. 2015-05-16 17:30:50 +03:00
display.texi Treat batch stdout/stderr like standard display 2015-05-31 20:04:43 -07:00
doclicense.texi Update licenses to latest version from FSF. 2012-12-06 00:33:32 -08:00
edebug.texi Update copyright year to 2015 2015-01-01 14:26:41 -08:00
elisp.texi Fix single-quoting style in PDF manuals 2015-05-01 12:06:38 -07:00
errors.texi Update copyright year to 2015 2015-01-01 14:26:41 -08:00
eval.texi Update copyright year to 2015 2015-01-01 14:26:41 -08:00
files.texi Minor quoting etc. fixes to lispref manual 2015-04-10 11:28:52 -07:00
frames.texi Fix last commit 2015-05-19 12:19:10 +02:00
functions.texi Spacing and punctuation fixes 2015-03-17 16:56:21 -07:00
gpl.texi Update licenses to latest version from FSF. 2012-12-06 00:33:32 -08:00
hash.texi Minor quoting etc. fixes to lispref manual 2015-04-10 11:28:52 -07:00
help.texi substitute-command-keys now curves quotes 2015-05-28 00:22:01 -07:00
hooks.texi Update copyright year to 2015 2015-01-01 14:26:41 -08:00
index.texi Fix minor whitespace issues after "." in manual. 2012-12-05 14:27:56 -08:00
internals.texi Minor quoting etc. fixes to lispref manual 2015-04-10 11:28:52 -07:00
intro.texi Update copyright year to 2015 2015-01-01 14:26:41 -08:00
keymaps.texi Prefer plain characters to Texinfo circumlocutions 2015-05-01 12:58:53 -07:00
lay-flat.texi Fix single-quoting style in PDF manuals 2015-05-01 12:06:38 -07:00
lists.texi Update copyright year to 2015 2015-01-01 14:26:41 -08:00
loading.texi Minor quoting etc. fixes to lispref manual 2015-04-10 11:28:52 -07:00
macros.texi Update copyright year to 2015 2015-01-01 14:26:41 -08:00
Makefile.in Fix single-quoting style in PDF manuals 2015-05-01 12:06:38 -07:00
makefile.w32-in Minor quoting etc. fixes to lispref manual 2015-04-10 11:28:52 -07:00
maps.texi Update copyright year to 2015 2015-01-01 14:26:41 -08:00
markers.texi Minor quoting etc. fixes to lispref manual 2015-04-10 11:28:52 -07:00
minibuf.texi Merge from origin/emacs-24 2015-03-18 11:45:36 -07:00
modes.texi * lisp/emacs-lisp/tabulated-list.el: New optional print method 2015-05-24 23:45:46 +01:00
nonascii.texi Treat batch stdout/stderr like standard display 2015-05-31 20:04:43 -07:00
numbers.texi Fix minor ldexp issues 2015-03-24 11:43:21 -07:00
objects.texi Prefer plain characters to Texinfo circumlocutions 2015-05-01 12:58:53 -07:00
os.texi * doc/lispref/os.texi: Update initial-buffer-choice docs. 2015-05-29 00:54:45 -07:00
package.texi Update copyright year to 2015 2015-01-01 14:26:41 -08:00
positions.texi Fix documentation of forward-line 2015-05-23 11:03:30 +03:00
processes.texi * doc/lispref/processes.texi (Shell Arguments): Prefer diff -u. 2015-04-13 20:32:22 -07:00
README Minor quoting etc. fixes to lispref manual 2015-04-10 11:28:52 -07:00
searching.texi '[:graph:]' now excludes whitespace, not just ' ' 2015-04-15 23:47:01 -07:00
sequences.texi Spelling fix 2015-05-10 22:54:38 -07:00
spellfile Prefer typical American spelling for "acknowledgment". 2012-07-24 22:48:19 -07:00
streams.texi Spacing and punctuation fixes 2015-03-17 16:56:21 -07:00
strings.texi Minor quoting etc. fixes to lispref manual 2015-04-10 11:28:52 -07:00
symbols.texi Update copyright year to 2015 2015-01-01 14:26:41 -08:00
syntax.texi Minor quoting etc. fixes to lispref manual 2015-04-10 11:28:52 -07:00
text.texi Minor quoting etc. fixes to lispref manual 2015-04-10 11:28:52 -07:00
tips.texi Support curved quotes in doc strings 2015-05-28 00:22:02 -07:00
two-volume-cross-refs.txt Minor quoting etc. fixes to lispref manual 2015-04-10 11:28:52 -07:00
two-volume.make Update copyright year to 2015 2015-01-01 14:26:41 -08:00
variables.texi doc/lispref/variables.texi (Creating Buffer-Local): Improve indexing (Bug#19608) 2015-01-15 19:31:49 +02:00
windows.texi Improve `switch-to-buffer' in strongly dedicated windows (Bug#20472) 2015-05-20 08:49:23 +02:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2015 Free Software Foundation, Inc.  -*- outline -*-
See the end of the file for license conditions.


README for the Emacs Lisp Reference Manual.

* This directory contains the texinfo source files for the Emacs Lisp
Reference Manual.

* Report bugs in the Lisp Manual (or in Emacs) using M-x report-emacs-bug.
To ask questions, use the help-gnu-emacs mailing list.

* The Emacs Lisp Reference Manual is quite large.  It totals around
1100 pages in smallbook format; the info files total around 3.0 megabytes.

* You can format this manual for Info, for printing hardcopy using TeX,
or for HTML.

* You can buy nicely printed copies from the Free Software Foundation.
Buying a manual from the Free Software Foundation helps support our GNU
development work.  See <http://shop.fsf.org/>.
(At time of writing, this manual is out of print.)

* The master file for formatting this manual for Tex is called 'elisp.texi'.
It contains @include commands to include all the chapters that make up
the manual.

* This distribution contains a Makefile that you can use with GNU Make.

** To make an Info file, you need to install Texinfo, then run 'make info'.

** Use 'make elisp.pdf' or 'make elisp.html' to create PDF or HTML versions.


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.