Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dc5493f1
Commit
dc5493f1
authored
Jul 29, 2012
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge from gnulib, incorporating:
* doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
parent
03a660a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
33 deletions
+40
-33
ChangeLog
ChangeLog
+5
-0
doc/misc/texinfo.tex
doc/misc/texinfo.tex
+35
-33
No files found.
ChangeLog
View file @
dc5493f1
2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
Merge from gnulib, incorporating:
* doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
* Makefile.in (install-arch-indep): Handle space in locallisppath.
...
...
doc/misc/texinfo.tex
View file @
dc5493f1
...
...
@@ -3,7 +3,7 @@
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname
fmtname
\endcsname\relax\input
plain
\fi
%
\def\texinfoversion
{
2012-07-
03
.1
6
}
\def\texinfoversion
{
2012-07-
29
.1
7
}
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
...
...
@@ -2448,34 +2448,12 @@
% @samp.
\def\samp
#1
{{
\setupmarkupstyle
{
samp
}
\lq\tclose
{
#1
}
\rq\null
}}
% definition of @key that produces a lozenge. Doesn't adjust to text size.
%\setfont\keyrm\rmshape{8}{1000}{OT1}
%\font\keysy=cmsy9
%\def\key#1{{\keyrm\textfont2=\keysy \leavevmode\hbox{%
% \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
% \vbox{\hrule\kern-0.4pt
% \hbox{\raise0.4pt\hbox{\vphantom{\angleleft}}#1}}%
% \kern-0.4pt\hrule}%
% \kern-.06em\raise0.4pt\hbox{\angleright}}}}
% definition of @key with no lozenge. If the current font is already
% monospace, don't change it; that way, we respect @kbdinputstyle. But
% if it isn't monospace, then use \tt.
%
\def\key
#1
{{
\setupmarkupstyle
{
key
}
%
\nohyphenation
\ifmonospace\else\tt\fi
#1
}
\null
}
% @indicateurl is \samp, that is, with quotes.
\let\indicateurl
=
\samp
% ctrl is no longer a Texinfo command.
\def\ctrl
#1
{{
\tt
\rawbackslash
\hat
}
#1
}
% @file, @option are the same as @samp.
\let\file
=
\samp
\let\option
=
\samp
% @code is a modification of @t,
% which makes spaces the same size as normal in the surrounding text.
% @code (and similar) prints in typewriter, but with spaces the same
% size as normal in the surrounding text, without hyphenation, etc.
% This is a subroutine for that.
\def\tclose
#1
{
%
{
%
% Change normal interword space to be same as for the current font.
...
...
@@ -2500,7 +2478,7 @@
% We *must* turn on hyphenation at `-' and `_' in @code.
% Otherwise, it is too hard to avoid overfull hboxes
% in the Emacs manual, the Library manual, etc.
%
% Unfortunately, TeX uses one parameter (\hyphenchar) to control
% both hyphenation at - and hyphenation within words.
% We must therefore turn them both off (\tclose does that)
...
...
@@ -2564,6 +2542,13 @@
\fi\fi
}
% For @command, @env, @file, @option quotes seem unnecessary,
% so use \code rather than \samp.
\let\command
=
\code
\let\env
=
\code
\let\file
=
\code
\let\option
=
\code
% @uref (abbreviation for `urlref') takes an optional (comma-separated)
% second argument specifying the text to display and an optional third
% arg as text to display instead of (rather than in addition to) the url
...
...
@@ -2743,10 +2728,24 @@
\else
{
\tclose
{
\kbdfont\setupmarkupstyle
{
kbd
}
\look
}}
\fi
\else
{
\tclose
{
\kbdfont\setupmarkupstyle
{
kbd
}
\look
}}
\fi
}
% For @indicateurl, @env, @command quotes seem unnecessary, so use \code.
\let\indicateurl
=
\code
\let\env
=
\code
\let\command
=
\code
% definition of @key that produces a lozenge. Doesn't adjust to text size.
%\setfont\keyrm\rmshape{8}{1000}{OT1}
%\font\keysy=cmsy9
%\def\key#1{{\keyrm\textfont2=\keysy \leavevmode\hbox{%
% \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
% \vbox{\hrule\kern-0.4pt
% \hbox{\raise0.4pt\hbox{\vphantom{\angleleft}}#1}}%
% \kern-0.4pt\hrule}%
% \kern-.06em\raise0.4pt\hbox{\angleright}}}}
% definition of @key with no lozenge. If the current font is already
% monospace, don't change it; that way, we respect @kbdinputstyle. But
% if it isn't monospace, then use \tt.
%
\def\key
#1
{{
\setupmarkupstyle
{
key
}
%
\nohyphenation
\ifmonospace\else\tt\fi
#1
}
\null
}
% @clicksequence{File @click{} Open ...}
\def\clicksequence
#1
{
\begingroup
#1
\endgroup
}
...
...
@@ -2854,6 +2853,9 @@
}
}
% ctrl is no longer a Texinfo command, but leave this definition for fun.
\def\ctrl
#1
{{
\tt
\rawbackslash
\hat
}
#1
}
% @inlinefmt{FMTNAME,PROCESSED-TEXT} and @inlineraw{FMTNAME,RAW-TEXT}.
% Ignore unless FMTNAME == tex; then it is like @iftex and @tex,
% except specified as a normal braced arg, so no newlines to worry about.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment