Re: Request for special character inserts

2000-05-25 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Quite difficulet really. Would need the breaking algorithm to Lars> discover that this inset is to be treated as a hfill. We could Lars> to that by returning a special value from Inset::width, say -2. Lars> Can we otherwise ima

Re: Request for special character inserts

2000-05-24 Thread Juergen Vigna
On 23-May-2000 Lars Gullik Bjønnes wrote: > > Quite difficulet really. Would need the breaking algorithm to discover > that this inset is to be treated as a hfill. We could to that by > returning a special value from Inset::width, say -2. Can we otherwise > imagine insets with negative width? >

Re: Request for special character inserts

2000-05-23 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: | | Dekel> On Sun, May 07, 2000 at 11:25:14PM -0300, Garst R. Reese wrote: | >> \hrulefill and \dotfill to complement \hfill Thanks | | Dekel> These should be quite easy to implement. I ma

Re: Request for special character inserts

2000-05-12 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Sun, May 07, 2000 at 11:25:14PM -0300, Garst R. Reese wrote: >> \hrulefill and \dotfill to complement \hfill Thanks Dekel> These should be quite easy to implement. I may do it if there Dekel> are no objections. I think it would b

Re: Request for special character inserts

2000-05-11 Thread Dekel Tsur
On Sun, May 07, 2000 at 11:25:14PM -0300, Garst R. Reese wrote: > \hrulefill and \dotfill to complement \hfill > Thanks These should be quite easy to implement. I may do it if there are no objections. Few points to think about: 1. It will require new meta-character tags (enum META_KIND). 2. Wh

Request for special character inserts

2000-05-07 Thread Garst R. Reese
\hrulefill and \dotfill to complement \hfill Thanks Garst