2005-07-05 Stepan Kasal * doc/texinfo.tex (\commondummies): Remove \unsepspaces, it's aleady called by \normalturnoffactive. Move \normalturnoffactive near the end of the macro. Index: doc/texinfo.tex =================================================================== RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.tex,v retrieving revision 1.194 diff -u -r1.194 texinfo.tex --- doc/texinfo.tex 1 Jul 2005 16:17:13 -0000 1.194 +++ doc/texinfo.tex 5 Jul 2005 09:47:22 -0000 @@ -3249,7 +3249,6 @@ % Called from \indexdummies and \atdummies. % \def\commondummies{% - \normalturnoffactive % % \definedummyword defines \#1 as \string\#1\space, thus effectively % preventing its expansion. This is used only for control% words, @@ -3319,15 +3318,14 @@ \definedummyword\print \definedummyword\result % + % We want to disable all macros so that they are not expanded by \write. + \macrolist + % + \normalturnoffactive + % % Handle some cases of @value -- where it does not contain any % (non-fully-expandable) commands. \makevalueexpandable - % - % Normal spaces, not active ones. - \unsepspaces - % - % We want to disable all macros so that they are not expanded by \write. - \macrolist } % \commondummiesnofonts: common to \commondummies and \indexnofonts.