RE: minipage in latest cvs

2001-04-18 Thread Juergen Vigna
On 17-Apr-2001 Herbert Voss wrote: creating a minipagepage via insert-minipage with the default width of 100% gives in latex: \begin{minipage}[c]{.100\columnwidth}% ^ it should be 1.00 all other values less than 100% are okay, all over 99% are wrong! Ok thanks,

[mmh@gmx.net] [Lyx-feedback] Feedback from www.lyx.org

2001-04-18 Thread Jean-Marc Lasgouttes
Lars, do you have something like that in your plans with counters ? Does it seems like a good idea? The main problem I see is that if we support per-page nymbering, we will have big problems... JMarc --- Start of forwarded message --- Message-Id: [EMAIL PROTECTED] To: [EMAIL PROTECTED]

some compiler warnings

2001-04-18 Thread Angus Leeming
For what it's worth, I get the following warnings when compiling current CVS. Angus cxx: Info: ../../../src/lyxparagraph.h, line 694: #479-D function "LyXParagraph::size" redeclared "inline" after being called LyXParagraph::size_type LyXParagraph::size() const cxx: Info:

Re: ButtonController Mark III

2001-04-18 Thread John Levon
On Tue, 17 Apr 2001, Allan Rae wrote: Sure. Not everyone reads the "This buffer is readonly -- you can't change stuff" dialog. But you are right though. I'm not sure what you're referring to here ? Sorry, I am forgetful. FWIW, the KDE frontend was managing just fine without an explicit

Re: unicode fonts

2001-04-18 Thread John Levon
On 17 Apr 2001, Lars Gullik [iso-8859-1] Bjønnes wrote: This is planned, except that wchar_t is 32 bit on most os's. Wouldn't this have an enormous space impact on those of us who don't need it ? I thought the point of UTF-8 was that ASCII could be stored in 7-bit values ? I admit I don't

is something wrong with www or ftp.lyx.org

2001-04-18 Thread blackziggy
Hi! I'd like to dowload the lyx-1.1.6fix2 (in case it's exists), but i can't connect with lyx.org server. Does somebody knows about this problem? Regards Dooteo

Tabular speed

2001-04-18 Thread John Levon
just a quick question - am I right in thinking one of the factors in tabular's slowness is the constant searching through the entire tabular for a cell inset equal to the one being looked for in GetCellInset ? Also, what's the resizing algorithm ? Is it similar to that described for HTML tables

Re: is something wrong with www or ftp.lyx.org

2001-04-18 Thread Jean-Marc Lasgouttes
"blackziggy" == blackziggy [EMAIL PROTECTED] writes: blackziggy Hi! I'd like to dowload the lyx-1.1.6fix2 (in case it's blackziggy exists), but i can't connect with lyx.org server. The bad news is that it does not exist yet :( The second bad news is the our web server is down right now. This

RE: Tabular speed

2001-04-18 Thread Juergen Vigna
On 18-Apr-2001 John Levon wrote: just a quick question - am I right in thinking one of the factors in tabular's slowness is the constant searching through the entire tabular for a cell inset equal to the one being looked for in GetCellInset ? The search is only done if the_locking_inset !=

RE: is something wrong with www or ftp.lyx.org

