Fwd: [pod-simple] Calling _handle_text (#7)

2011-06-11 Thread David E. Wheeler



Begin forwarded message:

 From: ambs 
 reply+i-1041872-43ac1bf5621187c7c03e55951be2df1629b34...@reply.github.com
 Date: June 11, 2011 7:41:28 AM PDT
 To: da...@justatheory.com
 Subject: [pod-simple] Calling _handle_text (#7)
 

 Hello.
 
 I am hacking `Pod::PseudoPod::LaTeX` and found out a strange behavior that 
 seems to be related with `Pod::Simple::BlackBox`, but it's been difficult to 
 track the correct place where to fix it. So, some help (guidance or 
 correction) is appreciated.
 
 The problem: consider this pod block...
 
=over
 
=item * Some text
 
Some paragraph.
 
=back
 
 It seems that ``_handle_text`` is not being called to ``Some text`` nor 
 ``Some paragraph`` text. Therefore, ``Pod::PseudoPod::LaTeX`` method that 
 should encode special characters to LaTeX is not being called.
 
 Thank you for any hint or direction.
 
 All the best,
 ambs
 
 -- 
 Reply to this email directly or view it on GitHub:
 https://github.com/theory/pod-simple/issues/7


Re: [pod-simple] Calling _handle_text (#7)

2011-06-11 Thread Marc Green
It seems he realized it was a bug in his code just as soon as he opened the
issue, as per the comment on https://github.com/theory/pod-simple/issues/7

On Sat, Jun 11, 2011 at 12:08 PM, David E. Wheeler da...@kineticode.comwrote:




 Begin forwarded message:

 *From:* ambs 
 reply+i-1041872-43ac1bf5621187c7c03e55951be2df1629b34...@reply.github.com
 *Date:* June 11, 2011 7:41:28 AM PDT
 *To:* da...@justatheory.comda...@justatheory.com
 *Subject:* *[pod-simple] Calling _handle_text (#7)*

 Hello.

 I am hacking `Pod::PseudoPod::LaTeX` and found out a strange behavior that
 seems to be related with `Pod::Simple::BlackBox`, but it's been difficult to
 track the correct place where to fix it. So, some help (guidance or
 correction) is appreciated.

 The problem: consider this pod block...

=over

=item * Some text

Some paragraph.

=back

 It seems that ``_handle_text`` is not being called to ``Some text`` nor
 ``Some paragraph`` text. Therefore, ``Pod::PseudoPod::LaTeX`` method that
 should encode special characters to LaTeX is not being called.

 Thank you for any hint or direction.

 All the best,
 ambs

 --
 Reply to this email directly or view it on GitHub:
 https://github.com/theory/pod-simple/issues/7




Re: [pod-simple] Calling _handle_text (#7)

2011-06-11 Thread David E. Wheeler
On Jun 11, 2011, at 9:20 AM, Marc Green wrote:

 It seems he realized it was a bug in his code just as soon as he opened the 
 issue, as per the comment onhttps://github.com/theory/pod-simple/issues/7

Hrm. Wonder why I didn't get an email for that.

Anyone know how to get GitHub to send issue emails to a different address? 
Might be useful to have Pod::Simple issues go to this list…

Thanks,

David