Hi, all,
On 28/09/1999, at 17:34,
Steve Lamb (mailto:[EMAIL PROTECTED])
as the numerous people stopped applausing, told them:


SL>     This would be bad since it would break many other clients.
SL> TB, for
SL> example, uses that character as a signal to color the quote line differently.
SL> Other applications to the same thing.  TB also knows that lines that have > in
SL> the first few characters are quotes and will wrap them correctly.

The problem is that the use of ">" , even in the following string:
if (toto>tata) then {       (bad color)
will change the color of the text. I run around that putting a space
at the beginning of the line:
 if (toto>tata) then {      (good color)
but in some cases, it becomes a bit borrowing. It would be useful to
consider a line as quotes only if the last char of the first word is
quote marking (>).          (bad color, too)
In other words, if it is the char before the first space, as I can
live with no spaces in the initials.



-- 
Best regards,

Claude.                            
mailto:[EMAIL PROTECTED] 

Thought of the day (randomly french or english)
Who rules the rules ? - Ma�tre Claude.



-- 
--------------------------------------------------------------
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To Unsubscribe from TBUDL, click below and send the generated message.
<mailto:[EMAIL PROTECTED]>
--------------------------------------------------------------

Reply via email to