Re: [Rd] Bug in Rdconv(.pm) (PR#13575)

2009-03-18 Thread Prof Brian Ripley
This is fixed now in R-devel. Meanwhile a similar issue was found with \kbd in a \value{} preamble, but only in Perl 5.10.x (and the same fix resolves that). On Thu, 5 Mar 2009, Prof Brian Ripley wrote: The problem is that \pkg gets included (unescaped) in a Perl substitution, and in modern

Re: [Rd] Bug in Rdconv(.pm) (PR#13575)

2009-03-05 Thread Prof Brian Ripley
The problem is that \pkg gets included (unescaped) in a Perl substitution, and in modern Perl \p has a meaning (Unicode property). Needs to be escaped/quoted, or the code to work a different way (which is probably preferable). On Thu, 5 Mar 2009, lig...@statistik.tu-dortmund.de wrote: For t

[Rd] Bug in Rdconv(.pm) (PR#13575)

2009-03-05 Thread ligges
For the record (and as privately discussed with Brian Ripley), happens with all recent versions of R including R-devel from today: Consider a simple a.Rd file containing the lines == \name{a} \title{a} \value{\code{a} \code{\link[a]{a}} \pkg{a} \item{a}{a} }