On 27-Oct-99 Jean-Marc Lasgouttes wrote:
>>>>>> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
> 
> Juergen> Hi! I've just seen that the '-' -> '_' problem is not solved
> Juergen> yet in lyx-devel. I think at least this should be solved
> Juergen> before releasing 1.1.1! Does somebody have an idea how this
> Juergen> could be done cleanly?
> 
> The latest I've seen proposed is from SMiyata, something like the
> following in Spaceless()
> 
> -               if (!isalnum(name[i]) && name[i] != '.')
> +               if (!isalnum(name[i]) && name[i] != '.'
> +                       && name[i] != '-' && name[i] != '+' && name[i] != '=' )
> 
> However, Lars has already prepared lyx 1.1.1 for release, and I am to
> announce it. So be it. Anyway, there will be various problems with
> 1.1.1 and 1.1.2 should follow soon.
> 

I really think at least this fix should go in!!!

> Juergen> Other things I just noticed:
> 
> Juergen> - longtable option and rotate 90 degrees don't work together,
> Juergen> so probaly when longtable is checked rotate 90 degrees should
> Juergen> be grayed out! (why does this not work, does somebody have an
> Juergen> idea?)
> 
> Maybe rotate needs a box, and longtables do not provide a proper box.
> This can wait a bit, I guess.

Sure I just noticed this :)

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna                      E-Mail: [EMAIL PROTECTED]
Gerbergasse 60                        Tel:    +39-0471-450260
I-39100 Bozen                         Fax:    +39-0471-970042
ITALY                                 Web:    http://www.sad.it/~jug

YOU!!  Give me the CUTEST, PINKEST, most charming little VICTORIAN
DOLLHOUSE you can find!!  An make it SNAPPY!!

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Reply via email to