sid:/usr/share/info# install-info --section "\QBlitz++ library\E" "Blitz++ 
library" gambit-c.info
* Gambit-C: (gambit-c).         A portable implementation of Scheme.
Nested quantifiers in regex; marked by <-- HERE in m/\QBlitz++ <-- HERE  
library\E/ at /usr/sbin/install-info line 327.

Same fault.  And now when dh_installinfo runs, it adds a new
penultimate section with the title specified in arg2 of --section
instead of adding the info entry into an already existing section of
that title.  

My info dir is now a mess with multiple repeated sections (which I can
fix by removing and re-running install-info manually w/o the \Q \E
terminating the regex.)

I thought that I had success with '\\Q' '\\E' pairs, but I'm not sure now.
I then upgraded to perl 5.8.8-2 and now that doesn't work either. 

What does seem to work is

sid:/usr/share/info# install-info --section "Blitz\+\+ library" "Blitz++ 
library" gambit-c.info
* Gambit-C: (gambit-c).         A portable implementation of Scheme.
install-info(gambit-c.info): replacing existing dir entry for `gambit-c'

(Where of course gambit-c doesn't really belong in that section, this is
just a test...)

-- 
KBK


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to