[tex4ht] [bug #260] Hnewline inserts a spurious space character

2015-07-24 Thread Karl Berry
Follow-up Comment #2, bug #260 (project tex4ht):

Thanks.  My only concern is that seems like such an obvious mistake, I wonder
if it is really a mistake.  I wonder if it used somewhere else and the space
is somehow desired.  Anyway, I'll look/apply when I have a chance (next
week).


___

Reply to this item at:

  http://puszcza.gnu.org.ua/bugs/?260

___
  Message sent via/by Puszcza
  http://puszcza.gnu.org.ua/



[tex4ht] [bug #260] Hnewline inserts a spurious space character

2015-07-24 Thread Nicolas Richard
URL:
  http://puszcza.gnu.org.ua/bugs/?260

 Summary: Hnewline inserts a spurious space character
 Project: tex4ht
Submitted by: youngfrog
Submitted on: ven. 24 juil. 2015 14:38:08 EEST
Category: None
Priority: 5 - Normal
Severity: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any

___

Details:

I suggest the following fix:


@@ -140,7 +140,7 @@ against redefinitions of the \''\special', as is the case
in french.sty.
 \let\:HCode=\HCode
 \let\Hbrakets\empty
 \def\NewLineChar{\bgroup \catcode`\^=7 \:NewLineChar}
-\def\:NewLineChar#1{\egroup \def\:newlnch{ #1}}
+\def\:NewLineChar#1{\egroup \def\:newlnch{#1}}
 \NewLineChar{^^J}
 
 






___

Reply to this item at:

  http://puszcza.gnu.org.ua/bugs/?260

___
  Message posté via/par Puszcza
  http://puszcza.gnu.org.ua/



[tex4ht] [bug #260] Hnewline inserts a spurious space character

2015-07-24 Thread Nicolas Richard
Follow-up Comment #1, bug #260 (project tex4ht):

Oops, I forgot the headers of the diff. It's a patch for wripro.tex (found by
grepping). Here's the full thing again


--- a/lit/wripro.tex
+++ b/lit/wripro.tex
@@ -140,7 +140,7 @@ against redefinitions of the \''\special', as is the case
in french.sty.
 \let\:HCode=\HCode
 \let\Hbrakets\empty
 \def\NewLineChar{\bgroup \catcode`\^=7 \:NewLineChar}
-\def\:NewLineChar#1{\egroup \def\:newlnch{ #1}}
+\def\:NewLineChar#1{\egroup \def\:newlnch{#1}}
 \NewLineChar{^^J}
 
 


___

Reply to this item at:

  http://puszcza.gnu.org.ua/bugs/?260

___
  Message posté via/par Puszcza
  http://puszcza.gnu.org.ua/