Hi...
there's an annoying cursor movement behaviour when using the cursor in a
matrix.
Make a matrix (3 rows x 2 cols) in math mode.
- Go to position 1x1 (left upper position). Press 'cursor down' ->
cursor is now in 2x1 (2nd row, 1st col). OK!
- Go to position 1x2 (upper right), press down -> c
Lars Gullik Bjønnes wrote:
>
> "Garst R. Reese" <[EMAIL PROTECTED]> writes:
> | Oops, that, or something else, gave many "mulitiple definition of
> | std::string::blah blah
>
> hmm... so you suddenly see what I saw earlier.
>
> I really cannot see the cause for this.
> Do we have an include gu
On Thu, Apr 05, 2001 at 01:14:01AM +0200, Lars Gullik Bj?nnes wrote:
> Herbert Voss <[EMAIL PROTECTED]> writes:
>
> | a label which is set in a footnote, does not appear in
> | the label(reference)-list.
> | is this intended?
>
> I belive this is fixed in cvs now, please test.
>
> howerver for
Good Afternoon,
I just spent the morning compiling the new version of LyX after
making a CVS checkout. While running it I then tried to print and it
"cored".
Moe info: I compiled with gcc, I run solaris 2.7. The 1.16 version
compiled and printed w/no problem.
[2:24pm] 55 [~/t4]:hibernate% u
On 4 Apr 2001, Lars Gullik Bjønnes wrote:
> Asger wrote:
> | Read the latest issue of C++ Users Journal for another take on the
> | conformance argument.
>
> Is it the conformance test by Herb Sutter you are refering to?
Yes, it's the extensive conformance test of basically all existing
C++ com
On Fri, 6 Apr 2001, Juergen Vigna wrote:
> Well it seems very strange that this does not happen with egcs 2.91.66 and
> also does not happen if you omit -O (no optimization), for me this seems like
> a bug in the 2.96.x compiler when optimizing!
>
> Jürgen
Quite possibly. I wonder if the
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> It shouldn't, the spellchecker (and the find replace code)
Lars> should traverse insets that are closed too, and open them if any
Lars> action need to be taken.
Lars> open all, close all should not be needed imho.
Close all
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> Michael Schmitt <[EMAIL PROTECTED]> writes: | Hi, | | I
| Lars> am sorry to say that the current float implementation is broken:
| Lars> | | 1. "Edit -> Floats & Insets ->
On 06-Apr-2001 John Levon wrote:
>> | At last you see this too :)
>>
>> This seems like some memory corruption/uninitilaized variables (more
>> specifically the paragraph next pointer in the cloned structure for
>> use in undo)
>
> phew, good, I thought it was just me. I couldn't reproduce this
The attached patch fixes some issues with these three dialogs.
Frontends may other than xforms may need to update.
There is still one problem, the External Apply button never gets activated. Angus ?
thanks
john
--
"I am a conscientious man, when I throw rocks at seabirds I leave no tern
unst
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Michael Schmitt <[EMAIL PROTECTED]> writes: | Hi, | | I
Lars> am sorry to say that the current float implementation is broken:
Lars> | | 1. "Edit -> Floats & Insets -> Open all figures / tables"
Lars> does | not work. Instead y
On 6 Apr 2001, Lars Gullik [iso-8859-1] Bjønnes wrote:
> If we can get the mathed reworking on track again we can have a
> prerelease soon.
It is really important we implement the new find/replace spellcheck
functionality ... Edwin how far have you got with that ?
If I have time I might have a
> | At last you see this too :)
>
> This seems like some memory corruption/uninitilaized variables (more
> specifically the paragraph next pointer in the cloned structure for
> use in undo)
phew, good, I thought it was just me. I couldn't reproduce this at university
(compiler egcs 2.91.66) but
On Fri, 6 Apr 2001, Allan Rae wrote:
> On Thu, 5 Apr 2001, John Levon wrote:
>
> > On Thu, 5 Apr 2001, Allan Rae wrote:
> >
> > > That's what the input checking routine is for.
> > >
> > > The fact that an input has changed isn't significant. The problem is
> > > whether or not that change has
Michael Schmitt <[EMAIL PROTECTED]> writes:
| Hi,
|
| I am sorry to say that the current float implementation is broken:
|
| 1. "Edit -> Floats & Insets -> Open all figures / tables" does
| not work. Instead you get the console message "A truly unknown
| func!"
The functions are not i
Hi,
I am sorry to say that the current float implementation is broken:
1. "Edit -> Floats & Insets -> Open all figures / tables" does
not work. Instead you get the console message "A truly unknown func!"
2. What does "Edit > ... -> Melt" do?
3. When opening a figure float which includ
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> Hmm... that takes some time... if everything is ready I _might_
| Lars> be able to do it today. I'll go from work 15:00.
|
| Then it's a bit too late... I'd rather not d
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes:
Michael> Hi, I cannot compile the latest CVS because of the following
Michael> problem:
I just commited a fix.
JMarc
Michael> BTW: An "a" is missing in "ReadLangugesFile".
That's unfortunate. I'll fix this.
JMarc
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Hmm... that takes some time... if everything is ready I _might_
Lars> be able to do it today. I'll go from work 15:00.
Then it's a bit too late... I'd rather not do it under too much time
pressure.
JMarc
When trying to open an insererror, LyX crashes.
On Fri, Apr 06, 2001 at 09:42:34AM +0200, Dieter Kraus wrote:
> Hi Lyx users,
> experts,
>
> I have a problem with matematical equations below figures. The text is
> divided up in a main part and several {include}-parts.
> If I want to make an dvi-view, error messages are created, caused by the
>
Hi,
I cannot compile the latest CVS because of the following problem:
../src/lyx_main.C: In method `void LyX::ReadLangugesFile(const string &)':
../src/lyx_main.C:672: `languages' undeclared (first use this function)
../src/lyx_main.C:672: (Each undeclared identifier is reported only once
../src
Juergen Vigna <[EMAIL PROTECTED]> writes:
| On 06-Apr-2001 Lars Gullik Bjønnes wrote:
| >
| > I am currently seeing crashes when inserting stuff in InsetTabular, do
| > others see this?
| >
| > It seems that the CreateUndo is doing something wrong (or that some
| > Clone... hmmm da hmm... is do
On 06-Apr-2001 Lars Gullik Bjønnes wrote:
>
> I am currently seeing crashes when inserting stuff in InsetTabular, do
> others see this?
>
> It seems that the CreateUndo is doing something wrong (or that some
> Clone... hmmm da hmm... is doing something wrong.)
At last you see this too :)
Try
On 06-Apr-2001 Lars Gullik Bjønnes wrote:
> but I am not going to manually indent files...
>
> and I clam that the burden is on the 4-tabbers to make the source look
> good for the 8-tabbers, not the other way around. (I have thought
> about untabify...)
Well whatever you can change the thing
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> (pun intended) Yeah! Easter vacation!
|
| When? How long?
week and a weekend.
I'll be sporadically on net, but only over a 9.6Kb line.
| I planned to ask you to prepa
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> (pun intended) Yeah! Easter vacation!
When? How long?
I planned to ask you to prepare a 1.1.6fix2 release today or monday.
JMarc
(pun intended)
Yeah! Easter vacation!
--
Lgb
I am currently seeing crashes when inserting stuff in InsetTabular, do
others see this?
It seems that the CreateUndo is doing something wrong (or that some
Clone... hmmm da hmm... is doing something wrong.)
--
Lgb
Hi Lyx users,
experts,
I have a problem with matematical equations below figures. The text is
divided up in a main part and several {include}-parts.
If I want to make an dvi-view, error messages are created, caused by the
matematical expression under the figure text ( $\tilde \nu_{fwhm}$ ).
Plea
Juergen Vigna <[EMAIL PROTECTED]> writes:
| On 06-Apr-2001 Allan Rae wrote:
| > On Thu, 5 Apr 2001, Juergen Vigna wrote:
| >
| >> for() {
| >> for() {
| >> if (a very long parameterlist
| > && function(with more than one,
| >
On 06-Apr-2001 Allan Rae wrote:
> On Thu, 5 Apr 2001, Juergen Vigna wrote:
>
>> for() {
>> for() {
>> if (a very long parameterlist
> && function(with more than one,
> parameter)) {
>> ^from here we need
32 matches
Mail list logo