2001-04-18 Thread blackziggy
U. I think that i've got some ftp problems with the proxy : ( Thanks Dooteo blackziggy Hi! I'd like to dowload the lyx-1.1.6fix2 (in case it's blackziggy exists), but i can't connect with lyx.org server. The bad news is that it does not exist yet :( The second bad news is

RE: Tabular speed

2001-04-18 Thread John Levon
On Wed, 18 Apr 2001, Juergen Vigna wrote: On 18-Apr-2001 John Levon wrote: just a quick question - am I right in thinking one of the factors in tabular's slowness is the constant searching through the entire tabular for a cell inset equal to the one being looked for in GetCellInset ?

enormous

2001-04-18 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On 17 Apr 2001, Lars Gullik [iso-8859-1] Bjnnes wrote: | | This is planned, except that wchar_t is 32 bit on most os's. | | Wouldn't this have an enormous space impact on those of us who don't | need it ? enormous? no I don't think so. Try to set

Re: New Basque doc

2001-04-18 Thread Jean-Marc Lasgouttes
"Amir" == Amir Karger [EMAIL PROTECTED] writes: Amir I seem not to have karma to check in the updated Basque Amir eu_splash.lyx. Which is fine; it's not like I've been checking Amir much in lately. But could somebody check it in? Done. Amir Dooteo tells me he's got a new eu.po coming in soon,

RE: Tabular speed

2001-04-18 Thread Juergen Vigna
On 18-Apr-2001 John Levon wrote: Time for me to go back to the code then ... fwiw on a 27x27 table, the getMaxWidth of InsetTabular and its children appeared right at the top of the profile ... In my profile the top was GetCellInset() and I thought probably we should have some sort of

RE: minipage in latest cvs

2001-04-18 Thread Juergen Vigna
On 17-Apr-2001 Herbert Voss wrote: creating a minipagepage via insert-minipage with the default width of 100% gives in latex: \begin{minipage}[c]{.100\columnwidth}% ^ it should be 1.00 all other values less than 100% are okay, all over 99% are wrong! Fixed in

Fwd: enormous

2001-04-18 Thread Stephen Reindl
Am 18.04.01, 16:19:38, schrieb [EMAIL PROTECTED] (Lars Gullik Bjnnes) zum Thema enormous: John Levon [EMAIL PROTECTED] writes: | On 17 Apr 2001, Lars Gullik [iso-8859-1] Bjnnes wrote: | | This is planned, except that wchar_t is 32 bit on most os's. | | Wouldn't this have an enormous

Re: Fwd: enormous

2001-04-18 Thread Lars Gullik Bjønnes
Stephen Reindl [EMAIL PROTECTED] writes: | | Wouldn't this have an enormous space impact on those of us who don't | | need it ? | | enormous? no I don't think so. | Try to set LyXParagraph::value_type to int and see how large impact is | has. I just did a test... Userguide with char:

Re: Fwd: enormous

2001-04-18 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars One thing... an initial runtime size of 4M with no documents Lars loaded seems very large too me. I guess the only way to reduce Lars this is to use more lazy loading. Lazy loading of what? JMarc

Re: Fwd: enormous

2001-04-18 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjnnes [EMAIL PROTECTED] writes: | | Lars One thing... an initial runtime size of 4M with no documents | Lars loaded seems very large too me. I guess the only way to reduce | Lars this is to use more lazy loading. | | Lazy

Re: Fwd: enormous

2001-04-18 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars You tell me... Lars lazy initalization would perhaps be easier to fint targets for. Isn't the 4M value the size for all code+libraries we use? Are you sure that there is so much data allocated? If I understand correctly the output

Re: minipage in latest cvs

2001-04-18 Thread Garst R. Reese
Juergen Vigna wrote: Fixed in cvs! (Just commited)! Jrgen Is there anyway I can get it before anoncvs gets back up? Thanks, Garst

Re: Fwd: enormous

2001-04-18 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjnnes [EMAIL PROTECTED] writes: | | Lars You tell me... | | Lars lazy initalization would perhaps be easier to fint targets for. | | Isn't the 4M value the size for all code+libraries we use? Are you | sure that there is

Re: minipage in latest cvs

2001-04-18 Thread Lars Gullik Bjønnes
"Garst R. Reese" [EMAIL PROTECTED] writes: | Juergen Vigna wrote: | | | Fixed in cvs! (Just commited)! | | Jrgen | Is there anyway I can get it before anoncvs gets back up? Yes, by checking out lyx-devel from you own cvs repository that you copied with rsync. I use this to take

ANNOUNCE: gBib 0.1.1 released!

2001-04-18 Thread Alejandro Aguilar Sierra
gBib version 0.1.1 has been released! This program is a user-friendly editor and browser for BibTeX bibliographic databases. You can use it also to insert citations inside a LyX (http://www.lyx.org/) document. This release is a major improvement over the old public release (0.5.d). The code has

Re: ButtonController Mark III

2001-04-18 Thread Allan Rae
On Wed, 18 Apr 2001, John Levon wrote: On Tue, 17 Apr 2001, Allan Rae wrote: [...] Gotta put all those configuration items somewhere the screen isn't big enough for one dialog and having multiple dialogs that you blaze a trail through like W2k networking config is a bigger pain than tabs

Re: ANNOUNCE: gBib 0.1.1 released!

2001-04-18 Thread Garst R. Reese
Alejandro Aguilar Sierra wrote: gBib version 0.1.1 has been released! This program is a user-friendly editor and browser for BibTeX bibliographic databases. You can use it also to insert citations inside a LyX (http://www.lyx.org/) document. This release is a major improvement over the

Re: Long mails

2001-04-18 Thread Mate Wierdl
On Tue, Apr 17, 2001 at 04:32:45PM +0200, Andre Poenitz wrote: It would be really nice if we could refrain from posting large mails to the list. Not everybody has a cheap high-speed connection to the net all the time... If there is a need, I can certainly restrict the size of the posts.

Re: ANNOUNCE: gBib 0.1.1 released!

2001-04-18 Thread Allan Rae
On Thu, 19 Apr 2001, Garst R. Reese wrote: Recent versions of LyX use Preferences instead of .lyxrc How do you set \serverpipe in Preferences? Preferences-Inputs-Paths-LyXServer_Pipe just enter the path and file name without a .in or .out extension -- these will be added for you, I think. The

upgrade

2001-04-18 Thread Mate Wierdl
Since I am upgrading the server, there might be a few hours interruption of the list service. Sorry, this had to be done unexpectedly (a disk filled up). Mate

RE: minipage in latest cvs

2001-04-18 Thread Juergen Vigna
On 17-Apr-2001 Herbert Voss wrote: > creating a minipagepage via insert->minipage with the > default width of 100% gives in latex: > > \begin{minipage}[c]{.100\columnwidth}% > ^ > it should be 1.00 > > all other values less than 100% are okay, all over > 99% are wrong! Ok

[mmh@gmx.net] [Lyx-feedback] Feedback from www.lyx.org

2001-04-18 Thread Jean-Marc Lasgouttes
Lars, do you have something like that in your plans with counters ? Does it seems like a good idea? The main problem I see is that if we support per-page nymbering, we will have big problems... JMarc --- Start of forwarded message --- Message-Id: <[EMAIL PROTECTED]> To: [EMAIL

some compiler warnings

2001-04-18 Thread Angus Leeming
For what it's worth, I get the following warnings when compiling current CVS. Angus cxx: Info: ../../../src/lyxparagraph.h, line 694: #479-D function "LyXParagraph::size" redeclared "inline" after being called LyXParagraph::size_type LyXParagraph::size() const cxx: Info:

Re: ButtonController Mark III

2001-04-18 Thread John Levon
On Tue, 17 Apr 2001, Allan Rae wrote: > Sure. Not everyone reads the "This buffer is readonly -- you can't change > stuff" dialog. But you are right though. I'm not sure what you're referring to here ? Sorry, I am forgetful. > > FWIW, the KDE frontend was managing just fine without an

Re: unicode fonts

2001-04-18 Thread John Levon
On 17 Apr 2001, Lars Gullik [iso-8859-1] Bjønnes wrote: > This is planned, except that wchar_t is 32 bit on most os's. Wouldn't this have an enormous space impact on those of us who don't need it ? I thought the point of UTF-8 was that ASCII could be stored in 7-bit values ? I admit I don't

is something wrong with www or ftp.lyx.org

2001-04-18 Thread blackziggy
Hi! I'd like to dowload the lyx-1.1.6fix2 (in case it's exists), but i can't connect with lyx.org server. Does somebody knows about this problem? Regards Dooteo

Tabular speed

2001-04-18 Thread John Levon
just a quick question - am I right in thinking one of the factors in tabular's slowness is the constant searching through the entire tabular for a cell inset equal to the one being looked for in GetCellInset ? Also, what's the resizing algorithm ? Is it similar to that described for HTML tables

Re: is something wrong with www or ftp.lyx.org

2001-04-18 Thread Jean-Marc Lasgouttes
> "blackziggy" == blackziggy <[EMAIL PROTECTED]> writes: blackziggy> Hi! I'd like to dowload the lyx-1.1.6fix2 (in case it's blackziggy> exists), but i can't connect with lyx.org server. The bad news is that it does not exist yet :( The second bad news is the our web server is down right

RE: Tabular speed

2001-04-18 Thread Juergen Vigna
On 18-Apr-2001 John Levon wrote: > just a quick question - am I right in thinking one of the factors > in tabular's slowness is the constant searching through the entire > tabular for a cell inset equal to the one being looked for in GetCellInset ? The search is only done if the_locking_inset

RE: is something wrong with www or ftp.lyx.org

2001-04-18 Thread blackziggy
U. I think that i've got some ftp problems with the proxy : ( Thanks Dooteo > blackziggy> Hi! I'd like to dowload the lyx-1.1.6fix2 (in case it's > blackziggy> exists), but i can't connect with lyx.org server. > > The bad news is that it does not exist yet :( The second bad

RE: Tabular speed

2001-04-18 Thread John Levon
On Wed, 18 Apr 2001, Juergen Vigna wrote: > On 18-Apr-2001 John Levon wrote: > > > just a quick question - am I right in thinking one of the factors > > in tabular's slowness is the constant searching through the entire > > tabular for a cell inset equal to the one being looked for in

enormous

2001-04-18 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On 17 Apr 2001, Lars Gullik [iso-8859-1] Bjønnes wrote: | | > This is planned, except that wchar_t is 32 bit on most os's. | | Wouldn't this have an enormous space impact on those of us who don't | need it ? enormous? no I don't think so. Try to set

Re: New Basque doc

2001-04-18 Thread Jean-Marc Lasgouttes
> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes: Amir> I seem not to have karma to check in the updated Basque Amir> eu_splash.lyx. Which is fine; it's not like I've been checking Amir> much in lately. But could somebody check it in? Done. Amir> Dooteo tells me he's got a new eu.po

RE: Tabular speed

2001-04-18 Thread Juergen Vigna
On 18-Apr-2001 John Levon wrote: > Time for me to go back to the code then ... fwiw on a 27x27 table, the getMaxWidth > of InsetTabular and its children appeared right at the top of the profile ... In my profile the top was GetCellInset() and I thought probably we should have some sort of

RE: minipage in latest cvs

2001-04-18 Thread Juergen Vigna
On 17-Apr-2001 Herbert Voss wrote: > creating a minipagepage via insert->minipage with the > default width of 100% gives in latex: > > \begin{minipage}[c]{.100\columnwidth}% > ^ > it should be 1.00 > > all other values less than 100% are okay, all over > 99% are wrong!

Fwd: enormous

2001-04-18 Thread Stephen Reindl
Am 18.04.01, 16:19:38, schrieb [EMAIL PROTECTED] (Lars Gullik Bjønnes) zum Thema enormous: > John Levon <[EMAIL PROTECTED]> writes: > | On 17 Apr 2001, Lars Gullik [iso-8859-1] Bjønnes wrote: > | > | > This is planned, except that wchar_t is 32 bit on most os's. > | > | Wouldn't this have

Re: Fwd: enormous

2001-04-18 Thread Lars Gullik Bjønnes
Stephen Reindl <[EMAIL PROTECTED]> writes: | > | Wouldn't this have an enormous space impact on those of us who don't | > | need it ? | | > enormous? no I don't think so. | > Try to set LyXParagraph::value_type to int and see how large impact is | > has. I just did a test... Userguide with

Re: Fwd: enormous

2001-04-18 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> One thing... an initial runtime size of 4M with no documents Lars> loaded seems very large too me. I guess the only way to reduce Lars> this is to use more lazy loading. Lazy loading of what? JMarc

Re: Fwd: enormous

2001-04-18 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> One thing... an initial runtime size of 4M with no documents | Lars> loaded seems very large too me. I guess the only way to reduce | Lars> this is to use more lazy

Re: Fwd: enormous

2001-04-18 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> You tell me... Lars> lazy initalization would perhaps be easier to fint targets for. Isn't the 4M value the size for all code+libraries we use? Are you sure that there is so much data allocated? If I understand correctly the

Re: minipage in latest cvs

2001-04-18 Thread Garst R. Reese
Juergen Vigna wrote: > > Fixed in cvs! (Just commited)! > > Jürgen Is there anyway I can get it before anoncvs gets back up? Thanks, Garst

Re: Fwd: enormous

2001-04-18 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> You tell me... | | Lars> lazy initalization would perhaps be easier to fint targets for. | | Isn't the 4M value the size for all code+libraries we use? Are you | sure

Re: minipage in latest cvs

2001-04-18 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | Juergen Vigna wrote: | | > | > Fixed in cvs! (Just commited)! | > | > Jürgen | Is there anyway I can get it before anoncvs gets back up? Yes, by checking out lyx-devel from you own cvs repository that you copied with rsync. I use this

ANNOUNCE: gBib 0.1.1 released!

2001-04-18 Thread Alejandro Aguilar Sierra
gBib version 0.1.1 has been released! This program is a user-friendly editor and browser for BibTeX bibliographic databases. You can use it also to insert citations inside a LyX (http://www.lyx.org/) document. This release is a major improvement over the old public release (0.5.d). The code has

Re: ButtonController Mark III

2001-04-18 Thread Allan Rae
On Wed, 18 Apr 2001, John Levon wrote: > On Tue, 17 Apr 2001, Allan Rae wrote: [...] > > Gotta put all those configuration items somewhere the screen isn't big > > enough for one dialog and having multiple dialogs that you blaze a trail > > through like W2k networking config is a bigger pain

Re: ANNOUNCE: gBib 0.1.1 released!

2001-04-18 Thread Garst R. Reese
Alejandro Aguilar Sierra wrote: > > gBib version 0.1.1 has been released! > > This program is a user-friendly editor and browser for BibTeX > bibliographic databases. You can use it also to insert citations inside a > LyX (http://www.lyx.org/) document. > > This release is a major improvement

Re: Long mails

2001-04-18 Thread Mate Wierdl
On Tue, Apr 17, 2001 at 04:32:45PM +0200, Andre Poenitz wrote: > > It would be really nice if we could refrain from posting large mails to > the list. Not everybody has a cheap high-speed connection to the net all > the time... If there is a need, I can certainly restrict the size of the posts.

Re: ANNOUNCE: gBib 0.1.1 released!

2001-04-18 Thread Allan Rae
On Thu, 19 Apr 2001, Garst R. Reese wrote: > Recent versions of LyX use Preferences instead of .lyxrc > How do you set \serverpipe in Preferences? Preferences->Inputs->Paths->LyXServer_Pipe just enter the path and file name without a .in or .out extension -- these will be added for you, I

upgrade

2001-04-18 Thread Mate Wierdl
Since I am upgrading the server, there might be a few hours interruption of the list service. Sorry, this had to be done unexpectedly (a disk filled up). Mate