texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[7203] \txiescapepdf completely expand argument


From: gavinsmith0123
Subject: [7203] \txiescapepdf completely expand argument
Date: Tue, 7 Jun 2016 18:52:22 +0000 (UTC)

Revision: 7203
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7203
Author:   gavin
Date:     2016-06-07 18:52:21 +0000 (Tue, 07 Jun 2016)
Log Message:
-----------
\txiescapepdf completely expand argument

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/texinfo.tex

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-06-04 08:28:45 UTC (rev 7202)
+++ trunk/ChangeLog     2016-06-07 18:52:21 UTC (rev 7203)
@@ -1,3 +1,8 @@
+2016-06-07  Gavin Smith  <address@hidden>
+
+       * doc/texinfo.tex (\txiescapepdf) <\pdfescapestring not defined>:
+       Completely expand argument, as is done in the other case.
+
 2016-06-04  Gavin Smith  <address@hidden>
 
        * util/texi2dvi (run_tex): Use \ followed by newline instead of 

Modified: trunk/doc/texinfo.tex
===================================================================
--- trunk/doc/texinfo.tex       2016-06-04 08:28:45 UTC (rev 7202)
+++ trunk/doc/texinfo.tex       2016-06-07 18:52:21 UTC (rev 7203)
@@ -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{2016-06-03.20}
+\def\texinfoversion{2016-06-07.19}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -1192,6 +1192,7 @@
   \ifx\pdfescapestring\thisisundefined
     % No primitive available; should we give a warning or log?
     % Many times it won't matter.
+    \xdef#1{#1}%
   \else
     % The expandable \pdfescapestring primitive escapes parentheses,
     % backslashes, and other special chars.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]