Specify info encoding and language.

* emacs.texi, emacs-xtra.texi:
* emacs-lisp-intro.texi:
* back.texi, book-spine.texi, elisp.texi, lay-flat.texi:
* ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
* cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
* ede.texi, ediff.texi, edt.texi, efaq-w32.texi, efaq.texi:
* eieio.texi, emacs-gnutls.texi, emacs-mime.texi, epa.texi, erc.texi:
* ert.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi:
* gnus-coding.texi, gnus-faq.texi, gnus.texi, htmlfontify.texi:
* idlwave.texi, ido.texi, info.texi, mairix-el.texi, message.texi:
* mh-e.texi, newsticker.texi, nxml-mode.texi, octave-mode.texi:
* org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi:
* remember.texi, sasl.texi, sc.texi, semantic.texi, ses.texi:
* sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
* todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
* widget.texi, wisent.texi, woman.texi:
Add @documentencoding, @documentlanguage as needed.

Fixes: debbugs:16292
This commit is contained in:
Paul Eggert 2013-12-29 19:19:25 -08:00
parent c0e8f6a9ea
commit dcd812be6a
71 changed files with 181 additions and 17 deletions

View file

@ -1,3 +1,8 @@
2013-12-30 Paul Eggert <eggert@cs.ucla.edu>
Specify info encoding and language (Bug#16292).
* emacs.texi, emacs-xtra.texi: Add @documentlanguage directive.
2013-12-28 Glenn Morris <rgm@gnu.org> 2013-12-28 Glenn Morris <rgm@gnu.org>
* trouble.texi (Understanding Bug Reporting): Brevity. * trouble.texi (Understanding Bug Reporting): Brevity.

View file

@ -27,6 +27,7 @@ modify this GNU manual.''
@end copying @end copying
@documentencoding UTF-8 @documentencoding UTF-8
@documentlanguage en
@dircategory Emacs @dircategory Emacs
@direntry @direntry

View file

@ -45,6 +45,7 @@ developing GNU and promoting software freedom.''
@end copying @end copying
@documentencoding UTF-8 @documentencoding UTF-8
@documentlanguage en
@dircategory Emacs @dircategory Emacs
@direntry @direntry

View file

@ -1,3 +1,8 @@
2013-12-30 Paul Eggert <eggert@cs.ucla.edu>
Specify info encoding and language (Bug#16292).
* emacs-lisp-intro.texi: Add @documentencoding, @documentlanguage.
2013-12-30 Glenn Morris <rgm@gnu.org> 2013-12-30 Glenn Morris <rgm@gnu.org>
* emacs-lisp-intro.texi: Use @quotation for license notice. * emacs-lisp-intro.texi: Use @quotation for license notice.

View file

@ -4,6 +4,8 @@
@c setfilename emacs-lisp-intro.info @c setfilename emacs-lisp-intro.info
@c sethtmlfilename emacs-lisp-intro.html @c sethtmlfilename emacs-lisp-intro.html
@settitle Programming in Emacs Lisp @settitle Programming in Emacs Lisp
@documentencoding UTF-8
@documentlanguage en
@syncodeindex vr cp @syncodeindex vr cp
@syncodeindex fn cp @syncodeindex fn cp
@finalout @finalout

View file

@ -1,3 +1,9 @@
2013-12-30 Paul Eggert <eggert@cs.ucla.edu>
Specify info encoding and language (Bug#16292).
* back.texi, book-spine.texi, elisp.texi, lay-flat.texi:
Add @documentencoding, @documentlanguage as needed.
2013-12-29 Paul Eggert <eggert@cs.ucla.edu> 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
Plain copy-file no longer chmods an existing destination (Bug#16133). Plain copy-file no longer chmods an existing destination (Bug#16133).

View file

@ -6,6 +6,8 @@
@c %**start of header @c %**start of header
@setfilename back-cover @setfilename back-cover
@settitle GNU Emacs Lisp Reference Manual @settitle GNU Emacs Lisp Reference Manual
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
. .
@sp 7 @sp 7

View file

@ -2,6 +2,8 @@
@c %**start of header @c %**start of header
@setfilename book-spine @setfilename book-spine
@settitle book-spine @settitle book-spine
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@include emacsver.texi @include emacsver.texi

View file

@ -116,6 +116,7 @@ developing GNU and promoting software freedom.''
@end copying @end copying
@documentencoding UTF-8 @documentencoding UTF-8
@documentlanguage en
@dircategory Emacs lisp @dircategory Emacs lisp
@direntry @direntry

View file

@ -7,6 +7,8 @@
@setfilename inner-covers.info @setfilename inner-covers.info
@settitle Inner Covers @settitle Inner Covers
@smallbook @smallbook
@documentencoding UTF-8
@documentlanguage en
@comment %**end of header @comment %**end of header
@headings off @headings off

View file

@ -1,3 +1,21 @@
2013-12-30 Paul Eggert <eggert@cs.ucla.edu>
Specify info encoding and language (Bug#16292).
* ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
* cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
* ede.texi, ediff.texi, edt.texi, efaq-w32.texi, efaq.texi:
* eieio.texi, emacs-gnutls.texi, emacs-mime.texi, epa.texi, erc.texi:
* ert.texi, eshell.texi, eudc.texi, flymake.texi, forms.texi:
* gnus-coding.texi, gnus-faq.texi, gnus.texi, htmlfontify.texi:
* idlwave.texi, ido.texi, info.texi, mairix-el.texi, message.texi:
* mh-e.texi, newsticker.texi, nxml-mode.texi, octave-mode.texi:
* org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi, reftex.texi:
* remember.texi, sasl.texi, sc.texi, semantic.texi, ses.texi:
* sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
* todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
* widget.texi, wisent.texi, woman.texi:
Add @documentencoding, @documentlanguage as needed.
2013-12-23 Teodor Zlatanov <tzz@lifelogs.com> 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
* emacs-gnutls.texi (Help For Users): Document `gnutls-verify-error'. * emacs-gnutls.texi (Help For Users): Document `gnutls-verify-error'.

View file

@ -1,6 +1,8 @@
\input texinfo @c -*-texinfo-*- \input texinfo @c -*-texinfo-*-
@setfilename ../../info/ada-mode @setfilename ../../info/ada-mode
@settitle Ada Mode @settitle Ada Mode
@documentencoding UTF-8
@documentlanguage en
@copying @copying
Copyright @copyright{} 1999--2013 Free Software Foundation, Inc. Copyright @copyright{} 1999--2013 Free Software Foundation, Inc.

View file

@ -6,6 +6,8 @@
@setfilename ../../info/auth @setfilename ../../info/auth
@settitle Emacs auth-source Library @value{VERSION} @settitle Emacs auth-source Library @value{VERSION}
@documentencoding UTF-8
@documentlanguage en
@copying @copying
This file describes the Emacs auth-source library. This file describes the Emacs auth-source library.

View file

@ -5,6 +5,8 @@
@c @node Autotypist, Picture, Abbrevs, Top @c @node Autotypist, Picture, Abbrevs, Top
@c @chapter Features for Automatic Typing @c @chapter Features for Automatic Typing
@settitle Features for Automatic Typing @settitle Features for Automatic Typing
@documentencoding UTF-8
@documentlanguage en
@c @cindex text @c @cindex text
@c @cindex selfinserting text @c @cindex selfinserting text
@c @cindex autotypist @c @cindex autotypist

View file

@ -4,6 +4,8 @@
@set TITLE Bovine parser development @set TITLE Bovine parser development
@set AUTHOR Eric M. Ludlam, David Ponce, and Richard Y. Kim @set AUTHOR Eric M. Ludlam, David Ponce, and Richard Y. Kim
@settitle @value{TITLE} @settitle @value{TITLE}
@documentencoding UTF-8
@documentlanguage en
@c ************************************************************************* @c *************************************************************************
@c @ Header @c @ Header

View file

@ -4,6 +4,8 @@
@setfilename ../../info/calc @setfilename ../../info/calc
@c [title] @c [title]
@settitle GNU Emacs Calc Manual @settitle GNU Emacs Calc Manual
@documentencoding UTF-8
@documentlanguage en
@setchapternewpage odd @setchapternewpage odd
@comment %**end of header (This is for running Texinfo on a region.) @comment %**end of header (This is for running Texinfo on a region.)
@ -11801,7 +11803,7 @@ Thus @kbd{M-@key{DEL}} by itself removes the second-from-top stack element,
leaving the first, third, fourth, and so on; @kbd{M-3 M-@key{DEL}} deletes leaving the first, third, fourth, and so on; @kbd{M-3 M-@key{DEL}} deletes
the third stack element. the third stack element.
The above commands do not depend on the location of the cursor. The above commands do not depend on the location of the cursor.
If the customizable variable @code{calc-context-sensitive-enter} is If the customizable variable @code{calc-context-sensitive-enter} is
non-@code{nil} (@pxref{Customizing Calc}), these commands will become non-@code{nil} (@pxref{Customizing Calc}), these commands will become
context sensitive. For example, instead of duplicating the top of the stack, context sensitive. For example, instead of duplicating the top of the stack,
@ -33326,7 +33328,7 @@ integers. Each @var{d} is a base-@expr{10^n} ``digit'' (where again,
99@dots{}9. The least significant digit is @var{d0}; the last digit, 99@dots{}9. The least significant digit is @var{d0}; the last digit,
@var{dn}, which is always nonzero, is the most significant digit. For @var{dn}, which is always nonzero, is the most significant digit. For
example, the integer @mathit{-12345678} might be stored as example, the integer @mathit{-12345678} might be stored as
@samp{(bigneg 678 345 12)}. @samp{(bigneg 678 345 12)}.
The distinction between small and large integers is entirely hidden from The distinction between small and large integers is entirely hidden from
the user. In @code{defmath} definitions, the Lisp predicate @code{integerp} the user. In @code{defmath} definitions, the Lisp predicate @code{integerp}
@ -35712,10 +35714,10 @@ is @code{nil}.
The commands @code{calc-enter} and @code{calc-pop} will typically The commands @code{calc-enter} and @code{calc-pop} will typically
duplicate the top of the stack. If duplicate the top of the stack. If
@code{calc-context-sensitive-enter} is non-@code{nil}, then the @code{calc-context-sensitive-enter} is non-@code{nil}, then the
@code{calc-enter} will copy the element at the cursor to the @code{calc-enter} will copy the element at the cursor to the
top of the stack and @code{calc-pop} will delete the element at the top of the stack and @code{calc-pop} will delete the element at the
cursor. The default value of @code{calc-context-sensitive-enter} is cursor. The default value of @code{calc-context-sensitive-enter} is
@code{nil}. @code{nil}.
@end defvar @end defvar
@defvar calc-undo-length @defvar calc-undo-length

View file

@ -83,6 +83,8 @@ the second with them pointing to the XEmacs manuals.
@setfilename ../../info/ccmode @setfilename ../../info/ccmode
@settitle CC Mode Manual @settitle CC Mode Manual
@documentencoding UTF-8
@documentlanguage en
@footnotestyle end @footnotestyle end
@c The following four macros generate the filenames and titles of the @c The following four macros generate the filenames and titles of the

View file

@ -1,6 +1,8 @@
\input texinfo @c -*-texinfo-*- \input texinfo @c -*-texinfo-*-
@setfilename ../../info/cl @setfilename ../../info/cl
@settitle Common Lisp Extensions @settitle Common Lisp Extensions
@documentencoding UTF-8
@documentlanguage en
@include emacsver.texi @include emacsver.texi
@copying @copying
@ -1495,7 +1497,7 @@ simply returning @code{nil}.
@node Blocks and Exits @node Blocks and Exits
@section Blocks and Exits @section Blocks and Exits
@cindex block @cindex block
@noindent @noindent
Common Lisp @dfn{blocks} provide a non-local exit mechanism very Common Lisp @dfn{blocks} provide a non-local exit mechanism very

View file

@ -2,6 +2,8 @@
@setfilename ../../info/dbus @setfilename ../../info/dbus
@c %**start of header @c %**start of header
@settitle Using of D-Bus @settitle Using of D-Bus
@documentencoding UTF-8
@documentlanguage en
@c @setchapternewpage odd @c @setchapternewpage odd
@c %**end of header @c %**end of header

View file

@ -9,6 +9,8 @@
@comment %**start of header (This is for running Texinfo on a region.) @comment %**start of header (This is for running Texinfo on a region.)
@setfilename ../../info/dired-x @setfilename ../../info/dired-x
@settitle Dired Extra User's Manual @settitle Dired Extra User's Manual
@documentencoding UTF-8
@documentlanguage en
@include emacsver.texi @include emacsver.texi

View file

@ -3,6 +3,8 @@
@comment %**start of header @comment %**start of header
@setfilename ../../info/ebrowse @setfilename ../../info/ebrowse
@settitle A Class Browser for C++ @settitle A Class Browser for C++
@documentencoding UTF-8
@documentlanguage en
@setchapternewpage odd @setchapternewpage odd
@syncodeindex fn cp @syncodeindex fn cp
@comment %**end of header @comment %**end of header

View file

@ -1,6 +1,8 @@
\input texinfo \input texinfo
@setfilename ../../info/ede @setfilename ../../info/ede
@settitle Emacs Development Environment @settitle Emacs Development Environment
@documentencoding UTF-8
@documentlanguage en
@copying @copying
This file describes EDE, the Emacs Development Environment. This file describes EDE, the Emacs Development Environment.

View file

@ -10,6 +10,8 @@
@setfilename ../../info/ediff @setfilename ../../info/ediff
@settitle Ediff User's Manual @settitle Ediff User's Manual
@documentencoding UTF-8
@documentlanguage en
@synindex vr cp @synindex vr cp
@synindex fn cp @synindex fn cp
@synindex pg cp @synindex pg cp

View file

@ -1,6 +1,8 @@
\input texinfo \input texinfo
@setfilename ../../info/edt @setfilename ../../info/edt
@settitle EDT Emulation for Emacs @settitle EDT Emulation for Emacs
@documentencoding UTF-8
@documentlanguage en
@copying @copying
This file documents the EDT emulation package for Emacs. This file documents the EDT emulation package for Emacs.

View file

@ -162,7 +162,7 @@ Pre-compiled versions are distributed from
Emacs binaries are distributed as zip files, digitally Emacs binaries are distributed as zip files, digitally
signed by the developer who built them. Generally most users will signed by the developer who built them. Generally most users will
want the file @file{emacs-@value{EMACSVER}-bin-i386.zip}, which want the file @file{emacs-@value{EMACSVER}-bin-i386.zip}, which
contains everything you need to get started. contains everything you need to get started.
@cindex where to get sources @cindex where to get sources
@cindex Emacs source code @cindex Emacs source code
@ -286,7 +286,7 @@ Windows ports of the command line gzip and tar tools from multiple sources.
The command to unpack a source distribution from the command line is: The command to unpack a source distribution from the command line is:
@example @example
tar xzf emacs-@value{EMACSVER}.tar.gz tar xzf emacs-@value{EMACSVER}.tar.gz
@end example @end example
If this does not work with the versions of tar and gzip that you have, If this does not work with the versions of tar and gzip that you have,
@ -573,9 +573,9 @@ Message-ID: <fawg21mm4hm.fsf@@mordor.rsn.hp.com>
Subject: Re: Re[2]: problem with caps/ctrl swap on NT 4.0 Subject: Re: Re[2]: problem with caps/ctrl swap on NT 4.0
@end ignore @end ignore
@example @example
It's a binary value that lets you map keystrokes in the low-level keyboard It's a binary value that lets you map keystrokes in the low-level keyboard
drivers in NT. As a result you don't have to worry about applications drivers in NT. As a result you don't have to worry about applications
bypassing mappings that you've done at a higher level (i.e. it just works). bypassing mappings that you've done at a higher level (i.e. it just works).
Here's the format of the value: Here's the format of the value:
@ -587,11 +587,11 @@ Here's the format of the value:
DWORD: mapping n DWORD: mapping n
DWORD: 0x00000000 terminating null DWORD DWORD: 0x00000000 terminating null DWORD
Each mapping DWORD has two parts: the input scancode, and an output Each mapping DWORD has two parts: the input scancode, and an output
scancode. To map scancode 0x1d (left control) to scancode 0x3a (caps scancode. To map scancode 0x1d (left control) to scancode 0x3a (caps
lock), you want a value of 0x003a001d. Note that this does not swap the lock), you want a value of 0x003a001d. Note that this does not swap the
keys. Using just this mapping value, both the left control and the caps keys. Using just this mapping value, both the left control and the caps
lock key will behave as caps-lock. To swap, you also need to map 0x3a to lock key will behave as caps-lock. To swap, you also need to map 0x3a to
0x1d, using 0x001d003a. 0x1d, using 0x001d003a.
This registry value is system wide, and can't be made user-specific. It This registry value is system wide, and can't be made user-specific. It
@ -1426,7 +1426,7 @@ this discussion} for more details.
You can start an interactive shell in Emacs by typing @kbd{M-x shell}. You can start an interactive shell in Emacs by typing @kbd{M-x shell}.
Emacs uses the @env{SHELL} environment variable to determine which Emacs uses the @env{SHELL} environment variable to determine which
program to use as the shell. To instruct Emacs to use a non-default program to use as the shell. To instruct Emacs to use a non-default
shell, you can either set this environment variable, or customize shell, you can either set this environment variable, or customize
@code{explicit-shell-file-name}. You can also customize @code{explicit-shell-file-name}. You can also customize
@code{shell-file-name} to change the shell that will be used by @code{shell-file-name} to change the shell that will be used by
subprocesses that are started with @code{shell-command} and subprocesses that are started with @code{shell-command} and

View file

@ -2,6 +2,8 @@
@c %**start of header @c %**start of header
@setfilename ../../info/efaq @setfilename ../../info/efaq
@settitle GNU Emacs FAQ @settitle GNU Emacs FAQ
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@include emacsver.texi @include emacsver.texi

View file

@ -3,6 +3,8 @@
@set TITLE Enhanced Implementation of Emacs Interpreted Objects @set TITLE Enhanced Implementation of Emacs Interpreted Objects
@set AUTHOR Eric M. Ludlam @set AUTHOR Eric M. Ludlam
@settitle @value{TITLE} @settitle @value{TITLE}
@documentencoding UTF-8
@documentlanguage en
@c ************************************************************************* @c *************************************************************************
@c @ Header @c @ Header

View file

@ -4,6 +4,8 @@
@setfilename ../../info/emacs-gnutls @setfilename ../../info/emacs-gnutls
@settitle Emacs GnuTLS Integration @value{VERSION} @settitle Emacs GnuTLS Integration @value{VERSION}
@documentencoding UTF-8
@documentlanguage en
@copying @copying
This file describes the Emacs GnuTLS integration. This file describes the Emacs GnuTLS integration.

View file

@ -26,8 +26,8 @@ modify this GNU manual.''
@end quotation @end quotation
@end copying @end copying
@c Node ``Interface Functions'' uses non-ASCII characters
@documentencoding UTF-8 @documentencoding UTF-8
@documentlanguage en
@dircategory Emacs lisp libraries @dircategory Emacs lisp libraries
@direntry @direntry

View file

@ -2,6 +2,8 @@
@c %**start of header @c %**start of header
@setfilename ../../info/epa @setfilename ../../info/epa
@settitle EasyPG Assistant User's Manual @settitle EasyPG Assistant User's Manual
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@set VERSION 1.0.0 @set VERSION 1.0.0

View file

@ -4,6 +4,8 @@
@settitle ERC Manual @settitle ERC Manual
@syncodeindex fn cp @syncodeindex fn cp
@include emacsver.texi @include emacsver.texi
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@copying @copying

View file

@ -2,6 +2,8 @@
@c %**start of header @c %**start of header
@setfilename ../../info/ert @setfilename ../../info/ert
@settitle Emacs Lisp Regression Testing @settitle Emacs Lisp Regression Testing
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@dircategory Emacs misc features @dircategory Emacs misc features

View file

@ -4,6 +4,8 @@
@settitle Eshell: The Emacs Shell @settitle Eshell: The Emacs Shell
@defindex cm @defindex cm
@synindex vr fn @synindex vr fn
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@copying @copying

View file

@ -3,6 +3,8 @@
@setfilename ../../info/eudc @setfilename ../../info/eudc
@settitle Emacs Unified Directory Client (EUDC) Manual @settitle Emacs Unified Directory Client (EUDC) Manual
@afourpaper @afourpaper
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@copying @copying

View file

@ -5,6 +5,8 @@
@set UPDATED April 2004 @set UPDATED April 2004
@settitle GNU Flymake @value{VERSION} @settitle GNU Flymake @value{VERSION}
@syncodeindex pg cp @syncodeindex pg cp
@documentencoding UTF-8
@documentlanguage en
@comment %**end of header @comment %**end of header
@copying @copying

View file

@ -14,6 +14,8 @@
@end iftex @end iftex
@c @smallbook @c @smallbook
@comment %**end of header (This is for running Texinfo on a region.) @comment %**end of header (This is for running Texinfo on a region.)
@documentencoding UTF-8
@documentlanguage en
@copying @copying
This file documents Forms mode, a form-editing major mode for GNU Emacs. This file documents Forms mode, a form-editing major mode for GNU Emacs.

View file

@ -2,6 +2,8 @@
@setfilename gnus-coding @setfilename gnus-coding
@settitle Gnus Coding Style and Maintenance Guide @settitle Gnus Coding Style and Maintenance Guide
@documentencoding UTF-8
@documentlanguage en
@syncodeindex fn cp @syncodeindex fn cp
@syncodeindex vr cp @syncodeindex vr cp
@syncodeindex pg cp @syncodeindex pg cp

View file

@ -5,6 +5,8 @@
@c @c
@c @setfilename gnus-faq.info @c @setfilename gnus-faq.info
@c @settitle Frequently Asked Questions @c @settitle Frequently Asked Questions
@c @documentencoding UTF-8
@c @documentlanguage en
@c %**end of header @c %**end of header
@c @c

View file

@ -9,6 +9,7 @@
@syncodeindex pg cp @syncodeindex pg cp
@documentencoding UTF-8 @documentencoding UTF-8
@documentlanguage en
@copying @copying
Copyright @copyright{} 1995--2013 Free Software Foundation, Inc. Copyright @copyright{} 1995--2013 Free Software Foundation, Inc.

View file

@ -3,6 +3,8 @@
@setfilename ../../info/htmlfontify @setfilename ../../info/htmlfontify
@settitle Htmlfontify User Manual @settitle Htmlfontify User Manual
@exampleindent 2 @exampleindent 2
@documentencoding UTF-8
@documentlanguage en
@comment %**end of header @comment %**end of header
@copying @copying

View file

@ -12,6 +12,8 @@
@set DATE April, 2007 @set DATE April, 2007
@set AUTHOR J.D. Smith & Carsten Dominik @set AUTHOR J.D. Smith & Carsten Dominik
@set MAINTAINER J.D. Smith @set MAINTAINER J.D. Smith
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@finalout @finalout

View file

@ -1,6 +1,8 @@
\input texinfo @c -*-texinfo-*- \input texinfo @c -*-texinfo-*-
@setfilename ../../info/ido @setfilename ../../info/ido
@settitle Interactive Do @settitle Interactive Do
@documentencoding UTF-8
@documentlanguage en
@include emacsver.texi @include emacsver.texi
@copying @copying

View file

@ -8,6 +8,8 @@
@syncodeindex fn cp @syncodeindex fn cp
@syncodeindex vr cp @syncodeindex vr cp
@syncodeindex ky cp @syncodeindex ky cp
@documentencoding UTF-8
@documentlanguage en
@comment %**end of header @comment %**end of header
@copying @copying

View file

@ -4,6 +4,7 @@
@settitle Emacs Interface for Mairix @settitle Emacs Interface for Mairix
@documentencoding UTF-8 @documentencoding UTF-8
@documentlanguage en
@copying @copying
Copyright @copyright{} 2008--2013 Free Software Foundation, Inc. Copyright @copyright{} 2008--2013 Free Software Foundation, Inc.

View file

@ -4,6 +4,8 @@
@setfilename ../../info/message @setfilename ../../info/message
@settitle Message Manual @settitle Message Manual
@documentencoding UTF-8
@documentlanguage en
@synindex fn cp @synindex fn cp
@synindex vr cp @synindex vr cp
@synindex pg cp @synindex pg cp

View file

@ -5,6 +5,8 @@
@c %**start of header @c %**start of header
@setfilename ../../info/mh-e @setfilename ../../info/mh-e
@settitle The MH-E Manual @settitle The MH-E Manual
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@c Version of the software and manual. @c Version of the software and manual.

View file

@ -7,6 +7,8 @@
@syncodeindex vr cp @syncodeindex vr cp
@syncodeindex fn cp @syncodeindex fn cp
@syncodeindex pg cp @syncodeindex pg cp
@documentencoding UTF-8
@documentlanguage en
@comment %**end of header @comment %**end of header
@copying @copying

View file

@ -2,6 +2,8 @@
@c %**start of header @c %**start of header
@setfilename ../../info/nxml-mode @setfilename ../../info/nxml-mode
@settitle nXML Mode @settitle nXML Mode
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@copying @copying

View file

@ -2,6 +2,8 @@
@c %**start of header @c %**start of header
@setfilename ../../info/octave-mode @setfilename ../../info/octave-mode
@settitle Octave Mode @settitle Octave Mode
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@copying @copying

View file

@ -15,6 +15,8 @@
@set MAINTAINER Carsten Dominik @set MAINTAINER Carsten Dominik
@set MAINTAINEREMAIL @email{carsten at orgmode dot org} @set MAINTAINEREMAIL @email{carsten at orgmode dot org}
@set MAINTAINERCONTACT @uref{mailto:carsten at orgmode dot org,contact the maintainer} @set MAINTAINERCONTACT @uref{mailto:carsten at orgmode dot org,contact the maintainer}
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@finalout @finalout

View file

@ -3,6 +3,8 @@
@setfilename ../../info/pcl-cvs @setfilename ../../info/pcl-cvs
@settitle PCL-CVS---Emacs Front-End to CVS @settitle PCL-CVS---Emacs Front-End to CVS
@syncodeindex vr fn @syncodeindex vr fn
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@copying @copying

View file

@ -7,6 +7,9 @@
@set VERSION 0.1 @set VERSION 0.1
@settitle PGG @value{VERSION} @settitle PGG @value{VERSION}
@documentencoding UTF-8
@documentlanguage en
@copying @copying
This file describes PGG @value{VERSION}, an Emacs interface to various This file describes PGG @value{VERSION}, an Emacs interface to various
PGP implementations. PGP implementations.

View file

@ -2,6 +2,8 @@
@c %**start of header @c %**start of header
@setfilename ../../info/rcirc @setfilename ../../info/rcirc
@settitle rcirc Manual @settitle rcirc Manual
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@copying @copying

View file

@ -2,6 +2,8 @@
@c %**start of header @c %**start of header
@setfilename ../../info/reftex @setfilename ../../info/reftex
@settitle RefTeX User Manual @settitle RefTeX User Manual
@documentencoding UTF-8
@documentlanguage en
@synindex ky cp @synindex ky cp
@syncodeindex vr cp @syncodeindex vr cp
@syncodeindex fn cp @syncodeindex fn cp

View file

@ -3,6 +3,8 @@
@setfilename ../../info/remember @setfilename ../../info/remember
@settitle Remember Manual @settitle Remember Manual
@syncodeindex fn cp @syncodeindex fn cp
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@copying @copying

View file

@ -7,6 +7,9 @@
@set VERSION 0.2 @set VERSION 0.2
@settitle Emacs SASL Library @value{VERSION} @settitle Emacs SASL Library @value{VERSION}
@documentencoding UTF-8
@documentlanguage en
@copying @copying
This file describes the Emacs SASL library, version @value{VERSION}. This file describes the Emacs SASL library, version @value{VERSION}.

View file

@ -3,6 +3,8 @@
@comment %**start of header (This is for running Texinfo on a region.) @comment %**start of header (This is for running Texinfo on a region.)
@setfilename ../../info/sc @setfilename ../../info/sc
@settitle Supercite User's Manual @settitle Supercite User's Manual
@documentencoding UTF-8
@documentlanguage en
@iftex @iftex
@finalout @finalout
@end iftex @end iftex

View file

@ -3,6 +3,8 @@
@set TITLE Semantic Manual @set TITLE Semantic Manual
@set AUTHOR Eric M. Ludlam, David Ponce, and Richard Y. Kim @set AUTHOR Eric M. Ludlam, David Ponce, and Richard Y. Kim
@settitle @value{TITLE} @settitle @value{TITLE}
@documentencoding UTF-8
@documentlanguage en
@c ************************************************************************* @c *************************************************************************
@c @ Header @c @ Header

View file

@ -6,6 +6,8 @@
@syncodeindex fn cp @syncodeindex fn cp
@syncodeindex vr cp @syncodeindex vr cp
@syncodeindex ky cp @syncodeindex ky cp
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@copying @copying

View file

@ -4,6 +4,8 @@
@setfilename ../../info/sieve @setfilename ../../info/sieve
@settitle Emacs Sieve Manual @settitle Emacs Sieve Manual
@documentencoding UTF-8
@documentlanguage en
@synindex fn cp @synindex fn cp
@synindex vr cp @synindex vr cp
@synindex pg cp @synindex pg cp

View file

@ -1,6 +1,8 @@
\input texinfo @c -*-texinfo-*- \input texinfo @c -*-texinfo-*-
@setfilename ../../info/smtpmail @setfilename ../../info/smtpmail
@settitle Emacs SMTP Library @settitle Emacs SMTP Library
@documentencoding UTF-8
@documentlanguage en
@syncodeindex vr fn @syncodeindex vr fn
@copying @copying
Copyright @copyright{} 2003--2013 Free Software Foundation, Inc. Copyright @copyright{} 2003--2013 Free Software Foundation, Inc.

View file

@ -1,6 +1,8 @@
\input texinfo @c -*-texinfo-*- \input texinfo @c -*-texinfo-*-
@setfilename ../../info/speedbar @setfilename ../../info/speedbar
@settitle Speedbar: File/Tag summarizing utility @settitle Speedbar: File/Tag summarizing utility
@documentencoding UTF-8
@documentlanguage en
@syncodeindex fn cp @syncodeindex fn cp
@copying @copying

View file

@ -4,6 +4,8 @@
@set TITLE SRecoder Manual @set TITLE SRecoder Manual
@set AUTHOR Eric M. Ludlam @set AUTHOR Eric M. Ludlam
@settitle @value{TITLE} @settitle @value{TITLE}
@documentencoding UTF-8
@documentlanguage en
@c Merge all indexes into a single index for now. @c Merge all indexes into a single index for now.
@c We can always separate them later into two or more as needed. @c We can always separate them later into two or more as needed.

View file

@ -5,6 +5,8 @@
@syncodeindex fn cp @syncodeindex fn cp
@syncodeindex vr cp @syncodeindex vr cp
@syncodeindex ky cp @syncodeindex ky cp
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@copying @copying

View file

@ -2,6 +2,8 @@
@setfilename ../../info/tramp @setfilename ../../info/tramp
@c %**start of header @c %**start of header
@settitle TRAMP User Manual @settitle TRAMP User Manual
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@c This is *so* much nicer :) @c This is *so* much nicer :)

View file

@ -2,6 +2,9 @@
@setfilename ../../info/url @setfilename ../../info/url
@settitle URL Programmer's Manual @settitle URL Programmer's Manual
@documentencoding UTF-8
@documentlanguage en
@iftex @iftex
@c @finalout @c @finalout
@end iftex @end iftex

View file

@ -2,6 +2,9 @@
@setfilename ../../info/vip @setfilename ../../info/vip
@settitle VIP @settitle VIP
@documentencoding UTF-8
@documentlanguage en
@copying @copying
Copyright @copyright{} 1987, 2001--2013 Free Software Foundation, Inc. Copyright @copyright{} 1987, 2001--2013 Free Software Foundation, Inc.

View file

@ -6,6 +6,9 @@
@comment @setfilename viper.info @comment @setfilename viper.info
@setfilename ../../info/viper @setfilename ../../info/viper
@documentencoding UTF-8
@documentlanguage en
@copying @copying
Copyright @copyright{} 1995--1997, 2001--2013 Free Software Foundation, Inc. Copyright @copyright{} 1995--1997, 2001--2013 Free Software Foundation, Inc.

View file

@ -5,6 +5,8 @@
@syncodeindex fn cp @syncodeindex fn cp
@syncodeindex vr cp @syncodeindex vr cp
@syncodeindex ky cp @syncodeindex ky cp
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@copying @copying

View file

@ -20,6 +20,8 @@
@c @footnotestyle separate @c @footnotestyle separate
@c @paragraphindent 2 @c @paragraphindent 2
@c @@smallbook @c @@smallbook
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@copying @copying

View file

@ -8,6 +8,8 @@
@c Look for @page and @need commands. @c Look for @page and @need commands.
@setchapternewpage off @setchapternewpage off
@paragraphindent 0 @paragraphindent 0
@documentencoding UTF-8
@documentlanguage en
@c %**end of header @c %**end of header
@copying @copying