1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 07:20:35 -08:00
emacs/doc/lispref
Eli Zaretskii 0eb025fb55 Fix and document display of glyphless characters.
src/xdisp.c (set_cursor_from_row): Fix cursor positioning on
 zero-width characters.
 (syms_of_xdisp) <glyphless-char-display>: Doc fix.
 src/.gdbinit (pgx): Adapt to latest changes in `struct glyph'.
 src/w32term.c (x_draw_glyphless_glyph_string_foreground): Draw the
 box before drawing the glyphs inside it.
 src/dispextern.h (enum glyphless_display_method): Rename
 GLYPHLESS_DISPLAY_HEXA_CODE to GLYPHLESS_DISPLAY_HEX_CODE.  All
 users changed.
 src/term.c (append_glyphless_glyph, produce_glyphless_glyph): Fix
 comments.
 (produce_glyphless_glyph): Enclose "U+nnnn" and "empty box"
 whitespace in "[]", to simulate a box.  Don't use uninitialized
 variable `width'.
 lisp/international/characters.el (glyphless-char-display-control):
 Renamed from glyphless-char-control; all users changed.  Doc fix.
 Signal an error if display method is not one of the recognized
 symbols.
 doc/emacs/rmail.texi (Rmail Coding): Characters with no fonts are not
 necessarily displayed as empty boxes.
 doc/emacs/mule.texi (Language Environments, Fontsets): Characters with no
 fonts are not necessarily displayed as empty boxes.
 doc/emacs/display.texi (Text Display): Document display of glyphless
 characters.
 doc/lispref/display.texi (Usual Display): Characters with no fonts are not
 necessarily displayed as empty boxes.
 etc/NEWS: Document display of glyphless characters.
2010-11-13 15:29:31 +02:00
..
.gitignore (configure, index.texi, vol1.*, vol2.*): Remove. 2008-06-17 05:59:50 +00:00
abbrevs.texi Untabify doc/lispref/*.texi. 2010-06-22 20:36:56 -07:00
advice.texi Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
anti.texi * vol2.texi (Top): Update. 2010-08-25 14:25:32 -06:00
back.texi Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
backups.texi Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
book-spine.texi * doc/lispref/book-spine.texinfo: Rename to book-spine.texi. 2010-10-11 20:52:07 -07:00
buffers.texi Fix @deffn without category. 2010-04-15 01:41:21 +03:00
ChangeLog Fix and document display of glyphless characters. 2010-11-13 15:29:31 +02:00
commands.texi Add cross-references regarding POSITION of mouse events. 2010-08-20 23:07:29 +03:00
compile.texi Make obsolete --unibyte argument do nothing (Bug#6886). 2010-08-22 17:15:20 -04:00
control.texi * lispref/control.texi (Handling Errors) <error-message-string>: Fix arg name. 2010-08-02 12:35:34 +02:00
customize.texi Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
debugging.texi Untabify doc/lispref/*.texi. 2010-06-22 20:36:56 -07:00
display.texi Fix and document display of glyphless characters. 2010-11-13 15:29:31 +02:00
doclicense.texi Add 2009 to copyright years. 2009-01-08 05:28:46 +00:00
edebug.texi Untabify doc/lispref/*.texi. 2010-06-22 20:36:56 -07:00
elisp-covers.texi Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
elisp.texi Set the version number in the texinfo manuals using configure. 2010-10-08 18:41:21 -07:00
errors.texi * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461). 2010-06-19 14:06:37 -04:00
eval.texi Untabify doc/lispref/*.texi. 2010-06-22 20:36:56 -07:00
files.texi Remove directory-sep-char, obsolete since 21.1. 2010-10-03 14:23:13 -07:00
frames.texi * src/frame.c (Fframe_pointer_visible_p): 2010-10-18 17:07:31 -04:00
front-cover-1.texi
functions.texi Untabify doc/lispref/*.texi. 2010-06-22 20:36:56 -07:00
gpl.texi
hash.texi Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
help.texi Replace digest-doc and sorted-doc C programs with Lisp commands. 2010-10-22 19:46:06 -07:00
hooks.texi Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
index.texi
internals.texi Merge changes from emacs-23 branch. 2010-07-10 14:52:53 -04:00
intro.texi Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
keymaps.texi Untabify doc/lispref/*.texi. 2010-06-22 20:36:56 -07:00
lay-flat.texi Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
lists.texi Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
loading.texi Make obsolete --unibyte argument do nothing (Bug#6886). 2010-08-22 17:15:20 -04:00
locals.texi Merge from emacs-23 2010-05-08 14:47:07 -04:00
macros.texi Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
Makefile.in doc/Makefile fixes related to inclusion of emacsver.texi. 2010-10-28 00:21:43 -07:00
makefile.w32-in Fix building manuals on MS-Windows using emacsver.texi. 2010-10-09 23:38:04 +02:00
maps.texi Fix treatment of menu-bar-files-menu. 2010-10-26 21:06:52 -07:00
markers.texi Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
minibuf.texi Document arguments passed to `read-buffer-function' (bug#5625). 2010-07-28 02:15:49 +02:00
modes.texi Doc fix for define-minor-mode (Bug#6880). 2010-08-22 15:30:26 -04:00
nonascii.texi Make obsolete --unibyte argument do nothing (Bug#6886). 2010-08-22 17:15:20 -04:00
numbers.texi Untabify doc/lispref/*.texi. 2010-06-22 20:36:56 -07:00
objects.texi * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878). 2010-08-19 19:23:13 -04:00
os.texi Document changes made in 2010-10-13T14:50:06Z!lekktu@gmail.com. 2010-10-15 12:49:07 +02:00
package.texi * vol2.texi (Top): Update. 2010-08-25 14:25:32 -06:00
positions.texi Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
processes.texi Fix last change in processes.texi. 2010-08-25 01:23:47 -04:00
README Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
searching.texi (regexp-opt): Add `symbols' mode. 2010-10-07 16:24:21 +09:00
sequences.texi Untabify doc/lispref/*.texi. 2010-06-22 20:36:56 -07:00
spellfile
streams.texi Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
strings.texi Untabify doc/lispref/*.texi. 2010-06-22 20:36:56 -07:00
symbols.texi Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
syntax.texi * doc/lispref/syntax.texi (Syntax Flags): Document new `c' flag. 2010-09-11 15:58:57 +02:00
text.texi * lispref/text.texi (Special Properties): Clarify when modification-hooks run. 2010-09-18 17:50:06 +02:00
tindex.pl Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
tips.texi * vol2.texi (Top): Update. 2010-08-25 14:25:32 -06:00
two-volume-cross-refs.txt Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
two-volume.make Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
two.el Fix typos in docstrings. 2010-01-17 03:25:53 +01:00
variables.texi Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
vol1.texi Set the version number in the texinfo manuals using configure. 2010-10-08 18:41:21 -07:00
vol2.texi Set the version number in the texinfo manuals using configure. 2010-10-08 18:41:21 -07:00
windows.texi Untabify doc/lispref/*.texi. 2010-06-22 20:36:56 -07: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, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
  Free Software Foundation, Inc.
See the end of the file for license conditions.


README for Edition 3.0 of 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 newsgroup gnu.emacs.help.

* 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 either for Info or for printing hardcopy
using TeX.

* 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/>.

* 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.  In addition, `elisp.texi' has
the title page in a new format designed by Karl Berry, using the
@titlespec command.

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

** To create a DVI file with a sorted index, run `make elisp.dvi'.

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


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/>.