I forgot to mention libsigc++ will drastically affect which compilers will
be able to compile LyX. It looks like gcc-2.7.2 will never work and
gcc-2.8.x is only just capable perhaps-maybe (sorry JMarc looks like
you'll have some extra work).
Libsigc++ is developed with egcs-1.1. It hasn't been
On 27 Jan 2000, Lars Gullik Bjønnes wrote:
> Allan Rae <[EMAIL PROTECTED]> writes:
>
> [I dropped the sigc++ list]
It was just Karl's private mail address not the list.
> So you are not letting the included sigc++ use its own ./configure?
My first draft does but its a pain -- 12 hours yesterd
On Wed, 26 Jan 2000, Dr. Ing. Roland Krause wrote:
[...]
See my other email "libsigc++ integration..." for details.
> Also, I dont understand what the Communicator class was supposed to do. Is it
> kind of a mediator between the LyX kernel and the popups? Will it become
> obsolete with the using
Allan Rae <[EMAIL PROTECTED]> writes:
[I dropped the sigc++ list]
| I've cut down the number of signal and slot templates that are generated
| (Signal0-Signal2 only for now -- I don't see any need for more that number
| of parameters in our code [one return + two parameters] although that may
|
Roland I've taken this to the list since it saves me writing an almost
identical email to explain to everyone else what's currently happening.
I hope you don't mind.
Karl, thanks for your advice. There are a couple of lines relevent for
you below -- see discussion about sigc.m4. I thought you
"Garst R. Reese" <[EMAIL PROTECTED]> writes:
| Hi again folks.
| I'm back -- at least I think I re-subcribed.
| My current problem is that I indexed two books and it seemed to work
| great, but now, after additions to both, the index no longer shows up
| when I view postscript.
Do they show up o
Michael Schmitt <[EMAIL PROTECTED]> writes:
| Of course, I cannot blame you for problems in some external libraries.
| But maybe you are willing to quickly browse through the list of warning
| to make sure that it is a problem of my Sun environment? As I stated
| before I never had such problems
Hi again folks.
I'm back -- at least I think I re-subcribed.
My current problem is that I indexed two books and it seemed to work
great, but now, after additions to both, the index no longer shows up
when I view postscript.
There is a \printindex line in both files and the little Idx boxes are
the
Hi,
as you know I have some serious problems with spaces. Today I managed to
crash (SIGSEGV) Lyx by adding a simple printf statement in function
InitLyxLookup (just did that by accident; don't ask me why).
Therefore, I started my favorite program: Purify and it reported a lot
of problems when en
It seems to me that we have managed to remove the worst bugs and is
absolutely no worse off than 1.1.3.
I know there are some space issues, and some "update dvi" reports, I
do not understand how this happens and have failed at reproducing
this...
Are the configure problems resolved?
If there a
On Mon, Jan 24, 2000 at 03:45:35PM +0100, Jean-Marc Lasgouttes wrote:
> > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
>
>
> This looks like a good idea indeed. When you say 'english' do you
> really mean that or any other language?
I mean any language: \locallanguage xx changes to
Dekel Tsur <[EMAIL PROTECTED]> writes:
| What I meant was that instead of
|using std::copy;
|using std::ostream_iterator;
|copy(files.begin(), files.end(),
|ostream_iterator(ofs, "\n"));
|
| you can write
|std::copy(files.begin(), files.end(),
|std::
Why the heights of the Combox lists are so small?
For example, in the Citation popup, the list shows only 5 keys at a time,
which makes it very difficult to use if you have large bibliography database.
This can be fixed by changing line 87 of insets/insetbib.C from
bibcombox->add(80, 10, 130,
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| Lars> | makes sense.
|
| Lars> Didn't you alter my change?
|
| I just replaced a
| for(int j = j+1;...
| with
| for(int j = 0;...
|
| Obviously, I see now that this change was wrong. However, your code
| was wrong too, since, as Jose pointe
[EMAIL PROTECTED] writes:
| Are ascii format archives (plzzeee not html)
| of the lyx mailing lists available anywhere?
To my knowledge no. (unless they serve as basis for the html pages
somewhere.)
Lgb
Michael Schmitt <[EMAIL PROTECTED]> writes:
| Hi Jean-Marc, hi Lars,
|
| enclosed please find a new log file.
The first run looks ok.
In the second run it is detected that there is no change to the .tex
file (nor to any other of the files in the dependency list) so all
further latexxing is skip
Are ascii format archives (plzzeee not html)
of the lyx mailing lists available anywhere?
Best regards
--
lsm
On Wed, Jan 26, 2000 at 10:10:18AM +0100, Jean-Marc Lasgouttes wrote:
>
> Abdel> PS: Y'a t'il une version française du site???
>
> Non, malheureusement. Il y a un site sur la traduction en francais de
> la documentation (un peu au point mort en ce moment...), mais c'est
> tout.
Well, that's pre
This message is primarily for Allan,
we have been discussing necessary steps on getting the GUI indep stuff off the
ground.
I have looked a little more into libsigc++ and I would like to experiment with
it a bit.
Allan, could you set up the necessary directory structure like it was in the old
deve
Jean-Marc Lasgouttes wrote:
> Michael> Ok, I attached a log. I opened a new file, added one
> Michael> character (a), viewed dvi, added another char (b) to the text
> Michael> and selected "update dvi", and so on.
>
> OK, two problems: (1) you should post it to the list, since Lars is
> the one
On Wed, Jan 26, 2000 at 11:39:53AM +0100, Jean-Marc Lasgouttes wrote:
> > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
>
> Dekel> I can't compile the latest cvs because of the using declaration
> Dekel> in lastfiles.C:85 and table.C:746 (I use an old g++ - ver.
> Dekel> 2.90.29) This can
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | -
Lars> see whether the change you did to Buffer::pop_tag some time ago
Lars> | makes sense.
Lars> Didn't you alter my change?
I just replaced a
for(int j = j+1;...
with
f
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> I can't compile the latest cvs because of the using declaration
Dekel> in lastfiles.C:85 and table.C:746 (I use an old g++ - ver.
Dekel> 2.90.29) This can the fixed by moving the using declarations to
Dekel> the global scope, or stop
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes:
Michael> maybe the following two new (!) purify messages give a hint
Michael> on what goes wrong??? I simply opened a new document and
Michael> typed in a character (a).
It seems that these UMR are in debug messages. I am not really
If possible, please compress any files before attaching them to emails. I hope
this wouldn't bother anybody. Actually, I have got problem getting this mail because
the last part of MIME is
truncated. I don't know why. Maybe because it's attached as text and there's some
characters whic
Hi,
yet another hint on the space problem:
If I cannot enter another space in my text because the space key seems
to be "locked", there is an interesting way to make Lyx accept spaces
again: You just have to switch to another program on your desktop and
switch back to LyX. IMHO this looks like a
On 25-Jan-2000 Jean-Marc Lasgouttes wrote:
> Abdel> By the way, I checked already the html export feature... very
> Abdel> nice!!! Especially for maths!! I opened my 200p thesis full of
> Abdel> maths and graphics without any problem... One side-note though,
> Abdel> under KDE when the option 'D
> "Mike" == <[EMAIL PROTECTED]> writes:
Mike> In a landslide 1 to 0 vote, with several thousand abstentions, I
Mike> have proclaimed myself maintainer of UserGuide, Extended, and
Mike> Customization. (Since I was _temporary_ maintainer of UserGuide
Mike> for over a year with no volunteers,
> "Abdel" == Abdelrazak YOUNEs <[EMAIL PROTECTED]> writes:
Abdel> checking for prefix by checking for reLyX... (cached) ./reLyX
>> Do you have '.' in your PATH? This is probably the reason why
>> reLyX is found in the build directory. Besides the fact that having
>> '.' in
Abdel> yes...
Th
29 matches
Mail list logo