Garst R. Reese wrote:
>>- Find & replace ignores math formula; bug or feature?
> Find & replace ignores lots of things, and has limited replace
> capabilities.
> I would call this a feature request rather than either a bug or
> feature.
Yes, and I don't really miss this feature. On the oth
On Tue, Dec 18, 2001 at 09:53:58AM -0500, [EMAIL PROTECTED] wrote:
> I don't like the idea of moving existing bindings that are causing
> problems.
Then we need another shortcut prefix for mathed. There are simply not
enough letters for two-key-shortcuts given the first is a fixed 'M-m'.
Ok, th
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> I think this is a comment that we tried to use an initializer
Lars> for this one time.
Lars> font = { x, ,x, x, x, x,x , x};
Lars> and that cxx did not like it.
No the code was something like
MathFonts = new LyXFont[FO
--
André Pönitz .. [EMAIL PROTECTED]
Index: paragraph.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/paragraph.C,v
retrieving revision 1.180
diff -u -p -r1.180 paragraph.C
--- para
We currently have
void mathed_init_fonts()
{
MathFonts = new LyXFont[FONT_NUM];
// DEC cxx cannot initialize all fonts at once (JMarc) rc// [2]
for (int i = 0; i < FONT_NUM; ++i) // [1]
MathFonts[i] = LyXFont(LyXFont::ALL_SANE);
On 18-Dec-2001 Lars Gullik Bjønnes wrote:
> And InsetText::update itself has this strange lt handling...
If you have a look actually lt is used REALLY only in the getLyXText() to
be safe, as there we also delete LyXText if requested!
> Not in principle, just a width change.
Not only also if w
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Yes...
Lars> f.ex. if you want to have two lastfiles
Kind of a bad example when this is a global variable.
Lars> It is kindo a philosophical question. (where to declare global
Lars> objects)
I would say global objects can b
Lars, you know what is coming now. Simply say "So be it" or I'll torture
you a few times more...
I'd like to have a single "math" LFUN_MATH with my own little "namespace"
under it (much like the "M-m keybinding namespace" we already have).
It is simply not feasible to have everything living in
Hi!
Quite often you have (a least I have :) figures for which you need
citation references. Those references shouldn't appear in the LOF (this
is probably - I think - what most people want).
Doing that manually produces a lot of ERT (btw, thanks Günter!).
Changing the default behaviour or provid
On 18-Dec-2001 Jean-Marc Lasgouttes wrote:
> Juergen> Well I don't know what you did since yesterday, but now I
> Juergen> crash when I want to open the file menu in it's constructor
> Juergen> for building, seems some problem with the lastfiles
> Juergen> constructor??? Anybody else?
>
> Yes,
On 18-Dec-2001 Dekel Tsur wrote:
> On Tue, Dec 18, 2001 at 11:01:31AM +0100, Jean-Marc Lasgouttes wrote:
>> Appended as usual is a list of what has been fixed since 1.1.6fix3. I
>> think that a 1.1.6fix4 is ready now, so I propose to do the release
>> tomorrow or thursday. Kayvan, will you be abl
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> Well I don't know what you did since yesterday, but now I
Juergen> crash when I want to open the file menu in it's constructor
Juergen> for building, seems some problem with the lastfiles
Juergen> constructor??? Anybody else?
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Tue, Dec 18, 2001 at 11:08:10AM +0100, Jean-Marc Lasgouttes
Andre> wrote:
>> You could use M-m s for sum, but this is for sqrt
Andre> Actually I hate the bindings for short things like "sum". I
Andre> think it is faster to type
On Tue, Dec 18, 2001 at 11:08:10AM +0100, Jean-Marc Lasgouttes wrote:
> You could use M-m s for sum, but this is for sqrt
Actually I hate the bindings for short things like "sum". I think it is
faster to type "\sum" instead of trying to remember what the short cut
was...
> OK, it is a bit compli
On Tue, Dec 18, 2001 at 11:01:31AM +0100, Jean-Marc Lasgouttes wrote:
> Appended as usual is a list of what has been fixed since 1.1.6fix3. I
> think that a 1.1.6fix4 is ready now, so I propose to do the release
> tomorrow or thursday. Kayvan, will you be able to prepare the rpms?
>
> Please tell
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> I'd like to get rid of the "functional overloading of C-m".
Andre> Currently it is used to - create a new inlined math inset if
Andre> used outside mathed - toggle between math text and "normal
Andre> math" if used inside mathed.
On Fri, Dec 14, 2001 at 11:09:35AM +0100, Juergen Vigna wrote:
> I think that the docbook export should be done as the LaTeX one and that
> is in the paragraph & buffer. Have a look how I made the LaTeX code work.
> IMO a similar aproch should be done for all InsetText export code in ANY
> format
Hello,
Appended as usual is a list of what has been fixed since 1.1.6fix3. I
think that a 1.1.6fix4 is ready now, so I propose to do the release
tomorrow or thursday. Kayvan, will you be able to prepare the rpms?
Please tell me what are the open bugs you consider important for
1.1.6fix4. Also t
Well I don't know what you did since yesterday, but now I crash when
I want to open the file menu in it's constructor for building, seems
some problem with the lastfiles constructor??? Anybody else?
Jug
--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen
On 18-Dec-2001 Lars Gullik Bjønnes wrote:
> cvs rdiff -D 'now' -D 'five minutes ago'
>
> Something like this should be allowed.
Or use the very comfortable LyX-CVS web interface.
Jug
P.S.: Emacs has a vc interface with diff between revisions. You have to
know the revision num
On 18-Dec-2001 Lars Gullik Bjønnes wrote:
> To me it seems that what is done is done in a most "circular" way
> instead of more directly. All that is really done it to ensure that we
> use an uptodate and the correct LyXText for the inset. (does this
> LyXText ever change without outside "interv
On 18-Dec-2001 Garst R. Reese wrote:
> ///
> // this is needed globally so we know that we're using it
> actually and
> // so the LyXText-Cache is not erased until used!
> mutable LyXText * lt;
Oh I should have read forward before replying to Lars mail, you now
a
On 18-Dec-2001 Lars Gullik Bjønnes wrote:
> Michael Schmitt <[EMAIL PROTECTED]> writes:
>
>| #0 LyXText::Selection::set (this=0xa8, s=false) at lyxtext.h:260
>| #1 0x080f49e1 in LyXText::clearSelection (this=0x0) at text2.C:1059
>| #2 0x08155df2 in InsetText::insetButtonPress (this=0x85
On 17-Dec-2001 John Levon wrote:
>#6 LyXText::Selection::set (this=0xa8, s=false) at lyxtext.h:260
>#7 0x080e80e1 in LyXText::clearSelection (this=0x0) at text2.C:1059
>#8 0x08142471 in InsetText::insetButtonPress (this=0x8396c64, bv=0x836f0e8, x=179,
>#y=-3, button=1) at insettext.C:996
A s
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Mon, Dec 17, 2001 at 07:35:27PM +0200, Dekel Tsur wrote:
>> PS: When doing copy&paste of rectangular regions of an array, the
>> pasted text is appended to the old text of each cell. Wouldn't it
>> be more intuitive if the new t
Allan Rae wrote:
> - Do we really need to export PDF in many different ways? My machine
> at work suggests PDF (just PDF), PDF (pdflatex), and a third one
> (don't remember). Can't we just offer the best one?
>
> In a word: "No."
[...]
A real life example from yesterday to illustrate this:
I have
26 matches
Mail list logo