-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>
* trouble.texi (Understanding Bug Reporting): Brevity.
@end copying
@documentencoding UTF-8
-@documentlanguage en
@dircategory Emacs
@direntry
@end copying
@documentencoding UTF-8
-@documentlanguage en
@dircategory Emacs
@direntry
-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>
* emacs-lisp-intro.texi: Use @quotation for license notice.
@c setfilename emacs-lisp-intro.info
@c sethtmlfilename emacs-lisp-intro.html
@settitle Programming in Emacs Lisp
-@documentencoding UTF-8
-@documentlanguage en
@syncodeindex vr cp
@syncodeindex fn cp
@finalout
-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>
Plain copy-file no longer chmods an existing destination (Bug#16133).
@c %**start of header
@setfilename back-cover
@settitle GNU Emacs Lisp Reference Manual
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
.
@sp 7
@c %**start of header
@setfilename book-spine
@settitle book-spine
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@include emacsver.texi
@end copying
@documentencoding UTF-8
-@documentlanguage en
@dircategory Emacs lisp
@direntry
@setfilename inner-covers.info
@settitle Inner Covers
@smallbook
-@documentencoding UTF-8
-@documentlanguage en
@comment %**end of header
@headings off
-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>
* emacs-gnutls.texi (Help For Users): Document `gnutls-verify-error'.
\input texinfo @c -*-texinfo-*-
@setfilename ../../info/ada-mode
@settitle Ada Mode
-@documentencoding UTF-8
-@documentlanguage en
@copying
Copyright @copyright{} 1999--2013 Free Software Foundation, Inc.
@setfilename ../../info/auth
@settitle Emacs auth-source Library @value{VERSION}
-@documentencoding UTF-8
-@documentlanguage en
@copying
This file describes the Emacs auth-source library.
@c @node Autotypist, Picture, Abbrevs, Top
@c @chapter Features for Automatic Typing
@settitle Features for Automatic Typing
-@documentencoding UTF-8
-@documentlanguage en
@c @cindex text
@c @cindex selfinserting text
@c @cindex autotypist
@set TITLE Bovine parser development
@set AUTHOR Eric M. Ludlam, David Ponce, and Richard Y. Kim
@settitle @value{TITLE}
-@documentencoding UTF-8
-@documentlanguage en
@c *************************************************************************
@c @ Header
@setfilename ../../info/calc
@c [title]
@settitle GNU Emacs Calc Manual
-@documentencoding UTF-8
-@documentlanguage en
@setchapternewpage odd
@comment %**end of header (This is for running Texinfo on a region.)
leaving the first, third, fourth, and so on; @kbd{M-3 M-@key{DEL}} deletes
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
non-@code{nil} (@pxref{Customizing Calc}), these commands will become
context sensitive. For example, instead of duplicating the top of the stack,
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
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 user. In @code{defmath} definitions, the Lisp predicate @code{integerp}
The commands @code{calc-enter} and @code{calc-pop} will typically
duplicate the top of the stack. If
@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
cursor. The default value of @code{calc-context-sensitive-enter} is
-@code{nil}.
+@code{nil}.
@end defvar
@defvar calc-undo-length
@setfilename ../../info/ccmode
@settitle CC Mode Manual
-@documentencoding UTF-8
-@documentlanguage en
@footnotestyle end
@c The following four macros generate the filenames and titles of the
\input texinfo @c -*-texinfo-*-
@setfilename ../../info/cl
@settitle Common Lisp Extensions
-@documentencoding UTF-8
-@documentlanguage en
@include emacsver.texi
@copying
@node Blocks and Exits
@section Blocks and Exits
-@cindex block
+@cindex block
@noindent
Common Lisp @dfn{blocks} provide a non-local exit mechanism very
@setfilename ../../info/dbus
@c %**start of header
@settitle Using of D-Bus
-@documentencoding UTF-8
-@documentlanguage en
@c @setchapternewpage odd
@c %**end of header
@comment %**start of header (This is for running Texinfo on a region.)
@setfilename ../../info/dired-x
@settitle Dired Extra User's Manual
-@documentencoding UTF-8
-@documentlanguage en
@include emacsver.texi
@comment %**start of header
@setfilename ../../info/ebrowse
@settitle A Class Browser for C++
-@documentencoding UTF-8
-@documentlanguage en
@setchapternewpage odd
@syncodeindex fn cp
@comment %**end of header
\input texinfo
@setfilename ../../info/ede
@settitle Emacs Development Environment
-@documentencoding UTF-8
-@documentlanguage en
@copying
This file describes EDE, the Emacs Development Environment.
@setfilename ../../info/ediff
@settitle Ediff User's Manual
-@documentencoding UTF-8
-@documentlanguage en
@synindex vr cp
@synindex fn cp
@synindex pg cp
\input texinfo
@setfilename ../../info/edt
@settitle EDT Emulation for Emacs
-@documentencoding UTF-8
-@documentlanguage en
@copying
This file documents the EDT emulation package for Emacs.
Emacs binaries are distributed as zip files, digitally
signed by the developer who built them. Generally most users will
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 Emacs source code
The command to unpack a source distribution from the command line is:
@example
-tar xzf emacs-@value{EMACSVER}.tar.gz
+tar xzf emacs-@value{EMACSVER}.tar.gz
@end example
If this does not work with the versions of tar and gzip that you have,
Subject: Re: Re[2]: problem with caps/ctrl swap on NT 4.0
@end ignore
@example
-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
-bypassing mappings that you've done at a higher level (i.e. it just works).
+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
+bypassing mappings that you've done at a higher level (i.e. it just works).
Here's the format of the value:
DWORD: mapping n
DWORD: 0x00000000 terminating null DWORD
-Each mapping DWORD has two parts: the input scancode, and an output
-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
-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
+Each mapping DWORD has two parts: the input scancode, and an output
+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
+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
0x1d, using 0x001d003a.
This registry value is system wide, and can't be made user-specific. It
You can start an interactive shell in Emacs by typing @kbd{M-x shell}.
Emacs uses the @env{SHELL} environment variable to determine which
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{shell-file-name} to change the shell that will be used by
subprocesses that are started with @code{shell-command} and
@c %**start of header
@setfilename ../../info/efaq
@settitle GNU Emacs FAQ
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@include emacsver.texi
@set TITLE Enhanced Implementation of Emacs Interpreted Objects
@set AUTHOR Eric M. Ludlam
@settitle @value{TITLE}
-@documentencoding UTF-8
-@documentlanguage en
@c *************************************************************************
@c @ Header
@setfilename ../../info/emacs-gnutls
@settitle Emacs GnuTLS Integration @value{VERSION}
-@documentencoding UTF-8
-@documentlanguage en
@copying
This file describes the Emacs GnuTLS integration.
@end quotation
@end copying
+@c Node ``Interface Functions'' uses non-ASCII characters
@documentencoding UTF-8
-@documentlanguage en
@dircategory Emacs lisp libraries
@direntry
@c %**start of header
@setfilename ../../info/epa
@settitle EasyPG Assistant User's Manual
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@set VERSION 1.0.0
@settitle ERC Manual
@syncodeindex fn cp
@include emacsver.texi
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@copying
@c %**start of header
@setfilename ../../info/ert
@settitle Emacs Lisp Regression Testing
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@dircategory Emacs misc features
@settitle Eshell: The Emacs Shell
@defindex cm
@synindex vr fn
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@copying
@setfilename ../../info/eudc
@settitle Emacs Unified Directory Client (EUDC) Manual
@afourpaper
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@copying
@set UPDATED April 2004
@settitle GNU Flymake @value{VERSION}
@syncodeindex pg cp
-@documentencoding UTF-8
-@documentlanguage en
@comment %**end of header
@copying
@end iftex
@c @smallbook
@comment %**end of header (This is for running Texinfo on a region.)
-@documentencoding UTF-8
-@documentlanguage en
@copying
This file documents Forms mode, a form-editing major mode for GNU Emacs.
@setfilename gnus-coding
@settitle Gnus Coding Style and Maintenance Guide
-@documentencoding UTF-8
-@documentlanguage en
@syncodeindex fn cp
@syncodeindex vr cp
@syncodeindex pg cp
@c
@c @setfilename gnus-faq.info
@c @settitle Frequently Asked Questions
-@c @documentencoding UTF-8
-@c @documentlanguage en
@c %**end of header
@c
@syncodeindex pg cp
@documentencoding UTF-8
-@documentlanguage en
@copying
Copyright @copyright{} 1995--2013 Free Software Foundation, Inc.
@setfilename ../../info/htmlfontify
@settitle Htmlfontify User Manual
@exampleindent 2
-@documentencoding UTF-8
-@documentlanguage en
@comment %**end of header
@copying
@set DATE April, 2007
@set AUTHOR J.D. Smith & Carsten Dominik
@set MAINTAINER J.D. Smith
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@finalout
\input texinfo @c -*-texinfo-*-
@setfilename ../../info/ido
@settitle Interactive Do
-@documentencoding UTF-8
-@documentlanguage en
@include emacsver.texi
@copying
@syncodeindex fn cp
@syncodeindex vr cp
@syncodeindex ky cp
-@documentencoding UTF-8
-@documentlanguage en
@comment %**end of header
@copying
@settitle Emacs Interface for Mairix
@documentencoding UTF-8
-@documentlanguage en
@copying
Copyright @copyright{} 2008--2013 Free Software Foundation, Inc.
@setfilename ../../info/message
@settitle Message Manual
-@documentencoding UTF-8
-@documentlanguage en
@synindex fn cp
@synindex vr cp
@synindex pg cp
@c %**start of header
@setfilename ../../info/mh-e
@settitle The MH-E Manual
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@c Version of the software and manual.
@syncodeindex vr cp
@syncodeindex fn cp
@syncodeindex pg cp
-@documentencoding UTF-8
-@documentlanguage en
@comment %**end of header
@copying
@c %**start of header
@setfilename ../../info/nxml-mode
@settitle nXML Mode
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@copying
@c %**start of header
@setfilename ../../info/octave-mode
@settitle Octave Mode
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@copying
@set MAINTAINER Carsten Dominik
@set MAINTAINEREMAIL @email{carsten at orgmode dot org}
@set MAINTAINERCONTACT @uref{mailto:carsten at orgmode dot org,contact the maintainer}
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@finalout
@setfilename ../../info/pcl-cvs
@settitle PCL-CVS---Emacs Front-End to CVS
@syncodeindex vr fn
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@copying
@set VERSION 0.1
@settitle PGG @value{VERSION}
-@documentencoding UTF-8
-@documentlanguage en
-
@copying
This file describes PGG @value{VERSION}, an Emacs interface to various
PGP implementations.
@c %**start of header
@setfilename ../../info/rcirc
@settitle rcirc Manual
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@copying
@c %**start of header
@setfilename ../../info/reftex
@settitle RefTeX User Manual
-@documentencoding UTF-8
-@documentlanguage en
@synindex ky cp
@syncodeindex vr cp
@syncodeindex fn cp
@setfilename ../../info/remember
@settitle Remember Manual
@syncodeindex fn cp
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@copying
@set VERSION 0.2
@settitle Emacs SASL Library @value{VERSION}
-@documentencoding UTF-8
-@documentlanguage en
-
@copying
This file describes the Emacs SASL library, version @value{VERSION}.
@comment %**start of header (This is for running Texinfo on a region.)
@setfilename ../../info/sc
@settitle Supercite User's Manual
-@documentencoding UTF-8
-@documentlanguage en
@iftex
@finalout
@end iftex
@set TITLE Semantic Manual
@set AUTHOR Eric M. Ludlam, David Ponce, and Richard Y. Kim
@settitle @value{TITLE}
-@documentencoding UTF-8
-@documentlanguage en
@c *************************************************************************
@c @ Header
@syncodeindex fn cp
@syncodeindex vr cp
@syncodeindex ky cp
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@copying
@setfilename ../../info/sieve
@settitle Emacs Sieve Manual
-@documentencoding UTF-8
-@documentlanguage en
@synindex fn cp
@synindex vr cp
@synindex pg cp
\input texinfo @c -*-texinfo-*-
@setfilename ../../info/smtpmail
@settitle Emacs SMTP Library
-@documentencoding UTF-8
-@documentlanguage en
@syncodeindex vr fn
@copying
Copyright @copyright{} 2003--2013 Free Software Foundation, Inc.
\input texinfo @c -*-texinfo-*-
@setfilename ../../info/speedbar
@settitle Speedbar: File/Tag summarizing utility
-@documentencoding UTF-8
-@documentlanguage en
@syncodeindex fn cp
@copying
@set TITLE SRecoder Manual
@set AUTHOR Eric M. Ludlam
@settitle @value{TITLE}
-@documentencoding UTF-8
-@documentlanguage en
@c Merge all indexes into a single index for now.
@c We can always separate them later into two or more as needed.
@syncodeindex fn cp
@syncodeindex vr cp
@syncodeindex ky cp
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@copying
@setfilename ../../info/tramp
@c %**start of header
@settitle TRAMP User Manual
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@c This is *so* much nicer :)
@setfilename ../../info/url
@settitle URL Programmer's Manual
-@documentencoding UTF-8
-@documentlanguage en
-
@iftex
@c @finalout
@end iftex
@setfilename ../../info/vip
@settitle VIP
-@documentencoding UTF-8
-@documentlanguage en
-
@copying
Copyright @copyright{} 1987, 2001--2013 Free Software Foundation, Inc.
@comment @setfilename viper.info
@setfilename ../../info/viper
-@documentencoding UTF-8
-@documentlanguage en
-
@copying
Copyright @copyright{} 1995--1997, 2001--2013 Free Software Foundation, Inc.
@syncodeindex fn cp
@syncodeindex vr cp
@syncodeindex ky cp
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@copying
@c @footnotestyle separate
@c @paragraphindent 2
@c @@smallbook
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@copying
@c Look for @page and @need commands.
@setchapternewpage off
@paragraphindent 0
-@documentencoding UTF-8
-@documentlanguage en
@c %**end of header
@copying