unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#23611: texinfo.tex 2016-05-07.20: "Tex capacity exceeded" with Emacs manuals
  2016-05-24 17:38 bug#23611: generating pdf manuals fails with TeX capacity exceeded Glenn Morris
@ 2016-05-25 18:08 ` Paul Eggert
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggert @ 2016-05-25 18:08 UTC (permalink / raw)
  To: bug-texinfo; +Cc: 23611, Gnulib bugs

[-- Attachment #1: Type: text/plain, Size: 815 bytes --]

texinfo.tex version 2016-05-07.20 (the current version in Gnulib) causes 
what appears to be runaway recursion when used to make PDF files for GNU 
Emacs. The Emacs bug report is here:

http://bugs.gnu.org/23611

To reproduce the problem on a Fedora 23 x86-64 machine with build tools 
installed, you can run these shell commands:

git clone git://git.savannah.gnu.org/emacs.git emacs-bug
cd emacs-bug
git checkout 1ee91bf89176251f6e399c8436dca0248cdd6f6b
./autogen.sh all
./configure
make pdf

A build transcript is attached.

The problem goes away if I substitute the previous texinfo.tex version, 
2016-04-14.07.

Are recent and near-future texinfo.tex changes relevant for Emacs 
documentation? If not we should probably just freeze emacs-25 based on 
texinfo.tex 2016-04-14.07, since we're close to a release.

[-- Attachment #2: transcript.txt --]
[-- Type: text/plain, Size: 113848 bytes --]

$ git clone git://git.savannah.gnu.org/emacs.git emacs-bug
Cloning into 'emacs-bug'...
remote: Counting objects: 763657, done.
remote: Compressing objects: 100% (139040/139040), done.
remote: Total 763657 (delta 624810), reused 762379 (delta 623815)
Receiving objects: 100% (763657/763657), 221.24 MiB | 1.13 MiB/s, done.
Resolving deltas: 100% (624810/624810), done.
Checking connectivity... done.
$ cd emacs-bug
$ git checkout 1ee91bf89176251f6e399c8436dca0248cdd6f6b
Note: checking out '1ee91bf89176251f6e399c8436dca0248cdd6f6b'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at 1ee91bf... Allow network-stream-tests to work for out-of-tree builds
$ ./autogen.sh all
Checking whether you have the necessary tools...
(Read INSTALL.REPO for more details on building Emacs)
Checking for autoconf (need at least version 2.65)...
ok
Checking for automake (need at least version 1.11)...
ok
Your system has the required tools.
Running 'autoreconf -fi -I m4' ...
configure.ac:797: installing 'build-aux/ar-lib'
configure.ac:139: installing 'build-aux/config.guess'
configure.ac:139: installing 'build-aux/config.sub'
configure.ac:136: installing 'build-aux/install-sh'
configure.ac:136: installing 'build-aux/missing'
lib/Makefile.am: installing 'build-aux/depcomp'
Configuring local git repository...
'.git/config' -> '.git/config.~1~'
git config transfer.fsckObjects 'true'
git config diff.elisp.xfuncname '^\(def[^[:space:]]+[[:space:]]+([^()[:space:]]+)'
git config diff.m4.xfuncname '^((m4_)?define|A._DEFUN(_ONCE)?)\([^),]*'
git config diff.make.xfuncname '^([$.[:alnum:]_].*:|[[:alnum:]_]+[[:space:]]*([*:+]?[:?]?|!?)=|define .*)'
git config diff.shell.xfuncname '^([[:space:]]*[[:alpha:]_][[:alnum:]_]*[[:space:]]*\(\)|[[:alpha:]_][[:alnum:]_]*=)'
git config diff.texinfo.xfuncname '^@node[[:space:]]+([^,[:space:]][^,]+)'
Installing git hooks...
'build-aux/git-hooks/commit-msg' -> '.git/hooks/commit-msg'
'build-aux/git-hooks/pre-commit' -> '.git/hooks/pre-commit'
'.git/hooks/applypatch-msg.sample' -> '.git/hooks/applypatch-msg'
'.git/hooks/pre-applypatch.sample' -> '.git/hooks/pre-applypatch'
You can now run './configure'.
$ ./configure
checking for xcrun... no
checking for GNU Make... make
checking for a BSD-compatible install... /home/eggert/opt/Linux-x86_64/merged/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /home/eggert/opt/Linux-x86_64/merged/bin/mkdir -p
checking for gawk... gawk
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for putenv... yes
checking for tzset... yes
checking for fchmod... yes
checking for readlinkat... yes
checking for faccessat... yes
checking for fcntl... yes
checking for fdopendir... yes
checking for fstatat... yes
checking for fsync... yes
checking for gettimeofday... yes
checking for nanotime... no
checking for lstat... yes
checking for mkostemp... yes
checking for pipe2... yes
checking for pselect... yes
checking for readlink... yes
checking for strtoimax... yes
checking for strtoumax... yes
checking for symlink... yes
checking for localtime_r... yes
checking for timegm... yes
checking for futimes... yes
checking for futimesat... yes
checking for futimens... yes
checking for utimensat... yes
checking for lutimes... yes
checking for getdtablesize... yes
checking for secure_getenv... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /home/eggert/opt/Linux-x86_64/merged/bin/grep
checking for egrep... /home/eggert/opt/Linux-x86_64/merged/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ar... (cached) ar
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether gcc accepts -g3 -O2... yes
checking whether the compiler is clang... no
checking whether C compiler handles -Werror -Wunknown-warning-option... no
checking whether -Wno-missing-field-initializers is supported... yes
checking whether -Wno-missing-field-initializers is needed... no
checking whether -Wuninitialized is supported... yes
checking whether C compiler handles -W... yes
checking whether C compiler handles -Wabi... yes
checking whether C compiler handles -Waddress... yes
checking whether C compiler handles -Waggressive-loop-optimizations... yes
checking whether C compiler handles -Wall... yes
checking whether C compiler handles -Wattributes... yes
checking whether C compiler handles -Wbool-compare... yes
checking whether C compiler handles -Wbuiltin-macro-redefined... yes
checking whether C compiler handles -Wcast-align... yes
checking whether C compiler handles -Wchar-subscripts... yes
checking whether C compiler handles -Wchkp... yes
checking whether C compiler handles -Wclobbered... yes
checking whether C compiler handles -Wcomment... yes
checking whether C compiler handles -Wcomments... yes
checking whether C compiler handles -Wcoverage-mismatch... yes
checking whether C compiler handles -Wcpp... yes
checking whether C compiler handles -Wdate-time... yes
checking whether C compiler handles -Wdeprecated... yes
checking whether C compiler handles -Wdeprecated-declarations... yes
checking whether C compiler handles -Wdesignated-init... yes
checking whether C compiler handles -Wdisabled-optimization... yes
checking whether C compiler handles -Wdiscarded-array-qualifiers... yes
checking whether C compiler handles -Wdiscarded-qualifiers... yes
checking whether C compiler handles -Wdiv-by-zero... yes
checking whether C compiler handles -Wdouble-promotion... yes
checking whether C compiler handles -Wduplicated-cond... yes
checking whether C compiler handles -Wempty-body... yes
checking whether C compiler handles -Wendif-labels... yes
checking whether C compiler handles -Wenum-compare... yes
checking whether C compiler handles -Wextra... yes
checking whether C compiler handles -Wformat-contains-nul... yes
checking whether C compiler handles -Wformat-extra-args... yes
checking whether C compiler handles -Wformat-security... yes
checking whether C compiler handles -Wformat-signedness... yes
checking whether C compiler handles -Wformat-y2k... yes
checking whether C compiler handles -Wformat-zero-length... yes
checking whether C compiler handles -Wframe-address... yes
checking whether C compiler handles -Wfree-nonheap-object... yes
checking whether C compiler handles -Whsa... yes
checking whether C compiler handles -Wignored-attributes... yes
checking whether C compiler handles -Wignored-qualifiers... yes
checking whether C compiler handles -Wimplicit... yes
checking whether C compiler handles -Wimplicit-function-declaration... yes
checking whether C compiler handles -Wimplicit-int... yes
checking whether C compiler handles -Wincompatible-pointer-types... yes
checking whether C compiler handles -Winit-self... yes
checking whether C compiler handles -Wint-conversion... yes
checking whether C compiler handles -Wint-to-pointer-cast... yes
checking whether C compiler handles -Winvalid-memory-model... yes
checking whether C compiler handles -Winvalid-pch... yes
checking whether C compiler handles -Wjump-misses-init... yes
checking whether C compiler handles -Wlogical-not-parentheses... yes
checking whether C compiler handles -Wlogical-op... yes
checking whether C compiler handles -Wmain... yes
checking whether C compiler handles -Wmaybe-uninitialized... yes
checking whether C compiler handles -Wmemset-transposed-args... yes
checking whether C compiler handles -Wmisleading-indentation... yes
checking whether C compiler handles -Wmissing-braces... yes
checking whether C compiler handles -Wmissing-declarations... yes
checking whether C compiler handles -Wmissing-include-dirs... yes
checking whether C compiler handles -Wmissing-parameter-type... yes
checking whether C compiler handles -Wmissing-prototypes... yes
checking whether C compiler handles -Wmultichar... yes
checking whether C compiler handles -Wnarrowing... yes
checking whether C compiler handles -Wnested-externs... yes
checking whether C compiler handles -Wnonnull... yes
checking whether C compiler handles -Wnonnull-compare... yes
checking whether C compiler handles -Wnull-dereference... yes
checking whether C compiler handles -Wodr... yes
checking whether C compiler handles -Wold-style-declaration... yes
checking whether C compiler handles -Wold-style-definition... yes
checking whether C compiler handles -Wopenmp-simd... yes
checking whether C compiler handles -Woverflow... yes
checking whether C compiler handles -Woverride-init... yes
checking whether C compiler handles -Wpacked... yes
checking whether C compiler handles -Wpacked-bitfield-compat... yes
checking whether C compiler handles -Wparentheses... yes
checking whether C compiler handles -Wpointer-arith... yes
checking whether C compiler handles -Wpointer-sign... yes
checking whether C compiler handles -Wpointer-to-int-cast... yes
checking whether C compiler handles -Wpragmas... yes
checking whether C compiler handles -Wreturn-local-addr... yes
checking whether C compiler handles -Wreturn-type... yes
checking whether C compiler handles -Wscalar-storage-order... yes
checking whether C compiler handles -Wsequence-point... yes
checking whether C compiler handles -Wshift-count-negative... yes
checking whether C compiler handles -Wshift-count-overflow... yes
checking whether C compiler handles -Wshift-negative-value... yes
checking whether C compiler handles -Wsizeof-array-argument... yes
checking whether C compiler handles -Wsizeof-pointer-memaccess... yes
checking whether C compiler handles -Wstrict-aliasing... yes
checking whether C compiler handles -Wstrict-prototypes... yes
checking whether C compiler handles -Wsuggest-attribute=format... yes
checking whether C compiler handles -Wsuggest-attribute=noreturn... yes
checking whether C compiler handles -Wsuggest-final-methods... yes
checking whether C compiler handles -Wsuggest-final-types... yes
checking whether C compiler handles -Wswitch-bool... yes
checking whether C compiler handles -Wtautological-compare... yes
checking whether C compiler handles -Wtrampolines... yes
checking whether C compiler handles -Wtrigraphs... yes
checking whether C compiler handles -Wuninitialized... yes
checking whether C compiler handles -Wunknown-pragmas... yes
checking whether C compiler handles -Wunused... yes
checking whether C compiler handles -Wunused-but-set-parameter... yes
checking whether C compiler handles -Wunused-but-set-variable... yes
checking whether C compiler handles -Wunused-function... yes
checking whether C compiler handles -Wunused-label... yes
checking whether C compiler handles -Wunused-local-typedefs... yes
checking whether C compiler handles -Wunused-macros... yes
checking whether C compiler handles -Wunused-result... yes
checking whether C compiler handles -Wunused-value... yes
checking whether C compiler handles -Wunused-variable... yes
checking whether C compiler handles -Wvarargs... yes
checking whether C compiler handles -Wvariadic-macros... yes
checking whether C compiler handles -Wvector-operation-performance... yes
checking whether C compiler handles -Wvolatile-register-var... yes
checking whether C compiler handles -Wwrite-strings... yes
checking whether C compiler handles -Warray-bounds=2... yes
checking whether C compiler handles -Wnormalized=nfc... yes
checking whether C compiler handles -Wshift-overflow=2... yes
checking whether C compiler handles -Wredundant-decls... yes
checking whether C compiler handles -Wno-missing-field-initializers... yes
checking whether C compiler handles -Wno-sign-compare... yes
checking whether C compiler handles -Wno-type-limits... yes
checking whether C compiler handles -Wno-unused-parameter... yes
checking whether C compiler handles -Wno-format-nonliteral... yes
checking whether make supports nested variables... (cached) yes
checking whether ln -s works for files in the same directory... yes
checking for install-info... /usr/sbin/install-info
checking for gzip... /home/eggert/opt/Linux-x86_64/merged/bin/gzip
checking for setfattr... yes
checking for -znocombreloc... yes
checking whether addresses are sanitized... no
checking for library containing sqrt... -lm
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for machine/soundcard.h... no
checking for sys/soundcard.h... yes
checking for soundcard.h... no
checking for mmsystem.h... no
checking for _oss_ioctl in -lossaudio... no
checking for ALSA... yes
checking for malloc.h... yes
checking for sys/systeminfo.h... no
checking for sys/sysinfo.h... yes
checking for coff.h... no
checking for pty.h... yes
checking for sys/resource.h... yes
checking for sys/utsname.h... yes
checking for pwd.h... yes
checking for utmp.h... yes
checking for util.h... no
checking for sys/socket.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for pthread.h... yes
checking for malloc/malloc.h... no
checking for maillock.h... yes
checking for sys/un.h... yes
checking for dirent.h... yes
checking for execinfo.h... yes
checking for stdio_ext.h... yes
checking for getopt.h... yes
checking for sys/time.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for sys/select.h... yes
checking for sys/stat.h... (cached) yes
checking for utime.h... yes
checking if personality LINUX32 can be set... yes
checking if Linux sysinfo may be used... yes
checking for term.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether sys_siglist is declared... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for net/if.h... yes
checking for ifaddrs.h... yes
checking for net/if_dl.h... no
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... yes
checking for struct ifreq.ifr_netmask... yes
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for struct ifreq.ifr_addr.sa_len... no
checking whether gcc understands -MMD -MF... yes
checking for long file names... yes
checking for X... libraries , headers
checking whether malloc is Doug Lea style... yes
checking sys/vlimit.h usability... yes
checking sys/vlimit.h presence... yes
checking for sys/vlimit.h... yes
checking for data_start... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for main in -lXbsd... no
checking for pthread library... -lpthread
checking whether X on GNU/Linux needs -b to link... no
checking for Xkb... yes
checking for XrmSetDatabase... yes
checking for XScreenResourceString... yes
checking for XScreenNumberOfScreen... yes
checking X11 version 6... 6 or newer
checking for RSVG... yes
checking for IMAGEMAGICK... yes
checking for MagickExportImagePixels... yes
checking for MagickMergeImageLayers... yes
checking for MagickAutoOrientImage... yes
checking for getaddrinfo_a in -lanl... yes
checking for GTK... yes
checking whether GTK compiles... yes
configure: WARNING: Your version of Gtk+ will have problems with
       closing open displays.  This is no problem if you just use
       one display, but if you use more than one and close one of them
       Emacs may crash.
       See http://bugzilla.gnome.org/show_bug.cgi?id=85715
checking whether GTK_TYPE_FILE_SELECTION is declared... no
checking whether GTK_TYPE_HANDLE_BOX is declared... yes
checking for gtk_handle_box_new... yes
checking whether GTK_TYPE_TEAROFF_MENU_ITEM is declared... yes
checking for gtk_tearoff_menu_item_new... yes
checking for gtk_widget_get_window... yes
checking for gtk_widget_set_has_window... yes
checking for gtk_dialog_get_action_area... yes
checking for gtk_widget_get_sensitive... yes
checking for gtk_widget_get_mapped... yes
checking for gtk_adjustment_get_page_size... yes
checking for gtk_orientable_set_orientation... yes
checking for gtk_window_set_has_resize_grip... yes
checking for DBUS... yes
checking for dbus_watch_get_unix_fd... yes
checking for dbus_type_is_valid... yes
checking for dbus_validate_bus_name... yes
checking for dbus_validate_path... yes
checking for dbus_validate_interface... yes
checking for dbus_validate_member... yes
checking for GSETTINGS... yes
checking whether GSettings is in gio... yes
checking for GCONF... yes
checking for GOBJECT... yes
checking for lgetfilecon in -lselinux... yes
checking for LIBGNUTLS... yes
checking for LIBGNUTLS3... yes
checking for LIBSYSTEMD... yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking for inotify_init1... yes
checking for FONTCONFIG... yes
checking for XFT... yes
checking for XRenderQueryExtension in -lXrender... yes
checking for X11/Xft/Xft.h... yes
checking for XftFontOpen in -lXft... yes
checking for FREETYPE... yes
checking for LIBOTF... yes
checking for OTF_get_variation_glyphs in -lotf... yes
checking for M17N_FLT... yes
checking X11/Xlib-xcb.h usability... yes
checking X11/Xlib-xcb.h presence... yes
checking for X11/Xlib-xcb.h... yes
checking for xcb_translate_coordinates in -lxcb... yes
checking for XGetXCBConnection in -lX11-xcb... yes
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for XpmReadFileToPixmap in -lXpm... yes
checking for XpmReturnAllocPixels preprocessor define... yes
checking for jpeglib 6b or later... -ljpeg
checking for library containing inflateEnd... -lz
checking for png... yes
checking whether png_longjmp is declared... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFGetVersion in -ltiff... yes
checking gif_lib.h usability... yes
checking gif_lib.h presence... yes
checking for gif_lib.h... yes
checking for GifMakeMapObject in -lgif... no
checking for EGifPutExtensionLast in -lgif... yes
checking gpm.h usability... yes
checking gpm.h presence... yes
checking for gpm.h... yes
checking for Gpm_Open in -lgpm... yes
checking X11/SM/SMlib.h usability... yes
checking X11/SM/SMlib.h presence... yes
checking for X11/SM/SMlib.h... yes
checking for SmcOpenConnection in -lSM... yes
checking for XRANDR... yes
checking for XINERAMA... yes
checking for XFIXES... yes
checking for LIBXML2... yes
checking for htmlReadMemory in -lxml2... yes
checking for maillock in -lmail... no
checking for maillock in -llockfile... yes
checking for accept4... yes
checking for fchdir... yes
checking for gethostname... yes
checking for getrusage... yes
checking for get_current_dir_name... yes
checking for lrand48... yes
checking for random... yes
checking for rint... yes
checking for select... yes
checking for getpagesize... (cached) yes
checking for setlocale... yes
checking for newlocale... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for shutdown... yes
checking for pthread_sigmask... (cached) yes
checking for strsignal... yes
checking for setitimer... yes
checking for sendto... yes
checking for recvfrom... yes
checking for getsockname... yes
checking for getpeername... yes
checking for getifaddrs... yes
checking for freeifaddrs... yes
checking for gai_strerror... yes
checking for sync... yes
checking for getpwent... yes
checking for endpwent... yes
checking for getgrent... yes
checking for endgrent... yes
checking for cfmakeraw... yes
checking for cfsetspeed... yes
checking for copysign... yes
checking for __executable_start... yes
checking for log2... yes
checking for aligned_alloc... yes
checking whether aligned_alloc is declared... yes
checking for __builtin_unwind_init... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for grantpt... yes
checking for getpt... yes
checking for posix_openpt... yes
checking for library containing tputs... -ltinfo
checking for timerfd interface... yes
checking whether signals can be handled on alternate stack... yes
checking valgrind/valgrind.h usability... yes
checking valgrind/valgrind.h presence... yes
checking for valgrind/valgrind.h... yes
checking for struct unipair.unicode... yes
checking for socket... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for snprintf... yes
checking whether GLib is linked in... yes
checking for nl_langinfo and CODESET... yes
checking for mbstate_t... yes
checking for signals via characters... yes
checking for _setjmp... yes
checking for sigsetjmp... yes
checking for usable FIONREAD... yes
checking for usable SIGIO... yes
checking for struct alignment... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for unsigned long long int... yes
checking whether byte ordering is bigendian... no
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking whether strtold conforms to C99... yes
checking if environ is properly declared... yes
checking for complete errno.h... yes
checking for mode_t... yes
checking whether fdatasync is declared... yes
checking for st_dm_mode in struct stat... no
checking whether strmode is declared... no
checking whether lstat correctly handles trailing slash... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking for working GNU getopt_long function... yes
checking whether getenv is declared... yes
checking for C/C++ restrict keyword... __restrict
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking for long long int... yes
checking whether stdint.h conforms to C99... yes
checking whether stdint.h predates C++11... no
checking whether memrchr is declared... yes
checking whether time_t is signed... yes
checking whether alarm is declared... yes
checking whether <sys/select.h> is self-contained... yes
checking for sigset_t... yes
checking for wchar_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking whether stat file-mode macros are broken... no
checking for struct timespec in <time.h>... yes
checking whether the utimes function works... yes
checking for struct utimbuf... yes
checking type of array argument to getgroups... gid_t
checking whether getdtablesize is declared... yes
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking for library containing acl_get_file... -lacl
checking for acl_get_file... yes
checking for acl_get_fd... yes
checking for acl_set_file... yes
checking for acl_set_fd... yes
checking for acl_free... yes
checking for acl_from_mode... yes
checking for acl_from_text... yes
checking for acl_delete_def_file... yes
checking for acl_extended_file... yes
checking for acl_delete_fd_np... no
checking for acl_delete_file_np... no
checking for acl_copy_ext_native... no
checking for acl_create_entry_np... no
checking for acl_to_short_text... no
checking for acl_free_text... no
checking for working acl_get_file... yes
checking acl/libacl.h usability... yes
checking acl/libacl.h presence... yes
checking for acl/libacl.h... yes
checking for acl_entries... yes
checking for ACL_FIRST_ENTRY... yes
checking for ACL_TYPE_EXTENDED... no
checking for alloca as a compiler built-in... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for clock_settime... yes
checking whether dup2 works... yes
checking for library containing backtrace_symbols_fd... none required
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking for library containing fdatasync... none required
checking whether fdopendir is declared... yes
checking whether fdopendir works... yes
checking for __fpending... yes
checking whether __fpending is declared... yes
checking whether fstatat (..., 0) works... yes
checking for getloadavg... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking whether getloadavg is declared... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... almost
checking for memrchr... yes
checking for working mktime... yes
checking whether signature of pselect conforms to POSIX... yes
checking whether pselect detects invalid fds... yes
checking whether pthread_sigmask returns error numbers... yes
checking whether pthread_sigmask unblocks signals correctly... guessing yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking whether readlinkat signature is correct... yes
checking for sig2str... no
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking for socklen_t... yes
checking for ssize_t... yes
checking for struct stat.st_atim.tv_nsec... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_birthtimensec... no
checking for struct stat.st_birthtim.tv_nsec... no
checking for working stdalign.h... yes
checking for max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking which flavor of printf attribute matches inttypes macros... system
checking for stpcpy... yes
checking whether strtoimax works... yes
checking whether symlink handles trailing slash correctly... yes
checking whether <sys/select.h> is self-contained... (cached) yes
checking for nlink_t... yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking for timezone_t... no
checking for library containing timer_settime... -lrt
checking for timer_settime... yes
checking for variable-length arrays... yes
checking whether getdtablesize works... yes
checking whether gcc accepts -nopie... no

Configured for 'x86_64-unknown-linux-gnu'.

  Where should the build process find the source code?    .
  What compiler should emacs be built with?               gcc -g3 -O2
  Should Emacs use the GNU version of malloc?             yes
      (Using Doug Lea's new malloc from the GNU C Library.)
  Should Emacs use a relocating allocator for buffers?    no
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          GTK3
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use a png library?                           yes -lpng16
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use cairo?                                   no
  Does Emacs use imagemagick?                             yes
  Does Emacs support sound?                               yes
  Does Emacs use -lgpm?                                   yes
  Does Emacs use -ldbus?                                  yes
  Does Emacs use -lgconf?                                 yes
  Does Emacs use GSettings?                               yes
  Does Emacs use a file notification library?             yes -lglibc (inotify)
  Does Emacs use access control lists?                    yes -lacl
  Does Emacs use -lselinux?                               yes
  Does Emacs use -lgnutls?                                yes
  Does Emacs use -lxml2?                                  yes
  Does Emacs use -lfreetype?                              yes
  Does Emacs use -lm17n-flt?                              yes
  Does Emacs use -lotf?                                   yes
  Does Emacs use -lxft?                                   yes
  Does Emacs use -lsystemd?                               yes
  Does Emacs directly use zlib?                           yes
  Does Emacs have dynamic modules support?                no
  Does Emacs use toolkit scroll bars?                     yes
  Does Emacs support Xwidgets (requires gtk3)?            no


checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating ./doc/man/emacs.1
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib-src/Makefile
config.status: creating oldXMenu/Makefile
config.status: creating doc/emacs/Makefile
config.status: creating doc/misc/Makefile
config.status: creating doc/lispintro/Makefile
config.status: creating doc/lispref/Makefile
config.status: creating src/Makefile
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating nextstep/Makefile
config.status: creating nt/Makefile
config.status: creating test/Makefile
config.status: creating admin/charsets/Makefile
config.status: creating admin/unidata/Makefile
config.status: creating admin/grammars/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing src/epaths.h commands
config.status: executing src/.gdbinit commands
config.status: executing doc/emacs/emacsver.texi commands
config.status: executing etc-refcards-emacsver.tex commands
$ make pdf
make -C doc/lispref pdf
make[1]: Entering directory '/home/eggert/junk/d1/emacs-bug/doc/lispref'
  GEN      elisp.pdf
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdfetex)
 restricted \write18 enabled.
entering extended mode
(./elisp.texi (/home/eggert/junk/d1/emacs-bug/doc/misc/texinfo.tex
Loading texinfo [version 2016-05-07.20]: pdf, fonts, markup, glyphs,
page headings, tables, conditionals, indexing, sectioning, toc, environments,
defuns, macros, cross references, insertions,
(/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
This is `epsf.tex' v2.7.4 <14 February 2011>
) localization, formatting, and turning on texinfo input format.)
(/home/eggert/junk/d1/emacs-bug/doc/emacs/docstyle.texi)
(/home/eggert/junk/d1/emacs-bug/doc/emacs/emacsver.texi) [1{/usr/share/texlive/
texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] [2] [-1] [-2] (./intro.texi
Chapter 1
Writing index file elisp.fn
[1] Cross reference values unknown; you must run TeX again. [2] [3] [4]
[5]
Writing index file elisp.vr
[6]) (./objects.texi Chapter 2 [7] [8] [9] [10] [11] [12] [13] [14] [15]
[16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30]
[31] [32]) (./numbers.texi Chapter 3 [33] [34] [35] [36] [37] [38] [39]
[40] [41] [42] [43] [44] [45] [46] [47]) (./strings.texi Chapter 4 [48]
[49] [50] [51] [52] [53] [54]
Underfull \hbox (badness 10000) in paragraph at lines 499--502
 []@textrm To emu-la-te Unicode-compliant col-la-tion on MS-Windows systems, bi
nd
[55] [56]
Underfull \hbox (badness 10000) in paragraph at lines 628--631
 []@textrm To emu-la-te Unicode-compliant col-la-tion on MS-Windows systems, bi
nd
[57] [58] [59] [60] [61] [62] [63] [64] [65]) (./lists.texi Chapter 5 [66]
[67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81]
[82] [83] [84] [85] [86] [87]) (./sequences.texi Chapter 6 [88] [89] [90]
[91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104]
[105] [106] [107] [108]) (./hash.texi Chapter 7 [109] [110] [111] [112]
[113]) (./symbols.texi Chapter 8 [114] [115] [116] [117] [118] [119] [120]
[121] [122]) (./eval.texi Chapter 9 [123] [124] [125] [126] [127] [128]
[129] [130] [131] [132] [133]) (./control.texi Chapter 10 [134] [135] [136]
[137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148]
[149] [150] [151] [152] [153] [154] [155]) (./variables.texi Chapter 11
[156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167]
[168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179]
[180] [181] [182] [183] [184]) (./functions.texi Chapter 12 [185] [186]
[187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198]
[199] [200] [201] [202] [203] [204] [205] [206] [207] [208]
Underfull \hbox (badness 10000) in paragraph at lines 1827--1831
 []@texttt (add-function :after-while @textttsl fun-var function@texttt )[] @te
xtrm is com-pa-rab-le for
[209]
Underfull \hbox (badness 10000) in paragraph at lines 1839--1843
 []@texttt (add-function :after-until @textttsl fun-var function@texttt )[] @te
xtrm is com-pa-rab-le for
[210] [211] [212] [213] [214] [215] [216]) (./macros.texi Chapter 13 [217]
[218] [219] [220] [221] [222] [223] [224]) (./customize.texi Chapter 14
[225] [226] [227] [228] [229] [230]
Underfull \hbox (badness 10000) in paragraph at lines 414--418
 []@textrm These fun-c-tions be-ha-ve li-ke @texttt custom-initialize-set[]
[231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242]
[243]) (./loading.texi Chapter 15 [244] [245] [246] [247] [248] [249] [250]
[251]
Underfull \hbox (badness 10000) in paragraph at lines 605--610
 @texttt mode[]@textrm , @texttt define-derived-mode[]@textrm , @texttt easy-mm
ode-define-minor-mode[]@textrm ,

Underfull \hbox (badness 10000) in paragraph at lines 605--610
 @texttt easy-mmode-define-global-mode[]@textrm , @texttt define-compilation-mo
de[]@textrm , and
[252] [253] [254] [255] [256] [257] [258] [259]) (./compile.texi Chapter 16
[260] [261] [262] [263] [264] [265] [266] [267] [268] [269]) (./debugging.texi
Chapter 17 [270] [271] [272] [273] [274] [275] [276] [277] [278] (./edebug.texi
 [279] [280] [281] [282] [283]
Underfull \hbox (badness 6842) in paragraph at lines 431--434
 @textttsl d[]@textrm Display a backtra-ce, ex-clu-ding Ede-bug's own fun-c-tio
ns for cla-ri-ty
[284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295]
[296] [297] [298] [299]) [300] [301]) (./streams.texi Chapter 18 [302] [303]
[304] [305] [306] [307] [308] [309] [310] [311] [312]) (./minibuf.texi
Chapter 19 [313] [314] [315] [316] [317] [318] [319] [320] [321] [322] [323]
[324] [325] [326]
Underfull \hbox (badness 7486) in paragraph at lines 1112--1115
 []@textrm This va-ri-ab-le's va-lue is the pre-di-ca-te that @texttt completin
g-read[] @textrm pas-ses to
[327] [328] [329] [330] [331] [332] [333] [334] [335] [336]
Underfull \hbox (badness 10000) in paragraph at lines 1831--1836
 []@textrm The va-lue should be a fun-c-tion for sor-ting com-ple-tions, when
[337] [338] [339] [340] [341] [342] [343] [344] [345]) (./commands.texi
Chapter 20 [346] [347] [348] [349] [350] [351] [352] [353] [354] [355]
Underfull \hbox (badness 10000) in paragraph at lines 787--789
 []@textrm This fun-c-tion re-turns @texttt t[] @textrm when the cal-ling fun-c
-tion was cal-led using
[356] [357] [358] [359] [360] [361] [362] [363] [364] [365] [366] [367]
[368] [369] [370] [371] [372] [373] [374] [375] [376] [377] [378] [379]
Overfull \hbox (107.08487pt too wide) in paragraph at lines 2636--2636
 [] @texttt ^^M((?a "always" "Accept this certificate this session and for all
future sessions.")[] |

Overfull \hbox (49.59799pt too wide) in paragraph at lines 2638--2638
 []   @texttt (?n "no" "Refuse to use this certificate, and close the connectio
n.")))[] |
[380] [381] [382] [383] [384] [385] [386] [387] [388] [389] [390] [391]
[392]) (./keymaps.texi Chapter 21 [393] [394] [395] [396] [397] [398] [399]
[400] [401] [402] [403] [404]
Underfull \hbox (badness 10000) in paragraph at lines 922--926
 []@textrm If this va-ri-ab-le is non-@texttt nil[]@textrm , the va-lue of @tex
ttt overriding-local-map[] @textrm or
[405] [406] [407] [408] [409] [410] [411] [412] [413] [414] [415] [416]
[417] [418] [419] [420] [421] [422] [423] [424] [425] [426] [427] [428]
[429] [430]) (./modes.texi Chapter 22 [431] [432] [433] [434] [435] [436]
[437] [438] [439] [440]
Underfull \hbox (badness 8019) in paragraph at lines 733--738
 []@textrm The new mo-de has its own spar-se key-map, na-med @textttsl variant@
texttt -map[]@textrm .
[441] [442] [443] [444] [445] [446] [447] [448] [449] [450] [451] [452]
[453] [454] [455] [456] [457] [458] [459] [460] [461] [462] [463] [464]
[465] [466] [467] [468] [469] [470] [471] [472] [473] [474] [475] [476]
[477] [478] [479] [480] [481] [482] [483] [484] [485] [486]) (./help.texi
Chapter 23 [487] [488]
Underfull \hbox (badness 10000) in paragraph at lines 164--167
[]@textrm Here is an ex-amp-le of using the two fun-c-tions, @texttt documentat
ion[] @textrm and

Underfull \hbox (badness 10000) in paragraph at lines 164--167
@texttt documentation-property[]@textrm , to dis-play the docu-men-ta-tion stri
ngs for se-ve-ral
[489] [490] [491] [492] [493] [494] [495] [496]) (./files.texi Chapter 24
[497] [498] [499] [500] [501] [502] [503] [504] [505] [506] [507] [508]
[509] [510] [511] [512] [513] [514] [515] [516] [517] [518] [519] [520]
[521] [522] [523] [524] [525] [526] [527] [528] [529] [530] [531] [532]
[533] [534] [535] [536] [537] [538] [539] [540]) (./backups.texi Chapter 25
[541] [542] [543] [544] [545] [546] [547] [548] [549] [550]) (./buffers.texi
Chapter 26 [551] [552] [553] [554] [555] [556] [557] [558] [559] [560] [561]
[562] [563] [564] [565] [566] [567]) (./windows.texi Chapter 27 [568] [569]
[570] [571] [572] [573] [574] [575] [576] [577] [578] [579] [580] [581]
[582] [583] [584] [585] [586] [587] [588] [589] [590] [591] [592] [593]
[594] [595] [596] [597] [598] [599] [600] [601]
Underfull \hbox (badness 10000) in paragraph at lines 2428--2432
 []@textrm The be-ha-viour is al-so con-trol-led by ent-ri-es for @texttt inhib
it-same-window[]@textrm ,
[602] [603] [604] [605] [606] [607] [608] [609] [610]
Underfull \hbox (badness 10000) in paragraph at lines 3032--3035
 @texttt quit-restore[] @textrm win-dow pa-ra-me-ter (see [][]$@textsy h$@textr
m un-de-fined$@textsy i$ @textrm [Win-dow Pa-ra-me-ters],
[611] [612] [613] [614] [615] [616] [617] [618] [619] [620] [621] [622]
[623] [624] [625] [626] [627] [628] [629] [630]) (./frames.texi Chapter 28
[631] [632] [633] [634] [635] [636] [637] [638] [639] [640] [641] [642]
[643] [644] [645] [646] [647] [648] [649]
Overfull \hbox (26.76846pt too wide) in paragraph at lines 1348--1348
 []    @texttt ^^M((fullscreen . fullboth) (fullscreen-restore . fullheight)))[
] |
[650] [651] [652] [653] [654] [655] [656] [657] [658] [659] [660] [661]
[662] [663] [664] [665] [666] [667] [668] [669] [670] [671] [672] [673]
[674]) (./positions.texi Chapter 29 [675] [676] [677] [678] [679] [680]
[681] [682]
Underfull \hbox (badness 10000) in paragraph at lines 684--687
 []@textrm When you use @texttt compute-motion[] @textrm for the mini-buf-fer,
you need to use
[683] [684] [685] [686] [687] [688]) (./markers.texi Chapter 30 [689] [690]
[691] [692] [693] [694] [695] [696] [697]) (./text.texi Chapter 31 [698]
[699] [700] [701] [702] [703] [704] [705] [706] [707] [708] [709] [710]
[711] [712] [713] [714] [715] [716] [717] [718] [719] [720] [721] [722]
[723] [724] [725] [726] [727] [728] [729] [730] [731] [732] [733] [734]
[735] [736] [737] [738] [739]
Underfull \hbox (badness 10000) in paragraph at lines 3039--3042
[]@textrm See [][]$@textsy h$@textrm un-de-fined$@textsy i$ @textrm [Buf-fer Co
n-tents], page $@textsy h$@textrm un-de-fined$@textsy i$[][]@textrm , for the f
un-c-tion
[740] [741]
Underfull \hbox (badness 7451) in paragraph at lines 3234--3241
 []@textrm A cons cell of the form @texttt (foreground-color . @textttsl color-
name@texttt )[] @textrm or

Underfull \hbox (badness 10000) in paragraph at lines 3234--3241
 @textrm or back-ground co-lor, si-mi-lar to @texttt (:foreground @textttsl col
or-name@texttt )[] @textrm or
[742] [743] [744] [745] [746] [747] [748] [749] [750] [751] [752] [753]
[754] [755] [756] [757] [758] [759] [760] [761] [762] [763] [764])
(./nonascii.texi Chapter 32 [765] [766] [767] [768] [769] [770] [771]
Underfull \hbox (badness 10000) in paragraph at lines 520--531
 []@textrm Corresponds to the Uni-co-de pro-per-ti-es @texttt Decomposition_Typ
e[] @textrm and
[772] [773] [774] [775] [776] [777]
Underfull \hbox (badness 10000) in paragraph at lines 960--966
 @textrm and @texttt :encode-translation-table[] @textrm re-specti-vely in the
@textsl props[] @textrm ar-gu-ment to
[778] [779] [780] [781] [782] [783] [784] [785] [786] [787] [788] [789]
[790] [791] [792]) (./searching.texi Chapter 33 [793] [794]
Underfull \hbox (badness 8170) in paragraph at lines 163--166
 []@textrm Internally, @texttt word-search-forward[] @textrm and re-la-ted fun-
c-tions use the fun-c-tion
[795] [796] [797] [798] [799] [800] [801] [802] [803] [804] [805] [806]
[807] [808] [809] [810] [811] [812] [813] [814] [815] [816] [817] [818])
(./syntax.texi Chapter 34 [819] [820] [821] [822] [823] [824] [825] [826]
[827] [828] [829] [830] [831] [832] [833]
Overfull \hbox (26.60324pt too wide) in paragraph at lines 1101--1101
 []        @texttt (uniprop-table (unicode-property-table-internal ^^Mbidi-clas
s)))[] |

Overfull \hbox (20.85455pt too wide) in paragraph at lines 1104--1104
 []    @texttt ;; Modify the category entry of each character whose ^^Mbidi-cla
ss^^M[] |
[834]) (./abbrevs.texi Chapter 35 [835] [836] [837] [838] [839] [840] [841])
(./processes.texi Chapter 36 [842] [843] [844] [845] [846] [847] [848] [849]
[850] [851] [852] [853] [854] [855] [856] [857] [858] [859] [860] [861]
[862] [863] [864] [865] [866] [867] [868] [869] [870] [871] [872] [873]
[874] [875] [876] [877] [878] [879] [880] [881] [882] [883] [884] [885]
[886] [887]) (./display.texi Chapter 37 [888] [889] [890] [891] [892] [893]
[894] [895] [896] [897] [898]
Underfull \hbox (badness 10000) in paragraph at lines 824--830
 @textrm The fun-c-tion @texttt collapse-delayed-warnings[] @textrm re-mo-ves r
e-pe-a-ted ent-ri-es from

Underfull \hbox (badness 10000) in paragraph at lines 824--830
 @texttt delayed-warnings-list[]@textrm . The fun-c-tion @texttt display-delaye
d-warnings[] @textrm calls
[899] [900] [901] [902] [903] [904] [905] [906] [907] [908] [909] [910]
Underfull \hbox (badness 7451) in paragraph at lines 1641--1648
 []@textrm A cons cell of the form @texttt (foreground-color . @textttsl color-
name@texttt )[] @textrm or

Underfull \hbox (badness 10000) in paragraph at lines 1641--1648
 @textrm or back-ground co-lor, si-mi-lar to @texttt (:foreground @textttsl col
or-name@texttt )[] @textrm or
[911] [912] [913] [914] [915] [916] [917] [918] [919] [920] [921] [922]
[923] [924] [925] [926] [927] [928] [929] [930] [931] [932] [933] [934]
[935] [936] [937]
Underfull \hbox (badness 10000) in paragraph at lines 3578--3584
 @textttsl si-ze height baseline-offset relative-compose default-ascent max-wid
th

Underfull \hbox (badness 10000) in paragraph at lines 3642--3647
 @textttsl size max-width ascent descent space-width average-width capability@t
exttt ][]@textrm .
[938] [939] [940] [941] [942] [943] [944] [945] [946] [947] [948] [949]
[950] [951] [952] [953] [954] [955] [956] [957] [958] [959] [960]
Overfull \hbox (20.69044pt too wide) in paragraph at lines 5358--5358
 []  @texttt (svg-circle svg 200 200 100 :gradient "gradient1" :stroke-color "g
reen")[] |
[961] [962] [963] [964] [965] [966] [967] [968] [969] [970] [971] [972]
[973] [974] [975] [976] [977] [978] [979] [980] [981] [982] [983] [984]
[985] [986] [987] [988] [989]) (./os.texi Chapter 38 [990] [991] [992] [993]
[994] [995] [996] [997] [998] [999] [1000] [1001] [1002] [1003] [1004] [1005]
[1006] [1007] [1008] [1009] [1010] [1011] [1012] [1013] [1014] [1015] [1016]
[1017] [1018] [1019] [1020] [1021] [1022] [1023] [1024] [1025] [1026] [1027]
[1028] [1029] [1030]) (./package.texi Chapter 39 [1031] [1032] [1033] [1034]
[1035] [1036]) (./anti.texi Appendix A [1037]
Underfull \hbox (badness 10000) in paragraph at lines 77--85
 []@textrm The stan-dard com-ple-tion in-ter-fa-ce has be-en simp-li-fi-ed, eli
-mi-na-ting the
[1038]) Appendix B [1039] (./doclicense.texi [1040] [1041] [1042] [1043]
[1044] [1045] [1046]) Appendix C [1047] (./gpl.texi [1048] [1049] [1050]
[1051] [1052] [1053] [1054] [1055] [1056] [1057]) (./tips.texi Appendix D
[1058] [1059] [1060] [1061] [1062] [1063] [1064] [1065] [1066] [1067] [1068]
[1069] [1070]) (./internals.texi Appendix E [1071] [1072]
Underfull \hbox (badness 7796) in paragraph at lines 159--162
[]@textrm In the un-li-kely event that you need a mo-re ge-ne-ral fun-c-tio-na-
li-ty than
[1073] [1074] [1075] [1076] [1077] [1078] [1079] [1080] [1081] [1082] [1083]
[1084] [1085] [1086] [1087] [1088] [1089] [1090] [1091] [1092] [1093] [1094])
(./errors.texi Appendix F [1095] [1096]
Underfull \hbox (badness 6741) in paragraph at lines 74--76
 []@textrm The mes-sage is `@texttt Symbol^^Ms chain of function indirections c
ontains a

Underfull \hbox (badness 6741) in paragraph at lines 78--80
 []@textrm The mes-sage is `@texttt Symbol^^Ms chain of variable indirections c
ontains a
[1097] [1098]) (./maps.texi Appendix G [1099] [1100] [1101]) (./hooks.texi
Appendix H [1102] [1103] [1104] [1105]) (./index.texi (Index) [1106]
No file elisp.fns.
) [1107] )
(see the transcript file for additional information)pdfTeX warning (\pdffontatt
r): fonts @textsl and @defsl have conflicting attributes; I will ignore the att
ributes assigned to @textsl

</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmb10.pfb></usr/s
hare/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb></usr/share/t
exlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb></usr/share/texliv
e/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></usr/share/texlive/texm
f-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-dist
/fonts/type1/public/amsfonts/cm/cmmi7.pfb></usr/share/texlive/texmf-dist/fonts/
type1/public/amsfonts/cm/cmmi9.pfb></usr/share/texlive/texmf-dist/fonts/type1/p
ublic/amsfonts/cm/cmr10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/a
msfonts/cm/cmr12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts
/cm/cmr7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9
.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb><
/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl9.pfb></usr/sh
are/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfb></usr/share/
texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmss10.pfb></usr/share/texliv
e/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texm
f-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfb></usr/share/texlive/texmf-dist/
fonts/type1/public/amsfonts/cm/cmsy9.pfb></usr/share/texlive/texmf-dist/fonts/t
ype1/public/amsfonts/cm/cmti10.pfb></usr/share/texlive/texmf-dist/fonts/type1/p
ublic/amsfonts/cm/cmtt10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/
amsfonts/cm/cmtt12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfon
ts/cm/cmtt9.pfb>
Output written on elisp.pdf (1111 pages, 3614389 bytes).
Transcript written on elisp.log.
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdfetex)
 restricted \write18 enabled.
entering extended mode
(./elisp.texi (/home/eggert/junk/d1/emacs-bug/doc/misc/texinfo.tex
Loading texinfo [version 2016-05-07.20]: pdf, fonts, markup, glyphs,
page headings, tables, conditionals, indexing, sectioning, toc, environments,
defuns, macros, cross references, insertions,
(/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
This is `epsf.tex' v2.7.4 <14 February 2011>
) localization, formatting, and turning on texinfo input format.)
(/home/eggert/junk/d1/emacs-bug/doc/emacs/docstyle.texi)
(/home/eggert/junk/d1/emacs-bug/doc/emacs/emacsver.texi) [1{/usr/share/texlive/
texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] [2] (./elisp.toc [-1]) [-2]
(./elisp.toc [-3] [-4] [-5] [-6] [-7] [-8] [-9] [-10] [-11] [-12] [-13]
[-14] [-15] [-16] [-17] [-18] [-19] [-20] [-21] [-22]) [-23] (./elisp.toc)
(./elisp.toc) (./intro.texi Chapter 1 (./elisp.aux)
Writing index file elisp.fn
[1] [2] [3] [4] [5]
Writing index file elisp.vr
[6]) (./objects.texi Chapter 2 [7] [8] [9] [10] [11] [12] [13] [14] [15]
[16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30]
[31] [32]) (./numbers.texi Chapter 3 [33] [34] [35] [36] [37] [38] [39]
[40] [41] [42] [43] [44] [45] [46] [47]) (./strings.texi Chapter 4 [48]
[49] [50] [51] [52] [53] [54]
Underfull \hbox (badness 10000) in paragraph at lines 499--502
 []@textrm To emu-la-te Unicode-compliant col-la-tion on MS-Windows systems, bi
nd
[55] [56]
Underfull \hbox (badness 10000) in paragraph at lines 628--631
 []@textrm To emu-la-te Unicode-compliant col-la-tion on MS-Windows systems, bi
nd
[57] [58] [59] [60] [61] [62] [63] [64] [65]) (./lists.texi Chapter 5 [66]
[67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81]
[82] [83] [84] [85] [86] [87]) (./sequences.texi Chapter 6 [88] [89] [90]
[91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104]
[105] [106] [107] [108]) (./hash.texi Chapter 7 [109] [110] [111] [112]
[113]) (./symbols.texi Chapter 8 [114] [115] [116] [117] [118] [119] [120]
[121] [122]) (./eval.texi Chapter 9 [123] [124] [125] [126] [127] [128]
[129] [130] [131] [132] [133]) (./control.texi Chapter 10 [134] [135] [136]
[137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148]
[149] [150] [151] [152] [153] [154] [155]) (./variables.texi Chapter 11
[156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167]
[168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179]
[180] [181] [182] [183] [184]) (./functions.texi Chapter 12 [185] [186]
[187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198]
[199] [200] [201] [202] [203] [204] [205] [206] [207] [208]
Underfull \hbox (badness 10000) in paragraph at lines 1827--1831
 []@texttt (add-function :after-while @textttsl fun-var function@texttt )[] @te
xtrm is com-pa-rab-le for
[209]
Underfull \hbox (badness 10000) in paragraph at lines 1839--1843
 []@texttt (add-function :after-until @textttsl fun-var function@texttt )[] @te
xtrm is com-pa-rab-le for
[210] [211] [212] [213] [214] [215] [216]) (./macros.texi Chapter 13 [217]
[218] [219] [220] [221] [222] [223] [224]) (./customize.texi Chapter 14
[225] [226] [227] [228] [229] [230]
Underfull \hbox (badness 10000) in paragraph at lines 414--418
 []@textrm These fun-c-tions be-ha-ve li-ke @texttt custom-initialize-set[]
[231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242]
[243]) (./loading.texi Chapter 15 [244] [245] [246] [247] [248] [249] [250]
[251]
Underfull \hbox (badness 10000) in paragraph at lines 605--610
 @texttt mode[]@textrm , @texttt define-derived-mode[]@textrm , @texttt easy-mm
ode-define-minor-mode[]@textrm ,

Underfull \hbox (badness 10000) in paragraph at lines 605--610
 @texttt easy-mmode-define-global-mode[]@textrm , @texttt define-compilation-mo
de[]@textrm , and
[252] [253] [254] [255] [256] [257] [258] [259]) (./compile.texi Chapter 16
[260] [261] [262] [263] [264] [265] [266] [267] [268] [269]) (./debugging.texi
Chapter 17 [270] [271] [272] [273] [274] [275] [276] [277] [278] (./edebug.texi
 [279] [280] [281] [282] [283]
Underfull \hbox (badness 6842) in paragraph at lines 431--434
 @textttsl d[]@textrm Display a backtra-ce, ex-clu-ding Ede-bug's own fun-c-tio
ns for cla-ri-ty
[284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295]
[296] [297] [298] [299]) [300] [301]) (./streams.texi Chapter 18 [302] [303]
[304] [305] [306] [307] [308] [309] [310] [311] [312]) (./minibuf.texi
Chapter 19 [313] [314] [315] [316] [317] [318] [319] [320] [321] [322] [323]
[324] [325] [326]
Underfull \hbox (badness 7486) in paragraph at lines 1112--1115
 []@textrm This va-ri-ab-le's va-lue is the pre-di-ca-te that @texttt completin
g-read[] @textrm pas-ses to
[327] [328] [329] [330] [331] [332] [333] [334] [335] [336]
Underfull \hbox (badness 10000) in paragraph at lines 1831--1836
 []@textrm The va-lue should be a fun-c-tion for sor-ting com-ple-tions, when
[337] [338] [339] [340] [341] [342] [343] [344]) (./commands.texi Chapter 20
[345] [346] [347] [348] [349] [350] [351] [352] [353] [354]
Underfull \hbox (badness 10000) in paragraph at lines 787--789
 []@textrm This fun-c-tion re-turns @texttt t[] @textrm when the cal-ling fun-c
-tion was cal-led using
[355] [356] [357] [358] [359]
Underfull \hbox (badness 10000) in paragraph at lines 1232--1238
 @texttt local-function-key-map[] @textrm (see [][]Section 21.14 [Trans-la-tion
 Key-maps],
[360] [361] [362] [363] [364] [365] [366] [367] [368] [369] [370] [371]
[372] [373] [374] [375] [376] [377]
Overfull \hbox (107.08487pt too wide) in paragraph at lines 2636--2636
 [] @texttt ^^M((?a "always" "Accept this certificate this session and for all
future sessions.")[] |

Overfull \hbox (49.59799pt too wide) in paragraph at lines 2638--2638
 []   @texttt (?n "no" "Refuse to use this certificate, and close the connectio
n.")))[] |
[378] [379] [380] [381] [382] [383] [384] [385] [386] [387] [388] [389]
[390]) (./keymaps.texi Chapter 21 [391] [392] [393] [394] [395] [396] [397]
[398] [399] [400] [401]
Underfull \hbox (badness 10000) in paragraph at lines 922--926
 []@textrm If this va-ri-ab-le is non-@texttt nil[]@textrm , the va-lue of @tex
ttt overriding-local-map[] @textrm or
[402] [403] [404] [405] [406] [407] [408] [409] [410] [411] [412] [413]
[414] [415] [416] [417] [418] [419] [420] [421] [422] [423] [424] [425]
[426] [427] [428]) (./modes.texi Chapter 22 [429] [430] [431] [432] [433]
[434] [435] [436] [437] [438]
Underfull \hbox (badness 8019) in paragraph at lines 733--738
 []@textrm The new mo-de has its own spar-se key-map, na-med @textttsl variant@
texttt -map[]@textrm .
[439] [440] [441] [442] [443] [444] [445] [446] [447] [448] [449] [450]
[451] [452] [453] [454] [455] [456] [457] [458] [459] [460] [461] [462]
[463] [464] [465] [466] [467] [468] [469] [470] [471] [472] [473] [474]
[475] [476] [477] [478] [479] [480] [481] [482] [483] [484]) (./help.texi
Chapter 23 [485] [486]
Underfull \hbox (badness 10000) in paragraph at lines 164--167
[]@textrm Here is an ex-amp-le of using the two fun-c-tions, @texttt documentat
ion[] @textrm and

Underfull \hbox (badness 10000) in paragraph at lines 164--167
@texttt documentation-property[]@textrm , to dis-play the docu-men-ta-tion stri
ngs for se-ve-ral
[487] [488] [489] [490] [491] [492] [493] [494]) (./files.texi Chapter 24
[495] [496] [497] [498] [499] [500] [501] [502] [503] [504] [505] [506]
[507] [508] [509] [510] [511] [512] [513] [514] [515] [516] [517] [518]
[519] [520] [521] [522] [523] [524] [525] [526] [527] [528] [529] [530]
[531] [532] [533] [534] [535] [536] [537] [538]) (./backups.texi Chapter 25
[539] [540] [541] [542] [543] [544] [545] [546] [547] [548]) (./buffers.texi
Chapter 26 [549] [550] [551] [552] [553] [554] [555] [556] [557] [558] [559]
[560] [561] [562] [563] [564] [565]) (./windows.texi Chapter 27 [566] [567]
[568] [569] [570] [571] [572] [573] [574] [575] [576] [577]
Underfull \hbox (badness 10000) in paragraph at lines 849--855
 @textrm page 584[][]), @texttt maximize-window[]@textrm , @texttt minimize-win
dow[]@textrm , @texttt fit-window-to-buffer[]@textrm ,
[578] [579] [580] [581] [582] [583] [584] [585] [586] [587] [588] [589]
[590] [591] [592] [593] [594] [595] [596] [597] [598] [599]
Underfull \hbox (badness 10000) in paragraph at lines 2428--2432
 []@textrm The be-ha-viour is al-so con-trol-led by ent-ri-es for @texttt inhib
it-same-window[]@textrm ,
[600] [601] [602] [603] [604] [605] [606] [607] [608] [609] [610] [611]
[612] [613] [614] [615] [616] [617] [618] [619] [620] [621] [622] [623]
[624] [625] [626] [627]) (./frames.texi Chapter 28 [628] [629] [630] [631]
[632] [633] [634] [635] [636] [637] [638] [639] [640] [641] [642] [643]
[644] [645]
Overfull \hbox (26.76846pt too wide) in paragraph at lines 1348--1348
 []    @texttt ^^M((fullscreen . fullboth) (fullscreen-restore . fullheight)))[
] |
[646] [647] [648] [649] [650] [651] [652] [653] [654] [655] [656] [657]
[658] [659] [660] [661] [662] [663] [664] [665] [666] [667] [668] [669]
[670]) (./positions.texi Chapter 29 [671] [672] [673] [674] [675] [676]
[677] [678]
Underfull \hbox (badness 10000) in paragraph at lines 684--687
 []@textrm When you use @texttt compute-motion[] @textrm for the mini-buf-fer,
you need to use
[679] [680] [681] [682] [683] [684]) (./markers.texi Chapter 30 [685] [686]
[687] [688] [689] [690] [691] [692] [693]) (./text.texi Chapter 31 [694]
[695] [696]
Underfull \hbox (badness 7433) in paragraph at lines 223--228
@texttt buffer-substring-with-bidi-context[] @textrm fun-c-tion (see [][]Sectio
n 37.26 [Bi-direc-tio-nal
[697] [698] [699] [700] [701] [702] [703] [704] [705] [706] [707] [708]
[709] [710] [711] [712] [713] [714] [715] [716] [717] [718] [719] [720]
[721] [722] [723] [724] [725] [726] [727] [728] [729] [730] [731] [732]
[733] [734] [735] [736] [737]
Underfull \hbox (badness 7451) in paragraph at lines 3234--3241
 []@textrm A cons cell of the form @texttt (foreground-color . @textttsl color-
name@texttt )[] @textrm or

Underfull \hbox (badness 10000) in paragraph at lines 3234--3241
 @textrm or back-ground co-lor, si-mi-lar to @texttt (:foreground @textttsl col
or-name@texttt )[] @textrm or
[738] [739] [740] [741] [742] [743] [744] [745] [746] [747] [748] [749]
[750] [751] [752] [753] [754] [755] [756] [757] [758] [759]) (./nonascii.texi
Chapter 32 [760] [761] [762] [763] [764] [765] [766]
Underfull \hbox (badness 10000) in paragraph at lines 520--531
 []@textrm Corresponds to the Uni-co-de pro-per-ti-es @texttt Decomposition_Typ
e[] @textrm and
[767] [768] [769] [770] [771] [772]
Underfull \hbox (badness 10000) in paragraph at lines 960--966
 @textrm and @texttt :encode-translation-table[] @textrm re-specti-vely in the
@textsl props[] @textrm ar-gu-ment to
[773] [774] [775] [776] [777] [778] [779] [780] [781] [782] [783] [784]
[785] [786] [787]) (./searching.texi Chapter 33 [788] [789]
Underfull \hbox (badness 8170) in paragraph at lines 163--166
 []@textrm Internally, @texttt word-search-forward[] @textrm and re-la-ted fun-
c-tions use the fun-c-tion
[790] [791] [792] [793] [794] [795] [796] [797] [798] [799] [800] [801]
[802] [803] [804] [805] [806] [807] [808] [809] [810] [811] [812] [813]
Underfull \hbox (badness 10000) in paragraph at lines 1928--1934
 @texttt sentence-end-double-space[] @textrm (see [][][Definition of sentence-e
nd-double-space],
) (./syntax.texi Chapter 34 [814] [815] [816] [817] [818] [819] [820] [821]
[822] [823] [824] [825] [826] [827] [828]
Overfull \hbox (26.60324pt too wide) in paragraph at lines 1101--1101
 []        @texttt (uniprop-table (unicode-property-table-internal ^^Mbidi-clas
s)))[] |

Overfull \hbox (20.85455pt too wide) in paragraph at lines 1104--1104
 []    @texttt ;; Modify the category entry of each character whose ^^Mbidi-cla
ss^^M[] |
[829]) (./abbrevs.texi Chapter 35 [830] [831] [832] [833] [834] [835] [836])
(./processes.texi Chapter 36 [837] [838] [839] [840] [841] [842] [843] [844]
[845] [846] [847] [848] [849] [850] [851] [852] [853] [854] [855] [856]
[857] [858] [859] [860] [861] [862] [863] [864] [865] [866] [867] [868]
[869] [870] [871] [872] [873] [874] [875] [876] [877] [878] [879] [880]
[881] [882]) (./display.texi Chapter 37 [883] [884] [885] [886] [887] [888]
[889] [890] [891] [892] [893]
Underfull \hbox (badness 10000) in paragraph at lines 824--830
 @textrm The fun-c-tion @texttt collapse-delayed-warnings[] @textrm re-mo-ves r
e-pe-a-ted ent-ri-es from

Underfull \hbox (badness 10000) in paragraph at lines 824--830
 @texttt delayed-warnings-list[]@textrm . The fun-c-tion @texttt display-delaye
d-warnings[] @textrm calls
[894] [895] [896] [897] [898] [899] [900] [901] [902] [903] [904] [905]
Underfull \hbox (badness 7451) in paragraph at lines 1641--1648
 []@textrm A cons cell of the form @texttt (foreground-color . @textttsl color-
name@texttt )[] @textrm or

Underfull \hbox (badness 10000) in paragraph at lines 1641--1648
 @textrm or back-ground co-lor, si-mi-lar to @texttt (:foreground @textttsl col
or-name@texttt )[] @textrm or
[906] [907] [908] [909] [910] [911] [912] [913] [914] [915] [916] [917]
[918] [919] [920] [921] [922] [923] [924] [925] [926] [927] [928] [929]
[930] [931] [932]
Underfull \hbox (badness 10000) in paragraph at lines 3578--3584
 @textttsl si-ze height baseline-offset relative-compose default-ascent max-wid
th

Underfull \hbox (badness 10000) in paragraph at lines 3642--3647
 @textttsl size max-width ascent descent space-width average-width capability@t
exttt ][]@textrm .
[933] [934] [935] [936] [937] [938] [939] [940] [941] [942] [943] [944]
[945] [946] [947] [948] [949] [950] [951] [952] [953] [954] [955]
Overfull \hbox (20.69044pt too wide) in paragraph at lines 5358--5358
 []  @texttt (svg-circle svg 200 200 100 :gradient "gradient1" :stroke-color "g
reen")[] |
[956] [957] [958] [959] [960] [961] [962] [963] [964] [965] [966] [967]
[968] [969] [970] [971] [972] [973] [974] [975] [976] [977] [978] [979]
[980] [981] [982] [983]) (./os.texi Chapter 38 [984] [985] [986] [987] [988]
[989] [990] [991] [992] [993] [994] [995] [996] [997] [998] [999] [1000]
[1001] [1002] [1003] [1004] [1005] [1006] [1007] [1008] [1009] [1010] [1011]
[1012] [1013] [1014] [1015] [1016] [1017] [1018] [1019] [1020] [1021] [1022]
[1023] [1024]) (./package.texi Chapter 39 [1025] [1026] [1027] [1028] [1029]
[1030]) (./anti.texi Appendix A [1031]
Underfull \hbox (badness 10000) in paragraph at lines 77--85
 []@textrm The stan-dard com-ple-tion in-ter-fa-ce has be-en simp-li-fi-ed, eli
-mi-na-ting the
[1032]) Appendix B [1033] (./doclicense.texi [1034] [1035] [1036] [1037]
[1038] [1039] [1040]) Appendix C [1041] (./gpl.texi [1042] [1043] [1044]
[1045] [1046] [1047] [1048] [1049] [1050] [1051]) (./tips.texi Appendix D
[1052] [1053] [1054] [1055] [1056] [1057] [1058] [1059] [1060] [1061] [1062]
[1063] [1064]) (./internals.texi Appendix E [1065] [1066]
Underfull \hbox (badness 7796) in paragraph at lines 159--162
[]@textrm In the un-li-kely event that you need a mo-re ge-ne-ral fun-c-tio-na-
li-ty than
[1067] [1068] [1069] [1070] [1071] [1072] [1073] [1074] [1075] [1076] [1077]
[1078] [1079] [1080] [1081] [1082] [1083] [1084] [1085] [1086] [1087] [1088])
(./errors.texi Appendix F [1089] [1090]
Underfull \hbox (badness 6741) in paragraph at lines 74--76
 []@textrm The mes-sage is `@texttt Symbol^^Ms chain of function indirections c
ontains a

Underfull \hbox (badness 6741) in paragraph at lines 78--80
 []@textrm The mes-sage is `@texttt Symbol^^Ms chain of variable indirections c
ontains a
[1091] [1092]) (./maps.texi Appendix G [1093] [1094] [1095]) (./hooks.texi
Appendix H [1096] [1097] [1098] [1099]) (./index.texi (Index) [1100] [1101]
[1102] [1103] [1104] [1105] [1106] [1107] [1108] [1109] [1110] [1111] [1112]
[1113] [1114] [1115] [1116] [1117] [1118] [1119] [1120] [1121] [1122] [1123]
[1124] [1125] [1126] [1127] [1128] [1129] [1130] [1131] [1132] [1133] [1134]
[1135] [1136] [1137] [1138]) [1139] )
(see the transcript file for additional information)pdfTeX warning (\pdffontatt
r): fonts @textsl and @defsl have conflicting attributes; I will ignore the att
ributes assigned to @textsl

</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmb10.pfb></usr/s
hare/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb></usr/share/t
exlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb></usr/share/texliv
e/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></usr/share/texlive/texm
f-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-dist
/fonts/type1/public/amsfonts/cm/cmmi12.pfb></usr/share/texlive/texmf-dist/fonts
/type1/public/amsfonts/cm/cmmi7.pfb></usr/share/texlive/texmf-dist/fonts/type1/
public/amsfonts/cm/cmmi9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/
amsfonts/cm/cmr10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfont
s/cm/cmr12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cm
r7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb><
/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb></usr/sha
re/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb></usr/share/tex
live/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl9.pfb></usr/share/texlive/te
xmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfb></usr/share/texlive/texmf-
dist/fonts/type1/public/amsfonts/cm/cmss10.pfb></usr/share/texlive/texmf-dist/f
onts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/t
ype1/public/amsfonts/cm/cmsy7.pfb></usr/share/texlive/texmf-dist/fonts/type1/pu
blic/amsfonts/cm/cmsy9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/am
sfonts/cm/cmti10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts
/cm/cmtt10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cm
tt12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt9.pf
b>
Output written on elisp.pdf (1164 pages, 4059008 bytes).
Transcript written on elisp.log.
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdfetex)
 restricted \write18 enabled.
entering extended mode
(./elisp.texi (/home/eggert/junk/d1/emacs-bug/doc/misc/texinfo.tex
Loading texinfo [version 2016-05-07.20]: pdf, fonts, markup, glyphs,
page headings, tables, conditionals, indexing, sectioning, toc, environments,
defuns, macros, cross references, insertions,
(/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
This is `epsf.tex' v2.7.4 <14 February 2011>
) localization, formatting, and turning on texinfo input format.)
(/home/eggert/junk/d1/emacs-bug/doc/emacs/docstyle.texi)
(/home/eggert/junk/d1/emacs-bug/doc/emacs/emacsver.texi) [1{/usr/share/texlive/
texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] [2] (./elisp.toc [-1]) [-2]
(./elisp.toc [-3] [-4] [-5] [-6] [-7] [-8] [-9] [-10] [-11] [-12] [-13]
[-14] [-15] [-16] [-17] [-18] [-19] [-20] [-21] [-22]) [-23] (./elisp.toc)
(./elisp.toc) (./intro.texi Chapter 1 (./elisp.aux)
Writing index file elisp.fn
[1] [2] [3] [4] [5]
Writing index file elisp.vr
[6]) (./objects.texi Chapter 2 [7] [8] [9] [10] [11] [12] [13] [14] [15]
[16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30]
[31] [32]) (./numbers.texi Chapter 3 [33] [34] [35] [36] [37] [38] [39]
[40] [41] [42] [43] [44] [45] [46] [47]) (./strings.texi Chapter 4 [48]
[49] [50] [51] [52] [53] [54]
Underfull \hbox (badness 10000) in paragraph at lines 499--502
 []@textrm To emu-la-te Unicode-compliant col-la-tion on MS-Windows systems, bi
nd
[55] [56]
Underfull \hbox (badness 10000) in paragraph at lines 628--631
 []@textrm To emu-la-te Unicode-compliant col-la-tion on MS-Windows systems, bi
nd
[57] [58] [59] [60] [61] [62] [63] [64] [65]) (./lists.texi Chapter 5 [66]
[67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81]
[82] [83] [84] [85] [86] [87]) (./sequences.texi Chapter 6 [88] [89] [90]
[91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104]
[105] [106] [107] [108]) (./hash.texi Chapter 7 [109] [110] [111] [112]
[113]) (./symbols.texi Chapter 8 [114] [115] [116] [117] [118] [119] [120]
[121] [122]) (./eval.texi Chapter 9 [123] [124] [125] [126] [127] [128]
[129] [130] [131] [132] [133]) (./control.texi Chapter 10 [134] [135] [136]
[137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148]
[149] [150] [151] [152] [153] [154] [155]) (./variables.texi Chapter 11
[156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167]
[168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179]
[180] [181] [182] [183] [184]) (./functions.texi Chapter 12 [185] [186]
[187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198]
[199] [200] [201] [202] [203] [204] [205] [206] [207] [208]
Underfull \hbox (badness 10000) in paragraph at lines 1827--1831
 []@texttt (add-function :after-while @textttsl fun-var function@texttt )[] @te
xtrm is com-pa-rab-le for
[209]
Underfull \hbox (badness 10000) in paragraph at lines 1839--1843
 []@texttt (add-function :after-until @textttsl fun-var function@texttt )[] @te
xtrm is com-pa-rab-le for
[210] [211] [212] [213] [214] [215] [216]) (./macros.texi Chapter 13 [217]
[218] [219] [220] [221] [222] [223] [224]) (./customize.texi Chapter 14
[225] [226] [227] [228] [229] [230]
Underfull \hbox (badness 10000) in paragraph at lines 414--418
 []@textrm These fun-c-tions be-ha-ve li-ke @texttt custom-initialize-set[]
[231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242]
[243]) (./loading.texi Chapter 15 [244] [245] [246] [247] [248] [249] [250]
[251]
Underfull \hbox (badness 10000) in paragraph at lines 605--610
 @texttt mode[]@textrm , @texttt define-derived-mode[]@textrm , @texttt easy-mm
ode-define-minor-mode[]@textrm ,

Underfull \hbox (badness 10000) in paragraph at lines 605--610
 @texttt easy-mmode-define-global-mode[]@textrm , @texttt define-compilation-mo
de[]@textrm , and
[252] [253] [254] [255] [256] [257] [258] [259]) (./compile.texi Chapter 16
[260] [261] [262] [263] [264] [265] [266] [267] [268] [269]) (./debugging.texi
Chapter 17 [270] [271] [272] [273] [274] [275] [276] [277] [278] (./edebug.texi
 [279] [280] [281] [282] [283]
Underfull \hbox (badness 6842) in paragraph at lines 431--434
 @textttsl d[]@textrm Display a backtra-ce, ex-clu-ding Ede-bug's own fun-c-tio
ns for cla-ri-ty
[284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295]
[296] [297] [298] [299]) [300] [301]) (./streams.texi Chapter 18 [302] [303]
[304] [305] [306] [307] [308] [309] [310] [311] [312]) (./minibuf.texi
Chapter 19 [313] [314] [315] [316] [317] [318] [319] [320] [321] [322] [323]
[324] [325] [326]
Underfull \hbox (badness 7486) in paragraph at lines 1112--1115
 []@textrm This va-ri-ab-le's va-lue is the pre-di-ca-te that @texttt completin
g-read[] @textrm pas-ses to
[327] [328] [329] [330] [331] [332] [333] [334] [335] [336]
Underfull \hbox (badness 10000) in paragraph at lines 1831--1836
 []@textrm The va-lue should be a fun-c-tion for sor-ting com-ple-tions, when
[337] [338] [339] [340] [341] [342] [343] [344]) (./commands.texi Chapter 20
[345] [346] [347] [348] [349] [350] [351] [352] [353] [354]
Underfull \hbox (badness 10000) in paragraph at lines 787--789
 []@textrm This fun-c-tion re-turns @texttt t[] @textrm when the cal-ling fun-c
-tion was cal-led using
[355] [356] [357] [358] [359]
Underfull \hbox (badness 10000) in paragraph at lines 1232--1238
 @texttt local-function-key-map[] @textrm (see [][]Section 21.14 [Trans-la-tion
 Key-maps],
[360] [361] [362] [363] [364] [365] [366] [367] [368] [369] [370] [371]
[372] [373] [374] [375] [376] [377]
Overfull \hbox (107.08487pt too wide) in paragraph at lines 2636--2636
 [] @texttt ^^M((?a "always" "Accept this certificate this session and for all
future sessions.")[] |

Overfull \hbox (49.59799pt too wide) in paragraph at lines 2638--2638
 []   @texttt (?n "no" "Refuse to use this certificate, and close the connectio
n.")))[] |
[378] [379] [380] [381] [382] [383] [384] [385] [386] [387] [388] [389]
[390]) (./keymaps.texi Chapter 21 [391] [392] [393] [394] [395] [396] [397]
[398] [399] [400] [401]
Underfull \hbox (badness 10000) in paragraph at lines 922--926
 []@textrm If this va-ri-ab-le is non-@texttt nil[]@textrm , the va-lue of @tex
ttt overriding-local-map[] @textrm or
[402] [403] [404] [405] [406] [407] [408] [409] [410] [411] [412] [413]
[414] [415] [416] [417] [418] [419] [420] [421] [422] [423] [424] [425]
[426] [427] [428]) (./modes.texi Chapter 22 [429] [430] [431] [432] [433]
[434] [435] [436] [437] [438]
Underfull \hbox (badness 8019) in paragraph at lines 733--738
 []@textrm The new mo-de has its own spar-se key-map, na-med @textttsl variant@
texttt -map[]@textrm .
[439] [440] [441] [442] [443] [444] [445] [446] [447] [448] [449] [450]
[451] [452] [453] [454] [455] [456] [457] [458] [459] [460] [461] [462]
[463] [464] [465] [466] [467] [468] [469] [470] [471] [472] [473] [474]
[475] [476] [477] [478] [479] [480] [481] [482] [483] [484]) (./help.texi
Chapter 23 [485] [486]
Underfull \hbox (badness 10000) in paragraph at lines 164--167
[]@textrm Here is an ex-amp-le of using the two fun-c-tions, @texttt documentat
ion[] @textrm and

Underfull \hbox (badness 10000) in paragraph at lines 164--167
@texttt documentation-property[]@textrm , to dis-play the docu-men-ta-tion stri
ngs for se-ve-ral
[487] [488] [489] [490] [491] [492] [493] [494]) (./files.texi Chapter 24
[495] [496] [497] [498] [499] [500] [501] [502] [503] [504] [505] [506]
[507] [508] [509] [510] [511] [512] [513] [514] [515] [516] [517] [518]
[519] [520] [521] [522] [523] [524] [525] [526] [527] [528] [529] [530]
[531] [532] [533] [534] [535] [536] [537] [538]) (./backups.texi Chapter 25
[539] [540] [541] [542] [543] [544] [545] [546] [547] [548]) (./buffers.texi
Chapter 26 [549] [550] [551] [552] [553] [554] [555] [556] [557] [558] [559]
[560] [561] [562] [563] [564] [565]) (./windows.texi Chapter 27 [566] [567]
[568] [569] [570] [571] [572] [573] [574] [575] [576] [577]
Underfull \hbox (badness 10000) in paragraph at lines 849--855
 @textrm page 582[][]), @texttt maximize-window[]@textrm , @texttt minimize-win
dow[]@textrm , @texttt fit-window-to-buffer[]@textrm ,
[578] [579] [580] [581] [582] [583] [584] [585] [586] [587] [588] [589]
[590] [591] [592] [593] [594] [595] [596] [597] [598] [599]
Underfull \hbox (badness 10000) in paragraph at lines 2428--2432
 []@textrm The be-ha-viour is al-so con-trol-led by ent-ri-es for @texttt inhib
it-same-window[]@textrm ,
[600] [601] [602] [603] [604] [605] [606] [607] [608] [609] [610] [611]
[612] [613] [614] [615] [616] [617] [618] [619] [620] [621] [622] [623]
[624] [625] [626] [627]) (./frames.texi Chapter 28 [628] [629] [630] [631]
[632] [633] [634] [635] [636] [637] [638] [639] [640] [641] [642] [643]
[644] [645]
Overfull \hbox (26.76846pt too wide) in paragraph at lines 1348--1348
 []    @texttt ^^M((fullscreen . fullboth) (fullscreen-restore . fullheight)))[
] |
[646] [647] [648] [649] [650] [651] [652] [653] [654] [655] [656] [657]
[658] [659] [660] [661] [662] [663] [664] [665] [666] [667] [668] [669]
[670]) (./positions.texi Chapter 29 [671] [672] [673] [674] [675] [676]
[677] [678]
Underfull \hbox (badness 10000) in paragraph at lines 684--687
 []@textrm When you use @texttt compute-motion[] @textrm for the mini-buf-fer,
you need to use
[679] [680] [681] [682] [683] [684]) (./markers.texi Chapter 30 [685] [686]
[687] [688] [689] [690] [691] [692] [693]) (./text.texi Chapter 31 [694]
[695] [696]
Underfull \hbox (badness 7433) in paragraph at lines 223--228
@texttt buffer-substring-with-bidi-context[] @textrm fun-c-tion (see [][]Sectio
n 37.26 [Bi-direc-tio-nal
[697] [698] [699] [700] [701] [702] [703] [704] [705] [706] [707] [708]
[709] [710] [711] [712] [713] [714] [715] [716] [717] [718] [719] [720]
[721] [722] [723] [724] [725] [726] [727] [728] [729] [730] [731] [732]
[733] [734] [735] [736] [737]
Underfull \hbox (badness 7451) in paragraph at lines 3234--3241
 []@textrm A cons cell of the form @texttt (foreground-color . @textttsl color-
name@texttt )[] @textrm or

Underfull \hbox (badness 10000) in paragraph at lines 3234--3241
 @textrm or back-ground co-lor, si-mi-lar to @texttt (:foreground @textttsl col
or-name@texttt )[] @textrm or
[738] [739] [740] [741] [742] [743] [744] [745] [746] [747] [748] [749]
[750] [751] [752] [753] [754] [755] [756] [757] [758] [759]) (./nonascii.texi
Chapter 32 [760] [761] [762] [763] [764] [765] [766]
Underfull \hbox (badness 10000) in paragraph at lines 520--531
 []@textrm Corresponds to the Uni-co-de pro-per-ti-es @texttt Decomposition_Typ
e[] @textrm and
[767] [768] [769] [770] [771] [772]
Underfull \hbox (badness 10000) in paragraph at lines 960--966
 @textrm and @texttt :encode-translation-table[] @textrm re-specti-vely in the
@textsl props[] @textrm ar-gu-ment to
[773] [774] [775] [776] [777] [778] [779] [780] [781] [782] [783] [784]
[785] [786] [787]) (./searching.texi Chapter 33 [788] [789]
Underfull \hbox (badness 8170) in paragraph at lines 163--166
 []@textrm Internally, @texttt word-search-forward[] @textrm and re-la-ted fun-
c-tions use the fun-c-tion
[790] [791] [792] [793] [794] [795] [796] [797] [798] [799] [800] [801]
[802] [803] [804] [805] [806] [807] [808] [809] [810] [811] [812] [813]
Underfull \hbox (badness 10000) in paragraph at lines 1928--1934
 @texttt sentence-end-double-space[] @textrm (see [][][Definition of sentence-e
nd-double-space],
) (./syntax.texi Chapter 34 [814] [815] [816] [817] [818] [819] [820] [821]
[822] [823] [824] [825] [826] [827] [828]
Overfull \hbox (26.60324pt too wide) in paragraph at lines 1101--1101
 []        @texttt (uniprop-table (unicode-property-table-internal ^^Mbidi-clas
s)))[] |

Overfull \hbox (20.85455pt too wide) in paragraph at lines 1104--1104
 []    @texttt ;; Modify the category entry of each character whose ^^Mbidi-cla
ss^^M[] |
[829]) (./abbrevs.texi Chapter 35 [830] [831] [832] [833] [834] [835] [836])
(./processes.texi Chapter 36 [837] [838] [839] [840] [841] [842] [843] [844]
[845] [846] [847] [848] [849] [850] [851] [852] [853] [854] [855] [856]
[857] [858] [859] [860] [861] [862] [863] [864] [865] [866] [867] [868]
[869] [870] [871] [872] [873] [874] [875] [876] [877] [878] [879] [880]
[881] [882]) (./display.texi Chapter 37 [883] [884] [885] [886] [887] [888]
[889] [890] [891] [892] [893]
Underfull \hbox (badness 10000) in paragraph at lines 824--830
 @textrm The fun-c-tion @texttt collapse-delayed-warnings[] @textrm re-mo-ves r
e-pe-a-ted ent-ri-es from

Underfull \hbox (badness 10000) in paragraph at lines 824--830
 @texttt delayed-warnings-list[]@textrm . The fun-c-tion @texttt display-delaye
d-warnings[] @textrm calls
[894] [895] [896] [897] [898] [899] [900] [901] [902] [903] [904] [905]
Underfull \hbox (badness 7451) in paragraph at lines 1641--1648
 []@textrm A cons cell of the form @texttt (foreground-color . @textttsl color-
name@texttt )[] @textrm or

Underfull \hbox (badness 10000) in paragraph at lines 1641--1648
 @textrm or back-ground co-lor, si-mi-lar to @texttt (:foreground @textttsl col
or-name@texttt )[] @textrm or
[906] [907] [908] [909] [910] [911] [912] [913] [914] [915] [916] [917]
[918] [919] [920] [921] [922] [923] [924] [925] [926] [927] [928] [929]
[930] [931] [932]
Underfull \hbox (badness 10000) in paragraph at lines 3578--3584
 @textttsl si-ze height baseline-offset relative-compose default-ascent max-wid
th

Underfull \hbox (badness 10000) in paragraph at lines 3642--3647
 @textttsl size max-width ascent descent space-width average-width capability@t
exttt ][]@textrm .
[933] [934] [935] [936] [937] [938] [939] [940] [941] [942] [943] [944]
[945] [946] [947] [948] [949] [950] [951] [952] [953] [954] [955]
Overfull \hbox (20.69044pt too wide) in paragraph at lines 5358--5358
 []  @texttt (svg-circle svg 200 200 100 :gradient "gradient1" :stroke-color "g
reen")[] |
[956] [957] [958] [959] [960] [961] [962] [963] [964] [965] [966] [967]
[968] [969] [970] [971] [972] [973] [974] [975] [976] [977] [978] [979]
[980] [981] [982] [983]) (./os.texi Chapter 38 [984] [985] [986] [987] [988]
[989] [990] [991] [992] [993] [994] [995] [996] [997] [998] [999] [1000]
[1001] [1002] [1003] [1004] [1005] [1006] [1007] [1008] [1009] [1010] [1011]
[1012] [1013] [1014] [1015] [1016] [1017] [1018] [1019] [1020] [1021] [1022]
[1023] [1024]) (./package.texi Chapter 39 [1025] [1026] [1027] [1028] [1029]
[1030]) (./anti.texi Appendix A [1031]
Underfull \hbox (badness 10000) in paragraph at lines 77--85
 []@textrm The stan-dard com-ple-tion in-ter-fa-ce has be-en simp-li-fi-ed, eli
-mi-na-ting the
[1032]) Appendix B [1033] (./doclicense.texi [1034] [1035] [1036] [1037]
[1038] [1039] [1040]) Appendix C [1041] (./gpl.texi [1042] [1043] [1044]
[1045] [1046] [1047] [1048] [1049] [1050] [1051]) (./tips.texi Appendix D
[1052] [1053] [1054] [1055] [1056] [1057] [1058] [1059] [1060] [1061] [1062]
[1063] [1064]) (./internals.texi Appendix E [1065] [1066]
Underfull \hbox (badness 7796) in paragraph at lines 159--162
[]@textrm In the un-li-kely event that you need a mo-re ge-ne-ral fun-c-tio-na-
li-ty than
[1067] [1068] [1069] [1070] [1071] [1072] [1073] [1074] [1075] [1076] [1077]
[1078] [1079] [1080] [1081] [1082] [1083] [1084] [1085] [1086] [1087] [1088])
(./errors.texi Appendix F [1089] [1090]
Underfull \hbox (badness 6741) in paragraph at lines 74--76
 []@textrm The mes-sage is `@texttt Symbol^^Ms chain of function indirections c
ontains a

Underfull \hbox (badness 6741) in paragraph at lines 78--80
 []@textrm The mes-sage is `@texttt Symbol^^Ms chain of variable indirections c
ontains a
[1091] [1092]) (./maps.texi Appendix G [1093] [1094] [1095]) (./hooks.texi
Appendix H [1096] [1097] [1098] [1099]) (./index.texi (Index) [1100] [1101]
[1102] [1103] [1104] [1105] [1106] [1107] [1108] [1109] [1110] [1111] [1112]
[1113] [1114] [1115] [1116] [1117] [1118] [1119] [1120] [1121] [1122] [1123]
[1124] [1125] [1126] [1127] [1128] [1129] [1130] [1131] [1132] [1133] [1134]
[1135] [1136] [1137] [1138]) [1139] )
(see the transcript file for additional information)pdfTeX warning (\pdffontatt
r): fonts @textsl and @defsl have conflicting attributes; I will ignore the att
ributes assigned to @textsl

</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmb10.pfb></usr/s
hare/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb></usr/share/t
exlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb></usr/share/texliv
e/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></usr/share/texlive/texm
f-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-dist
/fonts/type1/public/amsfonts/cm/cmmi12.pfb></usr/share/texlive/texmf-dist/fonts
/type1/public/amsfonts/cm/cmmi7.pfb></usr/share/texlive/texmf-dist/fonts/type1/
public/amsfonts/cm/cmmi9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/
amsfonts/cm/cmr10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfont
s/cm/cmr12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cm
r7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb><
/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb></usr/sha
re/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb></usr/share/tex
live/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl9.pfb></usr/share/texlive/te
xmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfb></usr/share/texlive/texmf-
dist/fonts/type1/public/amsfonts/cm/cmss10.pfb></usr/share/texlive/texmf-dist/f
onts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/t
ype1/public/amsfonts/cm/cmsy7.pfb></usr/share/texlive/texmf-dist/fonts/type1/pu
blic/amsfonts/cm/cmsy9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/am
sfonts/cm/cmti10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts
/cm/cmtt10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cm
tt12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt9.pf
b>
Output written on elisp.pdf (1164 pages, 4058665 bytes).
Transcript written on elisp.log.
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdfetex)
 restricted \write18 enabled.
entering extended mode
(./elisp.texi (/home/eggert/junk/d1/emacs-bug/doc/misc/texinfo.tex
Loading texinfo [version 2016-05-07.20]: pdf, fonts, markup, glyphs,
page headings, tables, conditionals, indexing, sectioning, toc, environments,
defuns, macros, cross references, insertions,
(/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
This is `epsf.tex' v2.7.4 <14 February 2011>
) localization, formatting, and turning on texinfo input format.)
(/home/eggert/junk/d1/emacs-bug/doc/emacs/docstyle.texi)
(/home/eggert/junk/d1/emacs-bug/doc/emacs/emacsver.texi) [1{/usr/share/texlive/
texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] [2] (./elisp.toc [-1]) [-2]
(./elisp.toc [-3] [-4] [-5] [-6] [-7] [-8] [-9] [-10] [-11] [-12] [-13]
[-14] [-15] [-16] [-17] [-18] [-19] [-20] [-21] [-22]) [-23] (./elisp.toc)
(./elisp.toc) (./intro.texi Chapter 1 (./elisp.aux)
Writing index file elisp.fn
[1] [2] [3] [4] [5]
Writing index file elisp.vr
[6]) (./objects.texi Chapter 2 [7] [8] [9] [10] [11] [12] [13] [14] [15]
[16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30]
[31] [32]) (./numbers.texi Chapter 3 [33] [34] [35] [36] [37] [38] [39]
[40] [41] [42] [43] [44] [45] [46] [47]) (./strings.texi Chapter 4 [48]
[49] [50] [51] [52] [53] [54]
Underfull \hbox (badness 10000) in paragraph at lines 499--502
 []@textrm To emu-la-te Unicode-compliant col-la-tion on MS-Windows systems, bi
nd
[55] [56]
Underfull \hbox (badness 10000) in paragraph at lines 628--631
 []@textrm To emu-la-te Unicode-compliant col-la-tion on MS-Windows systems, bi
nd
[57] [58] [59] [60] [61] [62] [63] [64] [65]) (./lists.texi Chapter 5 [66]
[67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81]
[82] [83] [84] [85] [86] [87]) (./sequences.texi Chapter 6 [88] [89] [90]
[91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104]
[105] [106] [107] [108]) (./hash.texi Chapter 7 [109] [110] [111] [112]
[113]) (./symbols.texi Chapter 8 [114] [115] [116] [117] [118] [119] [120]
[121] [122]) (./eval.texi Chapter 9 [123] [124] [125] [126] [127] [128]
[129] [130] [131] [132] [133]) (./control.texi Chapter 10 [134] [135] [136]
[137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148]
[149] [150] [151] [152] [153] [154] [155]) (./variables.texi Chapter 11
[156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167]
[168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179]
[180] [181] [182] [183] [184]) (./functions.texi Chapter 12 [185] [186]
[187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198]
[199] [200] [201] [202] [203] [204] [205] [206] [207] [208]
Underfull \hbox (badness 10000) in paragraph at lines 1827--1831
 []@texttt (add-function :after-while @textttsl fun-var function@texttt )[] @te
xtrm is com-pa-rab-le for
[209]
Underfull \hbox (badness 10000) in paragraph at lines 1839--1843
 []@texttt (add-function :after-until @textttsl fun-var function@texttt )[] @te
xtrm is com-pa-rab-le for
[210] [211] [212] [213] [214] [215] [216]) (./macros.texi Chapter 13 [217]
[218] [219] [220] [221] [222] [223] [224]) (./customize.texi Chapter 14
[225] [226] [227] [228] [229] [230]
Underfull \hbox (badness 10000) in paragraph at lines 414--418
 []@textrm These fun-c-tions be-ha-ve li-ke @texttt custom-initialize-set[]
[231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242]
[243]) (./loading.texi Chapter 15 [244] [245] [246] [247] [248] [249] [250]
[251]
Underfull \hbox (badness 10000) in paragraph at lines 605--610
 @texttt mode[]@textrm , @texttt define-derived-mode[]@textrm , @texttt easy-mm
ode-define-minor-mode[]@textrm ,

Underfull \hbox (badness 10000) in paragraph at lines 605--610
 @texttt easy-mmode-define-global-mode[]@textrm , @texttt define-compilation-mo
de[]@textrm , and
[252] [253] [254] [255] [256] [257] [258] [259]) (./compile.texi Chapter 16
[260] [261] [262] [263] [264] [265] [266] [267] [268] [269]) (./debugging.texi
Chapter 17 [270] [271] [272] [273] [274] [275] [276] [277] [278] (./edebug.texi
 [279] [280] [281] [282] [283]
Underfull \hbox (badness 6842) in paragraph at lines 431--434
 @textttsl d[]@textrm Display a backtra-ce, ex-clu-ding Ede-bug's own fun-c-tio
ns for cla-ri-ty
[284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295]
[296] [297] [298] [299]) [300] [301]) (./streams.texi Chapter 18 [302] [303]
[304] [305] [306] [307] [308] [309] [310] [311] [312]) (./minibuf.texi
Chapter 19 [313] [314] [315] [316] [317] [318] [319] [320] [321] [322] [323]
[324] [325] [326]
Underfull \hbox (badness 7486) in paragraph at lines 1112--1115
 []@textrm This va-ri-ab-le's va-lue is the pre-di-ca-te that @texttt completin
g-read[] @textrm pas-ses to
[327] [328] [329] [330] [331] [332] [333] [334] [335] [336]
Underfull \hbox (badness 10000) in paragraph at lines 1831--1836
 []@textrm The va-lue should be a fun-c-tion for sor-ting com-ple-tions, when
[337] [338] [339] [340] [341] [342] [343] [344]) (./commands.texi Chapter 20
[345] [346] [347] [348] [349] [350] [351] [352] [353] [354]
Underfull \hbox (badness 10000) in paragraph at lines 787--789
 []@textrm This fun-c-tion re-turns @texttt t[] @textrm when the cal-ling fun-c
-tion was cal-led using
[355] [356] [357] [358] [359]
Underfull \hbox (badness 10000) in paragraph at lines 1232--1238
 @texttt local-function-key-map[] @textrm (see [][]Section 21.14 [Trans-la-tion
 Key-maps],
[360] [361] [362] [363] [364] [365] [366] [367] [368] [369] [370] [371]
[372] [373] [374] [375] [376] [377]
Overfull \hbox (107.08487pt too wide) in paragraph at lines 2636--2636
 [] @texttt ^^M((?a "always" "Accept this certificate this session and for all
future sessions.")[] |

Overfull \hbox (49.59799pt too wide) in paragraph at lines 2638--2638
 []   @texttt (?n "no" "Refuse to use this certificate, and close the connectio
n.")))[] |
[378] [379] [380] [381] [382] [383] [384] [385] [386] [387] [388] [389]
[390]) (./keymaps.texi Chapter 21 [391] [392] [393] [394] [395] [396] [397]
[398] [399] [400] [401]
Underfull \hbox (badness 10000) in paragraph at lines 922--926
 []@textrm If this va-ri-ab-le is non-@texttt nil[]@textrm , the va-lue of @tex
ttt overriding-local-map[] @textrm or
[402] [403] [404] [405] [406] [407] [408] [409] [410] [411] [412] [413]
[414] [415] [416] [417] [418] [419] [420] [421] [422] [423] [424] [425]
[426] [427] [428]) (./modes.texi Chapter 22 [429] [430] [431] [432] [433]
[434] [435] [436] [437] [438]
Underfull \hbox (badness 8019) in paragraph at lines 733--738
 []@textrm The new mo-de has its own spar-se key-map, na-med @textttsl variant@
texttt -map[]@textrm .
[439] [440] [441] [442] [443] [444] [445] [446] [447] [448] [449] [450]
[451] [452] [453] [454] [455] [456] [457] [458] [459] [460] [461] [462]
[463] [464] [465] [466] [467] [468] [469] [470] [471] [472] [473] [474]
[475] [476] [477] [478] [479] [480] [481] [482] [483] [484]) (./help.texi
Chapter 23 [485] [486]
Underfull \hbox (badness 10000) in paragraph at lines 164--167
[]@textrm Here is an ex-amp-le of using the two fun-c-tions, @texttt documentat
ion[] @textrm and

Underfull \hbox (badness 10000) in paragraph at lines 164--167
@texttt documentation-property[]@textrm , to dis-play the docu-men-ta-tion stri
ngs for se-ve-ral
[487] [488] [489] [490] [491] [492] [493] [494]) (./files.texi Chapter 24
[495] [496] [497] [498] [499] [500] [501] [502] [503] [504] [505] [506]
[507] [508] [509] [510] [511] [512] [513] [514] [515] [516] [517] [518]
[519] [520] [521] [522] [523] [524] [525] [526] [527] [528] [529] [530]
[531] [532] [533] [534] [535] [536] [537] [538]) (./backups.texi Chapter 25
[539] [540] [541] [542] [543] [544] [545] [546] [547] [548]) (./buffers.texi
Chapter 26 [549] [550] [551] [552] [553] [554] [555] [556] [557] [558] [559]
[560] [561] [562] [563] [564] [565]) (./windows.texi Chapter 27 [566] [567]
[568] [569] [570] [571] [572] [573] [574] [575] [576] [577]
Underfull \hbox (badness 10000) in paragraph at lines 849--855
 @textrm page 582[][]), @texttt maximize-window[]@textrm , @texttt minimize-win
dow[]@textrm , @texttt fit-window-to-buffer[]@textrm ,
[578] [579] [580] [581] [582] [583] [584] [585] [586] [587] [588] [589]
[590] [591] [592] [593] [594] [595] [596] [597] [598] [599]
Underfull \hbox (badness 10000) in paragraph at lines 2428--2432
 []@textrm The be-ha-viour is al-so con-trol-led by ent-ri-es for @texttt inhib
it-same-window[]@textrm ,
[600] [601] [602] [603] [604] [605] [606] [607] [608] [609] [610] [611]
[612] [613] [614] [615] [616] [617] [618] [619] [620] [621] [622] [623]
[624] [625] [626] [627]) (./frames.texi Chapter 28 [628] [629] [630] [631]
[632] [633] [634] [635] [636] [637] [638] [639] [640] [641] [642] [643]
[644] [645]
Overfull \hbox (26.76846pt too wide) in paragraph at lines 1348--1348
 []    @texttt ^^M((fullscreen . fullboth) (fullscreen-restore . fullheight)))[
] |
[646] [647] [648] [649] [650] [651] [652] [653] [654] [655] [656] [657]
[658] [659] [660] [661] [662] [663] [664] [665] [666] [667] [668] [669]
[670]) (./positions.texi Chapter 29 [671] [672] [673] [674] [675] [676]
[677] [678]
Underfull \hbox (badness 10000) in paragraph at lines 684--687
 []@textrm When you use @texttt compute-motion[] @textrm for the mini-buf-fer,
you need to use
[679] [680] [681] [682] [683] [684]) (./markers.texi Chapter 30 [685] [686]
[687] [688] [689] [690] [691] [692] [693]) (./text.texi Chapter 31 [694]
[695] [696]
Underfull \hbox (badness 7433) in paragraph at lines 223--228
@texttt buffer-substring-with-bidi-context[] @textrm fun-c-tion (see [][]Sectio
n 37.26 [Bi-direc-tio-nal
[697] [698] [699] [700] [701] [702] [703] [704] [705] [706] [707] [708]
[709] [710] [711] [712] [713] [714] [715] [716] [717] [718] [719] [720]
[721] [722] [723] [724] [725] [726] [727] [728] [729] [730] [731] [732]
[733] [734] [735] [736] [737]
Underfull \hbox (badness 7451) in paragraph at lines 3234--3241
 []@textrm A cons cell of the form @texttt (foreground-color . @textttsl color-
name@texttt )[] @textrm or

Underfull \hbox (badness 10000) in paragraph at lines 3234--3241
 @textrm or back-ground co-lor, si-mi-lar to @texttt (:foreground @textttsl col
or-name@texttt )[] @textrm or
[738] [739] [740] [741] [742] [743] [744] [745] [746] [747] [748] [749]
[750] [751] [752] [753] [754] [755] [756] [757] [758] [759]) (./nonascii.texi
Chapter 32 [760] [761] [762] [763] [764] [765] [766]
Underfull \hbox (badness 10000) in paragraph at lines 520--531
 []@textrm Corresponds to the Uni-co-de pro-per-ti-es @texttt Decomposition_Typ
e[] @textrm and
[767] [768] [769] [770] [771] [772]
Underfull \hbox (badness 10000) in paragraph at lines 960--966
 @textrm and @texttt :encode-translation-table[] @textrm re-specti-vely in the
@textsl props[] @textrm ar-gu-ment to
[773] [774] [775] [776] [777] [778] [779] [780] [781] [782] [783] [784]
[785] [786] [787]) (./searching.texi Chapter 33 [788] [789]
Underfull \hbox (badness 8170) in paragraph at lines 163--166
 []@textrm Internally, @texttt word-search-forward[] @textrm and re-la-ted fun-
c-tions use the fun-c-tion
[790] [791] [792] [793] [794] [795] [796] [797] [798] [799] [800] [801]
[802] [803] [804] [805] [806] [807] [808] [809] [810] [811] [812] [813]
Underfull \hbox (badness 10000) in paragraph at lines 1928--1934
 @texttt sentence-end-double-space[] @textrm (see [][][Definition of sentence-e
nd-double-space],
) (./syntax.texi Chapter 34 [814] [815] [816] [817] [818] [819] [820] [821]
[822] [823] [824] [825] [826] [827] [828]
Overfull \hbox (26.60324pt too wide) in paragraph at lines 1101--1101
 []        @texttt (uniprop-table (unicode-property-table-internal ^^Mbidi-clas
s)))[] |

Overfull \hbox (20.85455pt too wide) in paragraph at lines 1104--1104
 []    @texttt ;; Modify the category entry of each character whose ^^Mbidi-cla
ss^^M[] |
[829]) (./abbrevs.texi Chapter 35 [830] [831] [832] [833] [834] [835] [836])
(./processes.texi Chapter 36 [837] [838] [839] [840] [841] [842] [843] [844]
[845] [846] [847] [848] [849] [850] [851] [852] [853] [854] [855] [856]
[857] [858] [859] [860] [861] [862] [863] [864] [865] [866] [867] [868]
[869] [870] [871] [872] [873] [874] [875] [876] [877] [878] [879] [880]
[881] [882]) (./display.texi Chapter 37 [883] [884] [885] [886] [887] [888]
[889] [890] [891] [892] [893]
Underfull \hbox (badness 10000) in paragraph at lines 824--830
 @textrm The fun-c-tion @texttt collapse-delayed-warnings[] @textrm re-mo-ves r
e-pe-a-ted ent-ri-es from

Underfull \hbox (badness 10000) in paragraph at lines 824--830
 @texttt delayed-warnings-list[]@textrm . The fun-c-tion @texttt display-delaye
d-warnings[] @textrm calls
[894] [895] [896] [897] [898] [899] [900] [901] [902] [903] [904] [905]
Underfull \hbox (badness 7451) in paragraph at lines 1641--1648
 []@textrm A cons cell of the form @texttt (foreground-color . @textttsl color-
name@texttt )[] @textrm or

Underfull \hbox (badness 10000) in paragraph at lines 1641--1648
 @textrm or back-ground co-lor, si-mi-lar to @texttt (:foreground @textttsl col
or-name@texttt )[] @textrm or
[906] [907] [908] [909] [910] [911] [912] [913] [914] [915] [916] [917]
[918] [919] [920] [921] [922] [923] [924] [925] [926] [927] [928] [929]
[930] [931] [932]
Underfull \hbox (badness 10000) in paragraph at lines 3578--3584
 @textttsl si-ze height baseline-offset relative-compose default-ascent max-wid
th

Underfull \hbox (badness 10000) in paragraph at lines 3642--3647
 @textttsl size max-width ascent descent space-width average-width capability@t
exttt ][]@textrm .
[933] [934] [935] [936] [937] [938] [939] [940] [941] [942] [943] [944]
[945] [946] [947] [948] [949] [950] [951] [952] [953] [954] [955]
Overfull \hbox (20.69044pt too wide) in paragraph at lines 5358--5358
 []  @texttt (svg-circle svg 200 200 100 :gradient "gradient1" :stroke-color "g
reen")[] |
[956] [957] [958] [959] [960] [961] [962] [963] [964] [965] [966] [967]
[968] [969] [970] [971] [972] [973] [974] [975] [976] [977] [978] [979]
[980] [981] [982] [983]) (./os.texi Chapter 38 [984] [985] [986] [987] [988]
[989] [990] [991] [992] [993] [994] [995] [996] [997] [998] [999] [1000]
[1001] [1002] [1003] [1004] [1005] [1006] [1007] [1008] [1009] [1010] [1011]
[1012] [1013] [1014] [1015] [1016] [1017] [1018] [1019] [1020] [1021] [1022]
[1023] [1024]) (./package.texi Chapter 39 [1025] [1026] [1027] [1028] [1029]
[1030]) (./anti.texi Appendix A [1031]
Underfull \hbox (badness 10000) in paragraph at lines 77--85
 []@textrm The stan-dard com-ple-tion in-ter-fa-ce has be-en simp-li-fi-ed, eli
-mi-na-ting the
[1032]) Appendix B [1033] (./doclicense.texi [1034] [1035] [1036] [1037]
[1038] [1039] [1040]) Appendix C [1041] (./gpl.texi [1042] [1043] [1044]
[1045] [1046] [1047] [1048] [1049] [1050] [1051]) (./tips.texi Appendix D
[1052] [1053] [1054] [1055] [1056] [1057] [1058] [1059] [1060] [1061] [1062]
[1063] [1064]) (./internals.texi Appendix E [1065] [1066]
Underfull \hbox (badness 7796) in paragraph at lines 159--162
[]@textrm In the un-li-kely event that you need a mo-re ge-ne-ral fun-c-tio-na-
li-ty than
[1067] [1068] [1069] [1070] [1071] [1072] [1073] [1074] [1075] [1076] [1077]
[1078] [1079] [1080] [1081] [1082] [1083] [1084] [1085] [1086] [1087] [1088])
(./errors.texi Appendix F [1089] [1090]
Underfull \hbox (badness 6741) in paragraph at lines 74--76
 []@textrm The mes-sage is `@texttt Symbol^^Ms chain of function indirections c
ontains a

Underfull \hbox (badness 6741) in paragraph at lines 78--80
 []@textrm The mes-sage is `@texttt Symbol^^Ms chain of variable indirections c
ontains a
[1091] [1092]) (./maps.texi Appendix G [1093] [1094] [1095]) (./hooks.texi
Appendix H [1096] [1097] [1098] [1099]) (./index.texi (Index) [1100] [1101]
[1102] [1103] [1104] [1105] [1106] [1107] [1108] [1109] [1110] [1111] [1112]
[1113] [1114] [1115] [1116] [1117] [1118] [1119] [1120] [1121] [1122] [1123]
[1124] [1125] [1126] [1127] [1128] [1129] [1130] [1131] [1132] [1133] [1134]
[1135] [1136] [1137] [1138]) [1139] )
(see the transcript file for additional information)pdfTeX warning (\pdffontatt
r): fonts @textsl and @defsl have conflicting attributes; I will ignore the att
ributes assigned to @textsl

</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmb10.pfb></usr/s
hare/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb></usr/share/t
exlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb></usr/share/texliv
e/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></usr/share/texlive/texm
f-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-dist
/fonts/type1/public/amsfonts/cm/cmmi12.pfb></usr/share/texlive/texmf-dist/fonts
/type1/public/amsfonts/cm/cmmi7.pfb></usr/share/texlive/texmf-dist/fonts/type1/
public/amsfonts/cm/cmmi9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/
amsfonts/cm/cmr10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfont
s/cm/cmr12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cm
r7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr8.pfb><
/usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb></usr/sha
re/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb></usr/share/tex
live/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl9.pfb></usr/share/texlive/te
xmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfb></usr/share/texlive/texmf-
dist/fonts/type1/public/amsfonts/cm/cmss10.pfb></usr/share/texlive/texmf-dist/f
onts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/t
ype1/public/amsfonts/cm/cmsy7.pfb></usr/share/texlive/texmf-dist/fonts/type1/pu
blic/amsfonts/cm/cmsy9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/am
sfonts/cm/cmti10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts
/cm/cmtt10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cm
tt12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt9.pf
b>
Output written on elisp.pdf (1164 pages, 4058665 bytes).
Transcript written on elisp.log.
make[1]: Leaving directory '/home/eggert/junk/d1/emacs-bug/doc/lispref'
make -C doc/lispintro pdf
make[1]: Entering directory '/home/eggert/junk/d1/emacs-bug/doc/lispintro'
  GEN      emacs-lisp-intro.pdf
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdfetex)
 restricted \write18 enabled.
entering extended mode
(./emacs-lisp-intro.texi (/home/eggert/junk/d1/emacs-bug/doc/misc/texinfo.tex
Loading texinfo [version 2016-05-07.20]: pdf, fonts, markup, glyphs,
page headings, tables, conditionals, indexing, sectioning, toc, environments,
defuns, macros, cross references, insertions,
(/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
This is `epsf.tex' v2.7.4 <14 February 2011>
) localization, formatting, and turning on texinfo input format.)
(/home/eggert/junk/d1/emacs-bug/doc/emacs/docstyle.texi)
(/home/eggert/junk/d1/emacs-bug/doc/emacs/emacsver.texi) [1{/usr/share/texlive/
texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] [2] [3] [4] [-1] [-2]
(Preface) [1]
Writing index file emacs-lisp-intro.cp
[2] Cross reference values unknown; you must run TeX again. [3] [4] Chapter 1pd
fTeX warning (ext4): destination with the same identifier (name{1}) has been al
ready used, duplicate ignored
<to be read again>
                   \unvbox
\onepageout ...fset \fi \vbox \bgroup \fi \unvbox
                                                  \headlinebox \pagebody {#1...
<output> {\onepageout {\pagecontents \PAGE }
                                            }
<to be read again>
                   T
l.1104 T
        echnically speaking, a list in Lisp consists of parentheses surrounding
[1]pdfTeX warning (ext4): destination with the same identifier (name{2}) has be
en already used, duplicate ignored
<to be read again>
                   \unvbox
\onepageout ...fset \fi \vbox \bgroup \fi \unvbox
                                                  \headlinebox \pagebody {#1...
<output> {\onepageout {\pagecontents \PAGE }
                                            }
\\need ... to #1\mil {\strut \vfil }\penalty 9999
                                                  \kern -#1\mil \nobreak \fi
l.1171 @need 1200
                  [2]pdfTeX warning (ext4): destination with the same identifie
r (name{3}) has been already used, duplicate ignored
<to be read again>
                   \unvbox
\onepageout ...fset \fi \vbox \bgroup \fi \unvbox
                                                  \headlinebox \pagebody {#1...
<output> {\onepageout {\pagecontents \PAGE }
                                            }
l.1256
        [3]pdfTeX warning (ext4): destination with the same identifier (name{4}
) has been already used, duplicate ignored
<to be read again>
                   \unvbox
\onepageout ...fset \fi \vbox \bgroup \fi \unvbox
                                                  \headlinebox \pagebody {#1...
<output> {\onepageout {\pagecontents \PAGE }
                                            }
\\need ...\dimen 2 \vtop to #1\mil {\strut \vfil }
                                                  \penalty 9999 \kern -#1\mi...
l.1351 @need 1200
                  [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15]
[16] [17] [18] Chapter 2 [19] [20] [21] [22] [23] [24] Chapter 3 [25] [26]
[27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41]
[42] [43] Chapter 4 [44] [45] [46] [47] [48] [49] [50]
Underfull \hbox (badness 10000) in paragraph at lines 5060--5063
[]@textrm The se-cond and third ar-gu-ments to the @ssectt list[] @textrm ex-pr
es-sion are
[51] [52] [53] [54] Chapter 5 [55] [56] [57] [58] [59] [60] [61] [62] [63]
[64] [65] [66] Chapter 6 [67] [68] [69] [70] Chapter 7 [71] [72] [73] [74]
[75] [76] [77] Chapter 8 [78] [79] [80] [81] [82] [83] [84] [85] [86] [87]
[88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] Chapter 9 [99] <./cons-1
.pdf> <./cons-2.pdf> [100] <./cons-2a.pdf> <./cons-3.pdf> [101] <./cons-4.pdf>
[102] <./drawers.pdf> Chapter 10 [103] [104] <./cons-5.pdf> Chapter 11 [105]
[106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117]
[118] [119] [120]
Underfull \hbox (badness 10000) in paragraph at lines 11366--11369
[]@textrm The else-part con-si-sts of an ad-di-tion, the recur-si-ve call to

Underfull \hbox (badness 7963) in paragraph at lines 11366--11369
@ssectt triangle-recursively[] @textrm and a decre-men-ting ac-tion; and it loo
ks li-ke

Underfull \hbox (badness 10000) in paragraph at lines 11386--11391
 []@textrm The Lisp in-ter-pre-ter cre-a-tes an in-di-vi-du-al in-stan-ce of

Underfull \hbox (badness 10000) in paragraph at lines 11436--11439
 []@textrm We al-re-a-dy know what hap-pens when Emacs eva-lu-a-tes
[121] [122] [123] [124] [125] [126] [127]
Underfull \hbox (badness 10000) in paragraph at lines 11939--11941
[]@textrm Install both fun-c-tion de-fi-ni-tions by eva-lu-a-ting them, then ca
ll
[128] Chapter 12 [129] [130] [131] [132] [133] [134] [135] [136] [137] [138]
[139] [140] [141] [142] [143] Chapter 13 [144] [145] [146] [147] [148] [149]
[150] [151] [152] [153] [154] Chapter 14 [155] [156] [157] [158] [159] [160]
[161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172]
[173] Chapter 15 [174] [175] [176] [177] [178] [179] [180] [181] [182]
Chapter 16 [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193]
[194] [195] [196] [197] [198] [199] [200] Chapter 17 [201] [202] [203] [204]
[205] [206] Chapter 18 [207] [208] Appendix A [209] [210] Appendix B [211]
[212] [213] [214] [215] [216]
Overfull \hbox (24.152pt too wide) in paragraph at lines 19361--19361
 []      @reducedtt ;; This is li-ke exchange-point-and-mark, but do-esn^^Mt ac
-ti-va-te the mark.[]
[217] Appendix C [218] [219] [220] [221] [222] [223] [224] [225] [226] [227]
[228] [229] [230] [231] [232] [233] [234] <./lambda-1.pdf> [235] <./lambda-2.pd
f> <./lambda-3.pdf> [236] [237] [238] Appendix D [239] [240] Appendix E
[241] (./doclicense.texi [242] [243] [244] [245] [246] [247] [248] [249])
(Index) [250]
No file emacs-lisp-intro.cps.
[251] [252] )
(see the transcript file for additional information)pdfTeX warning (dest): name
{Complications} has been referenced but does not exist, replaced by a fixed one


</usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmb10.pfb></usr/s
hare/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb></usr/share/t
exlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb></usr/share/texlive
/texmf-dist/fonts/type1/public/amsfonts/cm/cmbxti10.pfb></usr/share/texlive/tex
mf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb></usr/share/texlive/texmf-di
st/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-dist/fon
ts/type1/public/amsfonts/cm/cmmi7.pfb></usr/share/texlive/texmf-dist/fonts/type
1/public/amsfonts/cm/cmmi9.pfb></usr/share/texlive/texmf-dist/fonts/type1/publi
c/amsfonts/cm/cmr10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfo
nts/cm/cmr12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/
cmr7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb
></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb></usr
/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl9.pfb></usr/share/
texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfb></usr/share/texl
ive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/te
xmf-dist/fonts/type1/public/amsfonts/cm/cmsy9.pfb></usr/share/texlive/texmf-dis
t/fonts/type1/public/amsfonts/cm/cmti10.pfb></usr/share/texlive/texmf-dist/font
s/type1/public/amsfonts/cm/cmtt10.pfb></usr/share/texlive/texmf-dist/fonts/type
1/public/amsfonts/cm/cmtt12.pfb></usr/share/texlive/texmf-dist/fonts/type1/publ
ic/amsfonts/cm/cmtt9.pfb>
Output written on emacs-lisp-intro.pdf (262 pages, 958162 bytes).
Transcript written on emacs-lisp-intro.log.
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdfetex)
 restricted \write18 enabled.
entering extended mode
(./emacs-lisp-intro.texi (/home/eggert/junk/d1/emacs-bug/doc/misc/texinfo.tex
Loading texinfo [version 2016-05-07.20]: pdf, fonts, markup, glyphs,
page headings, tables, conditionals, indexing, sectioning, toc, environments,
defuns, macros, cross references, insertions,
(/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
This is `epsf.tex' v2.7.4 <14 February 2011>
) localization, formatting, and turning on texinfo input format.)
(/home/eggert/junk/d1/emacs-bug/doc/emacs/docstyle.texi)
(/home/eggert/junk/d1/emacs-bug/doc/emacs/emacsver.texi) [1{/usr/share/texlive/
texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] [2] [3] [4]
(./emacs-lisp-intro.toc) [-1] (./emacs-lisp-intro.toc [-2] [-3] [-4] [-5]
Variable `COUNT-WORDS', used in @value, is not set.
Variable `COUNT-WORDS', used in @value, is not set. [-6] [-7]) [-8]
(./emacs-lisp-intro.toc) (./emacs-lisp-intro.toc
./emacs-lisp-intro.toc:171: TeX capacity exceeded, sorry [input stack size=5000
].
@makevalueexpandable ->@let @value
                                   = @expandablevalue @catcode `@-=@other @c...

@value ->@begingroup @makevalueexpandable
                                          @valuexxx
@makevalueexpandable ->@let @value
                                   = @expandablevalue @catcode `@-=@other @c...

@value ->@begingroup @makevalueexpandable
                                          @valuexxx
@makevalueexpandable ->@let @value
                                   = @expandablevalue @catcode `@-=@other @c...

@value ->@begingroup @makevalueexpandable
                                          @valuexxx
...
l.171 ...unction}{13.1}{@value {COUNT-WORDS}}{145}

./emacs-lisp-intro.toc:171:  ==> Fatal error occurred, no output PDF file produ
ced!
Transcript written on emacs-lisp-intro.log.
/usr/bin/texi2dvi: pdfetex exited with bad status, quitting.
make[1]: *** [Makefile:101: emacs-lisp-intro.pdf] Error 1
make[1]: Leaving directory '/home/eggert/junk/d1/emacs-bug/doc/lispintro'
make: *** [Makefile:950: lispintro-pdf] Error 2

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#23611: texinfo.tex 2016-05-07.20: "Tex capacity exceeded" with Emacs manuals
       [not found] <0d08fcc5-2a84-a0f1-fdf8-6832a41d21e4@cs.ucla.edu>
@ 2016-05-26 15:20 ` Gavin Smith
  2016-05-26 15:48   ` Paul Eggert
       [not found]   ` <c92fc9c8-d0bb-3cd6-fab2-200829d9e5ac@cs.ucla.edu>
  0 siblings, 2 replies; 5+ messages in thread
From: Gavin Smith @ 2016-05-26 15:20 UTC (permalink / raw)
  To: Paul Eggert; +Cc: 23611, Gnulib bugs, Texinfo

On 25 May 2016 at 19:08, Paul Eggert <eggert@cs.ucla.edu> wrote:
> texinfo.tex version 2016-05-07.20 (the current version in Gnulib) causes
> what appears to be runaway recursion when used to make PDF files for GNU
> Emacs. The Emacs bug report is here:
>
> http://bugs.gnu.org/23611
>
> To reproduce the problem on a Fedora 23 x86-64 machine with build tools
> installed, you can run these shell commands:
>
> git clone git://git.savannah.gnu.org/emacs.git emacs-bug
> cd emacs-bug
> git checkout 1ee91bf89176251f6e399c8436dca0248cdd6f6b
> ./autogen.sh all
> ./configure
> make pdf

These instructions download several 100's of MB of a git repository
and I wasn't willing to let it finish. I tried the file
"emacs-lisp-intro.texi" from
http://git.savannah.gnu.org/cgit/emacs.git/tree/doc/lispintro, and
after editing the file a bit (so it didn't need other files), I
processed it with that version of texinfo.tex. Unfortunately, I wasn't
able to reproduce the error. I did find one problem, though: some
entries in the tables of contents, like 13.1, have "{No value for
``COUNT-WORDS''} " instead of the proper value. That's likely been
brought in by the same change, and needs to be fixed. The change was
to expand @value when the table of contents file was read in, and not
when it was written out: however, in this file the @value is only
given a value (with @set) after the @insertcopying command. I
understand that this should work. I'll have a look at it. If I
remember correctly, I made this change in the first place to prevent a
similar infinite recursion error happening when writing an undefined
@value to an auxiliary file.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#23611: texinfo.tex 2016-05-07.20: "Tex capacity exceeded" with Emacs manuals
  2016-05-26 15:20 ` bug#23611: texinfo.tex 2016-05-07.20: "Tex capacity exceeded" with Emacs manuals Gavin Smith
@ 2016-05-26 15:48   ` Paul Eggert
       [not found]   ` <c92fc9c8-d0bb-3cd6-fab2-200829d9e5ac@cs.ucla.edu>
  1 sibling, 0 replies; 5+ messages in thread
From: Paul Eggert @ 2016-05-26 15:48 UTC (permalink / raw)
  To: Gavin Smith; +Cc: 23611, Gnulib bugs, Texinfo

[-- Attachment #1: Type: text/plain, Size: 874 bytes --]

On 05/26/2016 08:20 AM, Gavin Smith wrote:
> These instructions download several 100's of MB of a git repository
> and I wasn't willing to let it finish. I tried the file
> "emacs-lisp-intro.texi" from
> http://git.savannah.gnu.org/cgit/emacs.git/tree/doc/lispintro, and
> after editing the file a bit (so it didn't need other files), I
> processed it with that version of texinfo.tex. Unfortunately, I wasn't
> able to reproduce the error.

OK, here's a smaller example taken from the Emacs source code. Unpack 
the attached tarball in a fresh directory, copy the latest Gnulib 
texinfo.tex into it, and run the shell command 'texi2pdf bovine.texi'. 
On my platform (Fedora 23 x86-64, texi2pdf (GNU Texinfo 6.0) 6363) the 
output says './bovine.toc:1: TeX capacity exceeded, sorry [input stack 
size=5000].' Full output log attached.

Thanks for looking into the problem.


[-- Attachment #2: texinfo-bug.tgz --]
[-- Type: application/x-compressed-tar, Size: 13030 bytes --]

[-- Attachment #3: texi2pdf-log.txt --]
[-- Type: text/plain, Size: 1654 bytes --]

This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdfetex)
 restricted \write18 enabled.
entering extended mode
(./bovine.texi (./texinfo.tex Loading texinfo [version 2016-05-07.20]: pdf,
fonts, markup, glyphs, page headings, tables, conditionals, indexing,
sectioning, toc, environments, defuns, macros, cross references, insertions,
(/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
This is `epsf.tex' v2.7.4 <14 February 2011>
) localization, formatting, and turning on texinfo input format.)
(./docstyle.texi) [1{/usr/share/texlive/texmf-dist/fonts/map/pdftex/updmap/pdft
ex.map}] [2] (./bovine.toc) [-1] (./bovine.toc) (./bovine.toc
./bovine.toc:1: TeX capacity exceeded, sorry [input stack size=5000].
@makevalueexpandable ->@let @value 
                                   = @expandablevalue @catcode `@-=@other @c...

@value ->@begingroup @makevalueexpandable 
                                          @valuexxx 
@makevalueexpandable ->@let @value 
                                   = @expandablevalue @catcode `@-=@other @c...

@value ->@begingroup @makevalueexpandable 
                                          @valuexxx 
@makevalueexpandable ->@let @value 
                                   = @expandablevalue @catcode `@-=@other @c...

@value ->@begingroup @makevalueexpandable 
                                          @valuexxx 
...
l.1 @unnchapentry{@value {TITLE}}{10001}{top}{1}
                                                
./bovine.toc:1:  ==> Fatal error occurred, no output PDF file produced!
Transcript written on bovine.log.
/usr/bin/texi2dvi: pdfetex exited with bad status, quitting.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#23611: texinfo.tex 2016-05-07.20: "Tex capacity exceeded" with Emacs manuals
       [not found]   ` <c92fc9c8-d0bb-3cd6-fab2-200829d9e5ac@cs.ucla.edu>
@ 2016-05-26 18:41     ` Gavin Smith
       [not found]     ` <CAKPWYQ0p1Q9W486i0_OqTeg+EvdG6jb1EP7sVY0BsDg=m1ZETg@mail.gmail.com>
  1 sibling, 0 replies; 5+ messages in thread
From: Gavin Smith @ 2016-05-26 18:41 UTC (permalink / raw)
  To: Paul Eggert; +Cc: 23611, Gnulib bugs, Texinfo

On 26 May 2016 at 16:48, Paul Eggert <eggert@cs.ucla.edu> wrote:
> OK, here's a smaller example taken from the Emacs source code. Unpack the
> attached tarball in a fresh directory, copy the latest Gnulib texinfo.tex
> into it, and run the shell command 'texi2pdf bovine.texi'. On my platform
> (Fedora 23 x86-64, texi2pdf (GNU Texinfo 6.0) 6363) the output says
> './bovine.toc:1: TeX capacity exceeded, sorry [input stack size=5000].' Full
> output log attached.

OK, I got the same problem with the files you sent. I've committed and
uploaded a new version that reverses the change, so @value is expanded
at the time of writing again. Undefined @value's, when used in index
entries, should not cause failures, either. It's quite possible that
there is some combination that breaks, but it seems to work better for
the files I tried.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#23611: texinfo.tex 2016-05-07.20: "Tex capacity exceeded" with Emacs manuals
       [not found]     ` <CAKPWYQ0p1Q9W486i0_OqTeg+EvdG6jb1EP7sVY0BsDg=m1ZETg@mail.gmail.com>
@ 2016-05-26 21:17       ` Paul Eggert
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggert @ 2016-05-26 21:17 UTC (permalink / raw)
  To: Gavin Smith; +Cc: 23611, Gnulib bugs, Texinfo

On 05/26/2016 11:41 AM, Gavin Smith wrote:
> OK, I got the same problem with the files you sent. I've committed and
> uploaded a new version that reverses the change, so @value is expanded
> at the time of writing again. Undefined @value's, when used in index
> entries, should not cause failures, either. It's quite possible that
> there is some combination that breaks, but it seems to work better for
> the files I tried.

Thanks, I verified that the new texinfo.tex works for GNU Emacs master 
'make pdf', and installed it there.






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-26 21:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <0d08fcc5-2a84-a0f1-fdf8-6832a41d21e4@cs.ucla.edu>
2016-05-26 15:20 ` bug#23611: texinfo.tex 2016-05-07.20: "Tex capacity exceeded" with Emacs manuals Gavin Smith
2016-05-26 15:48   ` Paul Eggert
     [not found]   ` <c92fc9c8-d0bb-3cd6-fab2-200829d9e5ac@cs.ucla.edu>
2016-05-26 18:41     ` Gavin Smith
     [not found]     ` <CAKPWYQ0p1Q9W486i0_OqTeg+EvdG6jb1EP7sVY0BsDg=m1ZETg@mail.gmail.com>
2016-05-26 21:17       ` Paul Eggert
2016-05-24 17:38 bug#23611: generating pdf manuals fails with TeX capacity exceeded Glenn Morris
2016-05-25 18:08 ` bug#23611: texinfo.tex 2016-05-07.20: "Tex capacity exceeded" with Emacs manuals Paul Eggert

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).