From: Shigeharu T. <sh...@ie...> - 2004-05-14 08:49:42
|
shige 05/14 2004 ---------------- I found a problem below: > shige 04/30 2004 > ---------------- > > I found a problem in docs/doc2texi.el. This deals with some HTML > tag lines started by '^' in gnuplot.doc, but it has no code for > "^ <a name=..." tag lines which exist in gnuplot.doc. So, .texi > file made by it has raw "^ <a name=..." lines. The following small patch may fix it. ----- From here ----- *** docs/doc2texi.el.ORG Sun Apr 11 07:55:00 2004 --- docs/doc2texi.el Fri May 14 14:46:13 2004 *************** *** 769,775 **** "," (remove* ?^ (match-string 2) :test 'char-equal) ! "}")))) ;; translate <ul> </ul> to @itemize environment ((and (string= bracket "<") (string-match "^ul" tag)) (delete-region (point) eol) --- 769,777 ---- "," (remove* ?^ (match-string 2) :test 'char-equal) ! "}")) ! (insert "@c ")) ! ) ;; translate <ul> </ul> to @itemize environment ((and (string= bracket "<") (string-match "^ul" tag)) (delete-region (point) eol) ----- To here ----- +========================================================+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@ie... TEL(&FAX): +81-257-22-8161 +========================================================+ |