X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sat, 14 Nov 2015 09:34:38 +0100 (CET) X-X-Sender: igor2 AT igor2priv To: "Bert Timmerman (bert DOT timmerman AT xs4all DOT nl) [via geda-user AT delorie DOT com]" X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: Re: [geda-user] pcb-rnd: pcb-menures diff In-Reply-To: <5646E07C.8090704@xs4all.nl> Message-ID: References: <5646E07C DOT 8090704 AT xs4all DOT nl> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hello Bert, On Sat, 14 Nov 2015, Bert Timmerman (bert DOT timmerman AT xs4all DOT nl) [via geda-user AT delorie DOT com] wrote: > Hi Igor2, > > Trying to implement your keylist script into vanilla pcb I found a typo and > created the attached diff for your pcb-menu.res. Thank you, I've applied your patch. > Further more crating keylist.html by hand from the util dir I get misaligned > content and an extra column. > > The script seems to go wrong with special chars outside the [a-z,A-Z] range, > like the "down" key (first occurrence where things misalign and an extra table > field is created). Thanks, I've managed to fix it in r972. The problem was not any special character but only whitepsace, as I use whitespace as field separator while passing data from one script to another. Please let me know if the new version of the script still fails. Regards, Igor2