Eran Tromer wrote:
>
> Another minor format compatibility issue with NO_LATEX:
>
> "\SpecialChar ~" in ERT is now ignored when reading .lyx files. Should
> do one of the these instead:
> * Import it as "~"
> * Close the ERT inset, insert a "\SpecialChar ~", open a new ERT inset.
>
> BTW, I agre
Should multiple paragraphs in ERT insets be allowed? What do they mean
anyway? Current cvs lets you create them ("C-l foo bar").
I think the right thing to do would be to disallow the concept of a
paragraph in ERT insets. Make both and C- insert a linebreak,
and ditto for LyXfuncs paste and pri
Replace this word is not doing anything for me.
Using aspell, but not --with-pspell.
Garst
Hi,
Another minor format compatibility issue with NO_LATEX:
"\SpecialChar ~" in ERT is now ignored when reading .lyx files. Should
do one of the these instead:
* Import it as "~"
* Close the ERT inset, insert a "\SpecialChar ~", open a new ERT inset.
BTW, I agree that the ERT insets should (al
Stdlayouts.inc restricts captions to center. Is there a reason for this.
It looks pretty ugly with long winded captions. It seems to work if I
change stdlayouts.inc to allow block captions.
Garst
On Fri, Jul 13, 2001 at 09:24:20PM +0300, Dekel Tsur wrote:
> This patch creates an error dialog when reading a file that contains unknown
> layouts.
> Comments ?
Cool! This will prevent people like me manually re-diff-ing a thesis after
having forgotten to copy around some non-standard layouts.
This patch creates an error dialog when reading a file that contains unknown
layouts.
Comments ?
patch.gz
On Fri, Jul 13, 2001 at 12:02:01PM +0200, Jean-Marc Lasgouttes wrote:
> > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes:
>
> Kayvan> This patch adds a "PassThru" boolean to layout, fixing my
> Kayvan> Literate scrap layout problem in a general way.
>
> Kayvan> The only thing I miss
Hi,
this small patch adds a bit to the Latin9 support in LyX: with it, french
guillemets are displayed if the screen font is 8859-15.
It might also be worth adding with iso10646-1 ?..
Thanks,
--
Yves
Index: src/ChangeLog
==
> PS: on a more serious note, I'll just say that this has been like that
> for ages and nobody complained about it.
Mostly because I have not used LyX for ages and was to gutless at the times
when I used it. I now remember that I found this pretty annoying then...
Andre'
--
André Pönitz ..
On Fri, Jul 13, 2001 at 03:57:36PM +0200, Andre Poenitz wrote:
[snip]
> How would we export that? \mbox{contents}?
[snip]
Perhaps another item for the bottom of your todo list: use AMS's \text
instead of \mbox. It supports accented characters, among others...
(selected via validate()?)
>
> And
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>> I find the current way of doing things more intuitive. You think in
>> a WYSIWYG way "emphasize starts here and stops there", while you
>> should think "this word is important, I'll emphasize it should be
>> emphasized".
>>
>> Of cour
> I find the current way of doing things more intuitive. You think in a
> WYSIWYG way "emphasize starts here and stops there", while you should think
> "this word is important, I'll emphasize it should be emphasized".
>
> Of course, this is only theory, but practice is so boring and
> ininteresti
On Fri, Jul 13, 2001 at 04:36:09PM +0200, Edwin Leuven wrote:
> lyx_gui_misc.[Ch] defines a number of functions that need to become guii:
>
> askForText
> AskConfirmation
> AskQuestion
> WriteAlert
> -WriteFSAlert
> -WarnReadonly
>
> I also saw that a MessageBox was flagged as pending, who is t
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes:
Jürgen> On Friday, 13. July 2001 16:13, Jean-Marc Lasgouttes wrote:
>> OK, I updated the gui-i matrix.
>>
>> JMarc
Jürgen> You have set credits/ copyright/ version to "obsoleted by
Jürgen> About", but you didn't add About itself t
On Friday, 13. July 2001 16:13, Jean-Marc Lasgouttes wrote:
> OK, I updated the gui-i matrix.
>
> JMarc
You have set credits/ copyright/ version to "obsoleted by About", but
you didn't add About itself to the matrix.
Very pedantic, I know ;-)
Jürgen.
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>> You operate on the word the cursor is on, like for font changing.
Andre> Which is annoying:
Andre> Font changes should be toggles. If someone want to toggle the
Andre> font on a word he should say so - e.g. by pressing C-S-e or
Andre>
Hi,
lyx_gui_misc.[Ch] defines a number of functions that need to become guii:
askForText
AskConfirmation
AskQuestion
WriteAlert
-WriteFSAlert
-WarnReadonly
I also saw that a MessageBox was flagged as pending, who is the taker? Is
this an effort to guii-ize the above functions?
Why do we need
> Committed.
The credits and copyright stuff is still in cvs. Is this intentional?
gr.ed.
On 13-Jul-2001 Garst R. Reese wrote:
>> Yes, this is something we implemented in Bolzano. I'll change index to
>> use the same routines.
> Hey, thanks. Alice will be very happy.
Well I did promise it, didn't I?
Jürgen
--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Here's the patch again (minus conflicts caused by latest fixes
in bind/*.bind).
Please apply.
---Kayvan
--
Kayvan A. Sylvan | Proud husband of | Father to my kids:
Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89)
http://sylva
Jean-Marc Lasgouttes wrote:
> Yes, this is something we implemented in Bolzano. I'll change index to
> use the same routines.
Hey, thanks. Alice will be very happy.
Garst
> > The problem is that mathed insets don't have e.g. the owner_ pointer, so
> > integration is not really simple.
>
> Hmm, aren't mathed insets derived form inset.h?
Only the outermost ones (InsetFormula and InsetFormulaMacro) (this is the
interface to the outside world).
Everything else is de
> You operate on the word the cursor is on, like for font changing.
Which is annoying:
Suppose I have
'typesomething moretext'
To get
'typesomething /thisshouldbeemphasized/ moretext'
I would naturally move the cursor between ' ' and 'm' and type
'thisshouldbee
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> On Friday 13 July 2001 11:55, Edwin Leuven wrote:
>> > Updated patch with changelogs...
Angus> Committed. A
OK, I updated the gui-i matrix.
JMarc
> Now that the TeX fonts are mostly available in postscript form too,
> why don't we use them in LyX?
I don't know anything about fonts.
Andre'
--
André Pönitz . [EMAIL PROTECTED]
On Fri, Jul 13, 2001 at 02:50:47PM +0200, Andre Poenitz wrote:
>
> Would it be acceptable or even desirable, if ordinary math cursor movements
> (using the arrow keys) would _not_ leave math text mode anymore?
NO (in my opinion).
On Friday 13 July 2001 11:55, Edwin Leuven wrote:
> > Updated patch with changelogs...
>
> Thanks, Ed.
Committed.
A
Content-Type: application/x-gzip; charset="iso-8859-1"; name="about3.diff.gz"
Content-Transfer-Encoding: base64
Content-Description:
--
On 13-Jul-2001 Andre Poenitz wrote:
> How would we export that? \mbox{contents}?
Well we could just create a InsetMbox for this (it would be needed anyway)!
> The problem is that mathed insets don't have e.g. the owner_ pointer, so
> integration is not really simple.
Hmm, aren't mathed insets
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Angus Leeming <[EMAIL PROTECTED]> writes: | I've just been
Lars> trying these out. Super! However, I think that they are |
Lars> mis-named. They are true counterparts of emacs' upcase-region, |
Lars> downcase-region. Note "regi
On Fri, Jul 13, 2001 at 09:24:11AM +0200, Andre Poenitz wrote:
> > > Could somebody please verify this?
> > >
> > > If so, it would make implementation pretty easy.
> >
> > Well, in plain TeX and LaTeX, \meaning\not is simply \mathchar"3236:
> > i.e. \not is simply a single character from one of
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> I've just been trying these out. Super! However, I think that
Angus> they are mis-named. They are true counterparts of emacs'
Angus> upcase-region, downcase-region. Note "region", not "word". If I
Angus> highlight a portion of a wo
> Juergen> Couldn't you insert a InsetText there? Or is that not
> Juergen> possible/desiderable?
>
> That would definitely be nice!
How would we export that? \mbox{contents}?
The problem is that mathed insets don't have e.g. the owner_ pointer, so
integration is not really simple.
I could put
Angus Leeming <[EMAIL PROTECTED]> writes:
| I've just been trying these out. Super! However, I think that they are
| mis-named. They are true counterparts of emacs' upcase-region,
| downcase-region. Note "region", not "word". If I highlight a portion of a
| word, only the highlighted part is c
Andre Poenitz wrote:
>
> > I propose the following. Upon cursor movement:
> > If the new cursor location is between mathtext character then enable
> > mathtext mode.
>
> How would you insert "normal math" between two math text chars then?
Get in there and use C-m, of course. Just like you would
On Friday 13 July 2001 12:16, Andre Poenitz wrote:
> > I have noticed one small bug, however. Don't know if it's in mathed or
table,
> > but see the attached (small) screenshots.
> >
> > "before.png" is what is originally displayed when I open the document.
> > "after.png" is the result of goin
> > - make math text an proper inset with all pro's and con's
>
> Couldn't you insert a InsetText there? Or is that not possible/desiderable?
Not desirable, at least at the moment. Insets from the outer world do not
nest well within mathed.
Andre'
--
André Pönitz ..
I've just been trying these out. Super! However, I think that they are
mis-named. They are true counterparts of emacs' upcase-region,
downcase-region. Note "region", not "word". If I highlight a portion of a
word, only the highlighted part is changed.
Angus
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> On 13-Jul-2001 Andre Poenitz wrote:
>> - make math text an proper inset with all pro's and con's
Juergen> Couldn't you insert a InsetText there? Or is that not
Juergen> possible/desiderable?
That would definitely be nice!
J
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>> > I think math text mode should behave is if it where an inset
>> (even if > it is not really one). Is that possible?
>>
>> If it should behave like an inset we should make it an inset rather
>> than hacking around to get "inset like
On 13-Jul-2001 Andre Poenitz wrote:
> - make math text an proper inset with all pro's and con's
Couldn't you insert a InsetText there? Or is that not possible/desiderable?
Jürgen
--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen VignaE-Mail:
Andre Poenitz <[EMAIL PROTECTED]> writes:
| We are using string literals all over the place...
we are... but we don't store them that way...
--
Lgb
> > I think math text mode should behave is if it where an inset (even if
> > it is not really one). Is that possible?
>
> If it should behave like an inset we should make it an inset rather than
> hacking around to get "inset like behaviour".
Insets in mathed are pretty easy to implement nowada
> think unicode and say that again...
"Lars will start shouting"
> and no... char* is never the answer.
We are using string literals all over the place...
Andre'
PS:
Okok, I won't do it.
--
André Pönitz . [EMAIL PROTECTED]
Dekel Tsur <[EMAIL PROTECTED]> writes:
| The change to trans_mgr.C/trans.C from 2001-07-07 breaks handling of keymaps.
| For example, when using the Hebrew keymap and pressing 'a',
| in Trans::process() the value of c is 'a', and the value of t is "ù".
| In the old code, k.normalkey(c, dt) correc
> I propose the following. Upon cursor movement:
> If the new cursor location is between mathtext character then enable
> mathtext mode.
How would you insert "normal math" between two math text chars then?
> If the new cursor location is between non-mathtext thingies then disable
> mathtext mode
Andre Poenitz <[EMAIL PROTECTED]> writes:
| But most of matheds string usage is pretty static, so there might be a few
| places where const char * are appropriate...
think unicode and say that again...
and no... char* is never the answer.
--
Lgb
Hi,
Andre Poenitz wrote:
> Would it be acceptable or even desirable, if ordinary math cursor movements
> (using the arrow keys) would _not_ leave math text mode anymore?
I propose the following. Upon cursor movement:
If the new cursor location is between mathtext character then enable
mathtext m
> I think math text mode should behave is if it where an inset (even if
> it is not really one). Is that possible?
If it should behave like an inset we should make it an inset rather than
hacking around to get "inset like behaviour".
Andre'
--
André Pönitz .
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>> How would you leave math text mode?
Andre> By restarting LyX or typing C-m again...
I think math text mode should behave is if it where an inset (even if
it is not really one). Is that possible?
JMarc
> How would you leave math text mode?
By restarting LyX or typing C-m again...
Andre'
--
André Pönitz . [EMAIL PROTECTED]
Maybe a booth in our .org pavilion could be interesting for you.
Other participants are KDE, possl.org, GIMP*, GNOME*, SAMBA*, WINE*.
The .org Pavilion is an important component for all the events of
the LinuxWorld Conference & Expo series throughout the world.
It offers representatives of the Lin
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> Would it be acceptable or even desirable, if ordinary math
Andre> cursor movements (using the arrow keys) would _not_ leave math
Andre> text mode anymore?
How would you leave math text mode?
JMarc
Hi,
Just like to report the resolution of the problems I've been having
with compiling Lyx-1.1.6pre2 to Solaris.
#1 Compile problems in sigc++
I got the following errors because slot.h was not being autogenerated. I believe
(although not 100% certain) that this was due to an old version of libt
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>> sstream is not present in gcc 2.95.2 (only 2.95.3).
Andre> I know, but it is easily worked around by simply including the
Andre> sstream header file we are using right now.
The other problem (which forces the .str().c_str() stuff) is
> sstream is not present in gcc 2.95.2 (only 2.95.3).
I know, but it is easily worked around by simply including the sstream
header file we are using right now.
Andre'
--
André Pönitz . [EMAIL PROTECTED]
The change to trans_mgr.C/trans.C from 2001-07-07 breaks handling of keymaps.
For example, when using the Hebrew keymap and pressing 'a',
in Trans::process() the value of c is 'a', and the value of t is "ù".
In the old code, k.normalkey(c, dt) correctly returns "ù",
but in the new code, k.normalke
Would it be acceptable or even desirable, if ordinary math cursor movements
(using the arrow keys) would _not_ leave math text mode anymore?
Andre'
--
André Pönitz . [EMAIL PROTECTED]
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes:
Edwin> Perhaps nice for the website... You need to add the favicon.ico
Edwin> file to the same directory as your html file(s). If you can not
Edwin> put them in the same directory as your page(s) (ie index.html),
Edwin> use the optional t
> Applied and already comitted! You'll can update your sources now ;)
Thanks!
gr.ed.
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>> They are moved in global namespace because if we define our own, we
>> want to define them in global namespace (if only to avoid clashes).
>> Indeed the same should be done for stringstream.
Andre> What are the plans for 1.2.0 anyway?
On Friday 13 July 2001 13:18, Jean-Marc Lasgouttes wrote:
> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> Is there any reason why istringstream and ostringstream are
> Angus> moved into the global namespace. If so, why isn't stringstream
> Angus> as well. Can I not just re
> They are moved in global namespace because if we define our own, we
> want to define them in global namespace (if only to avoid clashes).
> Indeed the same should be done for stringstream.
What are the plans for 1.2.0 anyway?
Didn't somebody (you(?)) mention g++ 2.95 as minimum requirement lat
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Is there any reason why istringstream and ostringstream are
Angus> moved into the global namespace. If so, why isn't stringstream
Angus> as well. Can I not just remove the using directives and put
Angus> them in the .C files?
They
Is there any reason why istringstream and ostringstream are moved into the
global namespace. If so, why isn't stringstream as well. Can I not just
remove the using directives and put them in the .C files?
Angus
#ifndef LSSTREAM_H
#define LSSTREAM_H
// Since we will include a string header a
On 13-Jul-2001 Edwin Leuven wrote:
>> Please just send a ChangeLog patch. I have the pspell stuff running right
>> now, I just have problems using pspell, but this problems lies in the
>> library and not in the new code (the old one has the same problems!)
>
> attached...
Applied and already co
> We got the following message from feedback. Andre, are you interested?
What are "invited people" supposed to do there anyway? From a short glance
at last year's list of exhibitors it looks like some pretty commercial
event. What should we do there? Encourage businesses using LyX?
Andre'
--
A
We got the following message from feedback. Andre, are you interested?
Or maybe somebody else?
JMarc
Antje Kaeppel ([EMAIL PROTECTED]) entered the
following feedback message on the LyX home page:
We would like to
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>> > Mathed alone went from 175k to 445k binary size (whereas the
>> sources fell > from 11900 to 10700 LOC) between May 2000 and today
>>
>> Ahhh! It's your fault! (I know it's Friday, no smileys!) On a 64bit
>> machine that'll be a cha
On Fri, Jul 13, 2001 at 09:25:40PM +1000, David Fong wrote:
> Dear Dekel,
>
> Thank you for your reply. I agree that I need to surround Big 5 encoded text
> with \begin{CJK*}{Bg5}{song} and \end{CJK*} to get LaTeX to print out Chinese
> Big5 characters.
>
> However, I need some way of telling
> Please just send a ChangeLog patch. I have the pspell stuff running right
> now, I just have problems using pspell, but this problems lies in the
> library and not in the new code (the old one has the same problems!)
attached...
> If your pspell installation is working please tell me how you d
Dear Dekel,
Thank you for your reply. I agree that I need to surround Big 5 encoded text
with \begin{CJK*}{Bg5}{song} and \end{CJK*} to get LaTeX to print out Chinese
Big5 characters.
However, I need some way of telling CJK-LyX to display Big5 encoding as
Chinese characters on the LyX screen
> I have noticed one small bug, however. Don't know if it's in mathed or table,
> but see the attached (small) screenshots.
>
> "before.png" is what is originally displayed when I open the document.
> "after.png" is the result of going into each math inset and moving through it
> with the curso
> > Mathed alone went from 175k to 445k binary size (whereas the sources fell
> > from 11900 to 10700 LOC) between May 2000 and today
>
> Ahhh! It's your fault! (I know it's Friday, no smileys!) On a 64bit machine
> that'll be a change from 350k to 900k which accounts for 60% of the increase
>
On 13-Jul-2001 Angus Leeming wrote:
> André,
>
> mathed gets better and better!
>
> I have noticed one small bug, however. Don't know if it's in mathed or table,
> but see the attached (small) screenshots.
>
> "before.png" is what is originally displayed when I open the document.
> "after.pn
On Friday 13 July 2001 11:41, Andre Poenitz wrote:
> > I guess that a lot of this is comming from the guii work, but sure use
> > of stl helps.
>
> Mathed alone went from 175k to 445k binary size (whereas the sources fell
> from 11900 to 10700 LOC) between May 2000 and today
Ahhh! It's your faul
Juergen Vigna <[EMAIL PROTECTED]> writes:
| > We do not use C-style casts. Use C++ casts.
| >
| > static_cast(...)
|
| You surely meant cost_cast isn't it! Anyway I'll commit Andres fix for
| this now!
actually my comment was intended as a more general one.
--
Lgb
On 13-Jul-2001 Edwin Leuven wrote:
>> Edwin as soon as you send me the missing ChangeLog entries I'm now ready
>> to commit this stuff. Unfortunately I cannot test the pspell module as I'm
>> not able to start it, it keeps telling me that it cannot load the aspell
>> module?? I'll check this with
André,
mathed gets better and better!
I have noticed one small bug, however. Don't know if it's in mathed or table,
but see the attached (small) screenshots.
"before.png" is what is originally displayed when I open the document.
"after.png" is the result of going into each math inset and movi
> Edwin as soon as you send me the missing ChangeLog entries I'm now ready
> to commit this stuff. Unfortunately I cannot test the pspell module as I'm
> not able to start it, it keeps telling me that it cannot load the aspell
> module?? I'll check this with Kevin, if he's able to help me!?
I'll
Updated patch with changelogs...
Thanks, Ed.
about3.diff.gz
> "Paul" == Paul Seelig <[EMAIL PROTECTED]> writes:
Paul> To whom it may concern: For "http://www.devel.lyx.org/guii.php3";
Paul> i get the following with konqueror:
Paul> Parse error: parse error, expecting `')'' in
Paul> /home/httpd/html/lyx-devel/guii.php3 on line 112
It should be fixed
> I guess that a lot of this is comming from the guii work, but sure use
> of stl helps.
Mathed alone went from 175k to 445k binary size (whereas the sources fell
from 11900 to 10700 LOC) between May 2000 and today
Since mathed was virtually STL-free I'd attribute most of the size to it.
But swi
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Well I can't remember when I made the switch to cxx 6.1 (and
Angus> hence the ability to use std::string), but 1.1.6 was certainly
Angus> compiled with it. So we've grown by 1MB since then.
I have indeed similar numbers for 1.1.6
On 12-Jul-2001 Edwin Leuven wrote:
Edwin as soon as you send me the missing ChangeLog entries I'm now ready
to commit this stuff. Unfortunately I cannot test the pspell module as I'm
not able to start it, it keeps telling me that it cannot load the aspell module??
I'll check this with Kevin, if
To whom it may concern:
For "http://www.devel.lyx.org/guii.php3"; i get the following with
konqueror:
Parse error: parse error, expecting `')'' in /home/httpd/html/lyx-devel/guii.php3 on
line 112
Netscape (with JavaScript turned off) just returns a blank page,
although the document source can
On 13-Jul-2001 Lars Gullik Bjønnes wrote:
>| -UpdatableInset * in = inset.getLockingInset();
>| +InsetText * in = (InsetText *) inset.getLockingInset();
>| if (&inset == in)
>| return const_cast(this);
>| return in;
>
> We do not use C-style casts. Use C++ casts.
On Friday 13 July 2001 10:42, Jean-Marc Lasgouttes wrote:
> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> Just for reference, here are the sizes of the stripped binaries
> Angus> of the last few versions of the code:
>
> Angus> -r-xr-xr-x 1 root system 2850816 May 2 2000
Angus Leeming <[EMAIL PROTECTED]> writes:
| The increase in size appears to be accelerating. Will this trend change or
| should I buy a separate hard disk for future LyXs? Seriously, is this mainly
| a consequence of moving to STL containers?
|
I guess that a lot of this is comming from the gu
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> It'd be nicer and cheaper to use a stringstream
Angus> string const ControlAboutlyx::getVersion() const {
Angus> std::stringstream ss;
No. Include
#include "Lsstream.h"
and in the function do
stringstream ss;
and get the resul
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
| UpdatableInset * InsetCollapsable::getLockingInset() const
| {
| - UpdatableInset * in = inset.getLockingInset();
| + InsetText * in = (InsetText *) inset.getLockingInset();
| if (&inset == in)
| return const_cast(this
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes:
Kayvan> This patch adds a "PassThru" boolean to layout, fixing my
Kayvan> Literate scrap layout problem in a general way.
Kayvan> The only thing I miss is the Evil Red Scraps now (they show up
Kayvan> as typewriter, but not red).
A f
On Friday 13 July 2001 10:35, Edwin Leuven wrote:
> > Hi there,
>
> I killed the Copyright and Control dialogs and now have 1 about lyx dialog.
Man, you're quick!
> Please find patch attached. Open issue (yes xforms is bugging me again) the
> dialog can be resized.
Yes, tabs are a pain in th
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Just for reference, here are the sizes of the stripped binaries
Angus> of the last few versions of the code:
Angus> -r-xr-xr-x 1 root system 2850816 May 2 2000
Angus> /usr/local/bin/lyx114* -r-xr-xr-x 1 root system 3416064 Dec 8
A
Just for reference, here are the sizes of the stripped binaries of the last
few versions of the code:
-r-xr-xr-x 1 root system 2850816 May 2 2000 /usr/local/bin/lyx114*
-r-xr-xr-x 1 root system 3416064 Dec 8 2000 /usr/local/bin/lyx115*
-r-xr-xr-x 1 root system 4202496
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> So you see that Inset::hideDialog is connected to the dialog
Angus> appropriately. This just needs to be changed to
Angus> Inset::collapsed() or whatever name Jürgen has chosen for this.
In fact I hoped you would give this kind of
> "Ronny" == Ronny Buchmann <[EMAIL PROTECTED]> writes:
Ronny> cut and paste doesnt always gives the correct result (see the
Ronny> patch) ;)
Oops! Thanks. Now I have killed the kde entries, so there are probably
even more errors (I'll test it as soon as it is reflaceted on the
server).
JMa
Hi there,
I killed the Copyright and Control dialogs and now have 1 about lyx dialog.
Please find patch attached. Open issue (yes xforms is bugging me again) the
dialog can be resized.
It would be great if someone can take a peek at it (and commit it if it is ok
as is).
Comments are of cours
> "Scott" == Scott Otterson <[EMAIL PROTECTED]> writes:
Scott> Peter, I'm pretty sure that my window manager isn't catching
Scott> M-f and M-b (I'm using gnome/sawfish, and none of the shortcuts
Scott> are set to those combinations). Also, looking in lyx/bind, I
Scott> see that none of the bi
On Fri, Jul 13, 2001 at 11:19:00AM +0200, Jean-Marc Lasgouttes wrote:
> > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes:
>
> Kayvan> Can you re-add tex-mode.xpm back in lib/images/ as
> Kayvan> ert-insert.xpm? I use a custom toolbar and like having the TeX
> Kayvan> incon (which woul
1 - 100 of 118 matches
Mail list logo