Re: [libvirt] [PATCH 2/3] Improve tokenizing of linkable terms

2011-08-12 Thread Philipp Hahn
Am Donnerstag 11 August 2011 21:45:18 schrieb Eric Blake: On 08/11/2011 06:44 AM, Philipp Hahn wrote: Currently only tabs and blanks are used for tokenizing the description, which breaks when a term is at the end of a line or has () appended to it. 1. Use also other white space

Re: [libvirt] [PATCH 2/3] Improve tokenizing of linkable terms

2011-08-12 Thread Eric Blake
On 08/11/2011 09:18 PM, Daniel Veillard wrote: On Thu, Aug 11, 2011 at 02:44:00PM +0200, Philipp Hahn wrote: Currently only tabs and blanks are used for tokenizing the description, which breaks when a term is at the end of a line or has () appended to it. 1. Use also other white space

[libvirt] [PATCH 2/3] Improve tokenizing of linkable terms

2011-08-11 Thread Philipp Hahn
Currently only tabs and blanks are used for tokenizing the description, which breaks when a term is at the end of a line or has () appended to it. 1. Use also other white space characters such as new-lines and carriage return for splitting. 2. Remove some common non-word characters from the

Re: [libvirt] [PATCH 2/3] Improve tokenizing of linkable terms

2011-08-11 Thread Eric Blake
On 08/11/2011 06:44 AM, Philipp Hahn wrote: Currently only tabs and blanks are used for tokenizing the description, which breaks when a term is at the end of a line or has () appended to it. 1. Use also other white space characters such as new-lines and carriage return for splitting. 2.

Re: [libvirt] [PATCH 2/3] Improve tokenizing of linkable terms

2011-08-11 Thread Daniel Veillard
On Thu, Aug 11, 2011 at 02:44:00PM +0200, Philipp Hahn wrote: Currently only tabs and blanks are used for tokenizing the description, which breaks when a term is at the end of a line or has () appended to it. 1. Use also other white space characters such as new-lines and carriage return