(setfilename): Go up one more level to ../../info.
This commit is contained in:
parent
a8d46980db
commit
db78a8cb1e
36 changed files with 54 additions and 80 deletions
|
|
@ -1,5 +1,5 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
@setfilename ../info/ada-mode
|
||||
@setfilename ../../info/ada-mode
|
||||
@settitle Ada Mode
|
||||
|
||||
@copying
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
@c Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004,
|
||||
@c 2005, 2006, 2007 Free Software Foundation, Inc.
|
||||
@c Author: Daniel.Pfeiffer@Informatik.START.dbp.de, fax (+49 69) 7588-2389
|
||||
@setfilename ../info/autotype
|
||||
@setfilename ../../info/autotype
|
||||
@c @node Autotypist, Picture, Abbrevs, Top
|
||||
@c @chapter Features for Automatic Typing
|
||||
@settitle Features for Automatic Typing
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
@comment %**start of header (This is for running Texinfo on a region.)
|
||||
@c smallbook
|
||||
@setfilename ../info/calc
|
||||
@setfilename ../../info/calc
|
||||
@c [title]
|
||||
@settitle GNU Emacs Calc 2.1 Manual
|
||||
@setchapternewpage odd
|
||||
|
|
@ -11053,44 +11053,17 @@ Please note that there is no ``year 0''; the day before
|
|||
days 0 and @mathit{-1} respectively in Calc's internal numbering scheme.
|
||||
|
||||
@cindex Julian day counting
|
||||
Another day counting system in common use is, confusingly, also called
|
||||
``Julian.'' The Julian day number is the numbers of days since
|
||||
12:00 noon (GMT) on Jan 1, 4713 BC, which in Calc's scheme (in GMT)
|
||||
is @mathit{-1721423.5} (recall that Calc starts at midnight instead
|
||||
of noon). Thus to convert a Calc date code obtained by unpacking a
|
||||
date form into a Julian day number, simply add 1721423.5 after
|
||||
compensating for the time zone difference. The built-in @kbd{t J}
|
||||
command performs this conversion for you.
|
||||
|
||||
The Julian day number is based on the Julian cycle, which was invented
|
||||
in 1583 by Joseph Justus Scaliger. Scaliger named it the Julian cycle
|
||||
since it is involves the Julian calendar, but some have suggested that
|
||||
Scaliger named it in honor of his father, Julius Caesar Scaliger. The
|
||||
Julian cycle is based it on three other cycles: the indiction cycle,
|
||||
the Metonic cycle, and the solar cycle. The indiction cycle is a 15
|
||||
year cycle originally used by the Romans for tax purposes but later
|
||||
used to date medieval documents. The Metonic cycle is a 19 year
|
||||
cycle; 19 years is close to being a common multiple of a solar year
|
||||
and a lunar month, and so every 19 years the phases of the moon will
|
||||
occur on the same days of the year. The solar cycle is a 28 year
|
||||
cycle; the Julian calendar repeats itself every 28 years. The
|
||||
smallest time period which contains multiples of all three cycles is
|
||||
the least common multiple of 15 years, 19 years and 28 years, which
|
||||
(since they're pairwise relatively prime) is
|
||||
@texline @math{15\times 19\times 28 = 7980} years.
|
||||
@infoline 15*19*28 = 7980 years.
|
||||
This is the length of a Julian cycle. Working backwards, the previous
|
||||
year in which all three cycles began was 4713 BC, and so Scalinger
|
||||
chose that year as the beginning of a Julian cycle. Since at the time
|
||||
there were no historical records from before 4713 BC, using this year
|
||||
as a starting point had the advantage of avoiding negative year
|
||||
numbers. In 1849, the astronomer John Herschel (son of William
|
||||
Herschel) suggested using the number of days since the beginning of
|
||||
the Julian cycle as an astronomical dating system; this idea was taken
|
||||
up by other astronomers. (At the time, noon was the start of the
|
||||
astronomical day. Herschel originally suggested counting the days
|
||||
since Jan 1, 4713 BC at noon Alexandria time; this was later amended to
|
||||
noon GMT.) Julian day numbering is largely used in astronomy.
|
||||
Another day counting system in common use is, confusingly, also
|
||||
called ``Julian.'' It was invented in 1583 by Joseph Justus
|
||||
Scaliger, who named it in honor of his father Julius Caesar
|
||||
Scaliger. For obscure reasons he chose to start his day
|
||||
numbering on Jan 1, 4713 BC at noon, which in Calc's scheme
|
||||
is @mathit{-1721423.5} (recall that Calc starts at midnight instead
|
||||
of noon). Thus to convert a Calc date code obtained by
|
||||
unpacking a date form into a Julian day number, simply add
|
||||
1721423.5. The Julian code for @samp{6:00am Jan 9, 1991}
|
||||
is 2448265.75. The built-in @kbd{t J} command performs
|
||||
this conversion for you.
|
||||
|
||||
@cindex Unix time format
|
||||
The Unix operating system measures time as an integer number of
|
||||
|
|
@ -16683,9 +16656,9 @@ The last two arguments default to zero if omitted.
|
|||
@cindex Julian day counts, conversions
|
||||
The @kbd{t J} (@code{calc-julian}) [@code{julian}] command converts
|
||||
a date form into a Julian day count, which is the number of days
|
||||
since noon (GMT) on Jan 1, 4713 BC. A pure date is converted to an
|
||||
integer Julian count representing noon of that day. A date/time form
|
||||
is converted to an exact floating-point Julian count, adjusted to
|
||||
since noon on Jan 1, 4713 BC. A pure date is converted to an integer
|
||||
Julian count representing noon of that day. A date/time form is
|
||||
converted to an exact floating-point Julian count, adjusted to
|
||||
interpret the date form in the current time zone but the Julian
|
||||
day count in Greenwich Mean Time. A numeric prefix argument allows
|
||||
you to specify the time zone; @pxref{Time Zones}. Use a prefix of
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ the second with them pointing to the XEmacs manuals.
|
|||
@comment No overfull hbox marks in the dvi file.
|
||||
@finalout
|
||||
|
||||
@setfilename ../info/ccmode
|
||||
@setfilename ../../info/ccmode
|
||||
@settitle CC Mode Manual
|
||||
@footnotestyle end
|
||||
|
||||
|
|
@ -210,7 +210,7 @@ license to the document, as described in section 6 of the license.
|
|||
|
||||
This manual was generated from $Revision$ of $RCSfile$, which can be
|
||||
downloaded from
|
||||
@url{http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/man/cc-mode.texi}.
|
||||
@url{http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/doc/misc/cc-mode.texi}.
|
||||
@end titlepage
|
||||
|
||||
@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
@setfilename ../info/cl
|
||||
@setfilename ../../info/cl
|
||||
@settitle Common Lisp Extensions
|
||||
|
||||
@copying
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
@comment %**start of header (This is for running Texinfo on a region.)
|
||||
@c FOR GNU EMACS USE ../info/dired-x BELOW
|
||||
@setfilename ../info/dired-x
|
||||
@setfilename ../../info/dired-x
|
||||
@c dired-x.el REVISION NUMBER
|
||||
@settitle Dired Extra Version 2 User's Manual
|
||||
@iftex
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
|
||||
@comment %**start of header
|
||||
@setfilename ../info/ebrowse
|
||||
@setfilename ../../info/ebrowse
|
||||
@settitle A Class Browser for C++
|
||||
@setchapternewpage odd
|
||||
@syncodeindex fn cp
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
@comment Using ediff.info instead of ediff in setfilename breaks DOS.
|
||||
@comment @setfilename ediff
|
||||
@comment @setfilename ediff.info
|
||||
@setfilename ../info/ediff
|
||||
@setfilename ../../info/ediff
|
||||
|
||||
@settitle Ediff User's Manual
|
||||
@synindex vr cp
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo
|
||||
|
||||
@setfilename ../info/emacs-mime
|
||||
@setfilename ../../info/emacs-mime
|
||||
@settitle Emacs MIME Manual
|
||||
@synindex fn cp
|
||||
@synindex vr cp
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo
|
||||
@c %**start of header
|
||||
@setfilename ../info/erc
|
||||
@setfilename ../../info/erc
|
||||
@settitle ERC Manual
|
||||
@c %**end of header
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
@c %**start of header
|
||||
@setfilename ../info/eshell
|
||||
@setfilename ../../info/eshell
|
||||
@settitle Eshell: The Emacs Shell
|
||||
@synindex vr fn
|
||||
@c %**end of header
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo.tex
|
||||
@c %**start of header
|
||||
@setfilename ../info/eudc
|
||||
@setfilename ../../info/eudc
|
||||
@settitle Emacs Unified Directory Client (EUDC) Manual
|
||||
@afourpaper
|
||||
@c %**end of header
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo @c -*- mode: texinfo; -*-
|
||||
@c %**start of header
|
||||
@setfilename ../info/efaq
|
||||
@setfilename ../../info/efaq
|
||||
@settitle GNU Emacs FAQ
|
||||
@c %**end of header
|
||||
|
||||
|
|
@ -836,7 +836,7 @@ Make sure the first line of the Texinfo file looks like this:
|
|||
|
||||
You may need to change @samp{texinfo} to the full pathname of the
|
||||
@file{texinfo.tex} file, which comes with Emacs as
|
||||
@file{man/texinfo.tex} (or copy or link it into the current directory).
|
||||
@file{doc/misc/texinfo.tex} (or copy or link it into the current directory).
|
||||
|
||||
@item
|
||||
Type @kbd{texi2dvi @var{texinfo-source}}, where @var{texinfo-source} is
|
||||
|
|
@ -1013,7 +1013,8 @@ while.
|
|||
@item
|
||||
In the Emacs distribution. Since Emacs 18.56, the FAQ at the time
|
||||
of release has been part of the Emacs distribution as either
|
||||
@file{etc/FAQ} or @file{man/faq.texi} (@pxref{File-name conventions}).
|
||||
@file{etc/FAQ}, @file{man/faq.texi}, or (from version 23 onwards)
|
||||
@file{doc/misc/faq.texi} (@pxref{File-name conventions}).
|
||||
|
||||
@item
|
||||
Via anonymous ftp and e-mail from @file{rtfm.mit.edu} (and its mirror in
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
@comment %**start of header
|
||||
@setfilename ../info/flymake
|
||||
@setfilename ../../info/flymake
|
||||
@set VERSION 0.3
|
||||
@set UPDATED April 2004
|
||||
@settitle GNU Flymake @value{VERSION}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
@c Written by Johan Vromans, and edited by Richard Stallman
|
||||
|
||||
@comment %**start of header (This is for running Texinfo on a region.)
|
||||
@setfilename ../info/forms
|
||||
@setfilename ../../info/forms
|
||||
@settitle Forms Mode User's Manual
|
||||
@syncodeindex vr cp
|
||||
@syncodeindex fn cp
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo
|
||||
|
||||
@setfilename ../info/gnus
|
||||
@setfilename ../../info/gnus
|
||||
@settitle Gnus Manual
|
||||
@syncodeindex fn cp
|
||||
@syncodeindex vr cp
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
@c %**start of header
|
||||
@setfilename ../info/idlwave
|
||||
@setfilename ../../info/idlwave
|
||||
@settitle IDLWAVE User Manual
|
||||
@dircategory Emacs
|
||||
@direntry
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
|
||||
@setfilename ../info/message
|
||||
@setfilename ../../info/message
|
||||
@settitle Message Manual
|
||||
@synindex fn cp
|
||||
@synindex vr cp
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
@c Note: This document requires makeinfo version 4.6 or greater to build.
|
||||
@c
|
||||
@c %**start of header
|
||||
@setfilename ../info/mh-e
|
||||
@setfilename ../../info/mh-e
|
||||
@settitle The MH-E Manual
|
||||
@c %**end of header
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
@comment %**start of header
|
||||
@setfilename ../info/newsticker
|
||||
@setfilename ../../info/newsticker
|
||||
@set VERSION 1.9
|
||||
@set UPDATED November 2005
|
||||
@settitle Newsticker @value{VERSION}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo
|
||||
@c %**start of header
|
||||
@setfilename ../info/org
|
||||
@setfilename ../../info/org
|
||||
@settitle Org Mode Manual
|
||||
|
||||
@set VERSION 5.07
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
@c %**start of header
|
||||
@setfilename ../info/pcl-cvs
|
||||
@setfilename ../../info/pcl-cvs
|
||||
@settitle PCL-CVS --- Emacs Front-End to CVS
|
||||
@syncodeindex vr fn
|
||||
@c %**end of header
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
|
||||
@setfilename ../info/pgg
|
||||
@setfilename ../../info/pgg
|
||||
|
||||
@set VERSION 0.1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo
|
||||
@c %**start of header
|
||||
@setfilename ../info/rcirc
|
||||
@setfilename ../../info/rcirc
|
||||
@settitle rcirc Manual
|
||||
@c %**end of header
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
@c %**start of header
|
||||
@setfilename ../info/reftex
|
||||
@setfilename ../../info/reftex
|
||||
@settitle RefTeX User Manual
|
||||
@synindex ky cp
|
||||
@syncodeindex vr cp
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
\input texinfo @comment -*-texinfo-*-
|
||||
@comment 3.48
|
||||
@comment %**start of header (This is for running Texinfo on a region.)
|
||||
@setfilename ../info/sc
|
||||
@setfilename ../../info/sc
|
||||
@settitle Supercite Version 3.1 User's Manual
|
||||
@iftex
|
||||
@finalout
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
@c %**start of header
|
||||
@setfilename ../info/ses
|
||||
@setfilename ../../info/ses
|
||||
@settitle SES: Simple Emacs Spreadsheet
|
||||
@setchapternewpage off
|
||||
@syncodeindex fn cp
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
|
||||
@setfilename ../info/sieve
|
||||
@setfilename ../../info/sieve
|
||||
@settitle Emacs Sieve Manual
|
||||
@synindex fn cp
|
||||
@synindex vr cp
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
@setfilename ../info/smtpmail
|
||||
@setfilename ../../info/smtpmail
|
||||
@settitle Emacs SMTP Library
|
||||
@syncodeindex vr fn
|
||||
@copying
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
|
||||
@setfilename ../info/speedbar
|
||||
@setfilename ../../info/speedbar
|
||||
@settitle Speedbar: File/Tag summarizing utility
|
||||
@syncodeindex fn cp
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
@setfilename ../info/tramp
|
||||
@setfilename ../../info/tramp
|
||||
@c %**start of header
|
||||
@settitle TRAMP User Manual
|
||||
@setchapternewpage odd
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
\input texinfo
|
||||
@setfilename ../info/url
|
||||
@setfilename ../../info/url
|
||||
@settitle URL Programmer's Manual
|
||||
|
||||
@iftex
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo
|
||||
|
||||
@setfilename ../info/vip
|
||||
@setfilename ../../info/vip
|
||||
@settitle VIP
|
||||
|
||||
@copying
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
@comment Using viper.info instead of viper in setfilename breaks DOS.
|
||||
@comment @setfilename viper
|
||||
@comment @setfilename viper.info
|
||||
@setfilename ../info/viper
|
||||
@setfilename ../../info/viper
|
||||
|
||||
@copying
|
||||
Copyright @copyright{} 1995, 1996, 1997, 2001, 2002, 2003, 2004,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
\input texinfo.tex
|
||||
|
||||
@c %**start of header
|
||||
@setfilename ../info/widget
|
||||
@setfilename ../../info/widget
|
||||
@settitle The Emacs Widget Library
|
||||
@syncodeindex fn cp
|
||||
@syncodeindex vr cp
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
@c %**start of header
|
||||
@setfilename ../info/woman
|
||||
@setfilename ../../info/woman
|
||||
@settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man''
|
||||
@c Manual last updated:
|
||||
@set UPDATED Time-stamp: <2006-03-25 14:59:03 karl>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue