From Andre, earlier:
Problems can be solved by the following recipe:
The LyX code 2 in the error can be 'translated' by using insets/InsetCode.h
into 'QUOTE_CODE', and
[EMAIL PROTECTED]:/data/lyx/trunk > g 'new InsetQuote'
src/Text3.cpp: cur.insert(new
Hi everyone,
Latest LyX:
lyx newfile.lyx
Click "Create"
Control-L (open a new ERT inset)
type something
Click on the ERT inset
LyX crashes
--
Kayvan A. Sylvan | Proud husband of | Father to my kids:
Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89)
h
On Fri, May 30, 2003 at 07:09:31PM +0100, Jose' Matos wrote:
> > +\begin_inset LatexCommand \bibtex{xampl}
>
> Is the following enough? :-)
thanks, applied
john
On Friday 30 May 2003 05:51, John Levon wrote:
> >
> > Give a small example of before and after and I will do it. This is
> > trivial to do in lyx2lyx. :-)
>
> -\begin_inset LatexCommand \BibTeX{xampl}
> +\begin_inset LatexCommand \bibtex{xampl}
Is the following enough? :-)
> regards
> john
The bibtex inset now constructs itself using InsetCommandParams
in factory.C with a name of "bibtex". This breaks when you read it in,
since we are expecting "BibTeX" as the command name.
Possible fixes :
o make createInset() set the command name to BibTeX (I assume this
won't break the dial
John Levon <[EMAIL PROTECTED]> writes:
| o make readInset() handle only "bibtex", and do s/BibTeX/bibtex/ in
|lyx2lyx
This one I think, but I have no strong feeling about this.
--
Lgb
load the attached
john
#LyX 1.3 created this file. For more info see http://www.lyx.org/
\lyxformat 223
\textclass article
\language english
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 1
\use_n
On Wed, 21 Nov 2001, Juergen Vigna wrote:
> On 21-Nov-2001 Allan Rae wrote:
>
> > It seems we need to get:
> > Inset::checkInsertChar() to return false.
> > UpdatableInset::checkInsertChar() to return true.
>
> IMO the Inset::checkInsertChar() should be removed. I added this when
> I
On Wed, 21 Nov 2001, Larry Kollar wrote:
>
> Allan Rae wrote:
>
> > P.S. I tawt I taw a meteor shower: I did! I did!
>
> Actually, this is what you saw:
> http://www.geekculture.com/joyoftech/joyarchives/260.html
There must have a been a whole alien invasion fleet up there to be
chucking dow
Allan Rae wrote:
> P.S. I tawt I taw a meteor shower: I did! I did!
Actually, this is what you saw:
http://www.geekculture.com/joyoftech/joyarchives/260.html
:-)
Larry
> I *think* the formula insets should be able to handle insertion of
> chars (probably with a change of font but not necessarily -- ideas?)
> Andre'?
I do not really understand what you are talking about. I am just learning
to crawl in the outside world... Last time I looked I could insert some
On 21-Nov-2001 Allan Rae wrote:
> It seems we need to get:
> Inset::checkInsertChar() to return false.
> UpdatableInset::checkInsertChar() to return true.
IMO the Inset::checkInsertChar() should be removed. I added this when
I had the problems that the function was not called. But i
On Wed, 21 Nov 2001, Allan Rae wrote:
> I'll put together what I think needs to be done to have the bool
> operate as "insertion is permitted." This should help fix a couple of
> other inset related weird issues.
It seems we need to get:
Inset::checkInsertChar() to return false.
On 20 Nov 2001, Jean-Marc Lasgouttes wrote:
> > "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:
>
> Allan> As I mentioned in a previous email in the
> Allan> "Paragraph::Pimpl::size()" thread text in paragraphs in a
> Allan> Figure float are getting told by
> Allan> insetcollapsible::checkIn
On Tue, 20 Nov 2001, Juergen Vigna wrote:
>
> On 20-Nov-2001 Allan Rae wrote:
>
> > So since I have to go home and prepare myself for Australia's victory
> > over Uraguay tonight (so we will be halfway to qualifying for the
> > World Cup) I leave the task to fixing checkInsertChar() to someone
>
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:
Allan> As I mentioned in a previous email in the
Allan> "Paragraph::Pimpl::size()" thread text in paragraphs in a
Allan> Figure float are getting told by
Allan> insetcollapsible::checkInsertChar() that text isn't allowed!
Allan> (which is why
On 20-Nov-2001 Allan Rae wrote:
> So since I have to go home and prepare myself for Australia's victory
> over Uraguay tonight (so we will be halfway to qualifying for the
> World Cup) I leave the task to fixing checkInsertChar() to someone
Is that some strange small Island? Or do you mean Urug
Halfway there:
2001-11-20 Allan Rae <[EMAIL PROTECTED]>
* paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
Now need Inset*::checkInsertChar() to return true for appropriate
cases so that the characters in the minibuffer will actually be
insert
18 matches
Mail list logo