Re: Double Dare!

2001-03-11 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > | ../../src/ShareContainer.h:43: no matching function for call to > |`swap(boost::shared_ptr&, boost::shared_ptr&)' > > change this one to std::swap(...); > > Lgb Thanks, Also had to put a std:: in front of vector in BufferView_pimpl.C Then it blew

We have your Wafers Ge, InP, GaAs, SOI, ZnO, ZnS, ZnSe, Sapphire & More!

2001-03-11 Thread Chris Baker
Visit http://www.collegewafer.com or call 800-713-9375, Fax 888-832-0340 or email [EMAIL PROTECTED] Just arrived! New stocks of 2"6" GaAs, GaSb, Cap Germanium, InP, InAs, InSb, Sapphire and more! They're ready to ship! Get your FREE quote today! We also have: Cleaning, Lapping, Etching, Edge

New Arrival

2001-03-11 Thread ditto
Hi, I've recently become interested in the Lyx effort. In particular, I'm interested in the crossplatform (to win32) issue. But for now, just getting my feet wet in the project should be a good start. The website told me this email address would get me setup. So, set me up ! Patrick Lee O

Re: What's wrong with the new Tables!?

2001-03-11 Thread Allan Rae
On Fri, 9 Mar 2001, Kayvan A. Sylvan wrote: > On Fri, Mar 09, 2001 at 11:56:30PM +1000, Allan Rae wrote: > > > One answer is mising for me: Can you view the table inside that lyx doc on > > > your system > > > > I have a 1.2.0cvs from a few days ago that doesn't like it. It complains > > wit

Re: Double Dare!

2001-03-11 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | ../../src/ShareContainer.h: In member function `typename |std::vector, std::allocator > |>::value_type ShareContainer::get(const Share&) const [with Share = |LyXFont]': | ../../src/lyxparagraph.h:516: instantiated from here | ../../

Re: Double Dare!

2001-03-11 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > > SO... if you DARE! turn on the NEW_INSETS in lyxparagraph.h and try it > out. One note of caution... files saved with this turned on will not > be loadable in all cases by lyx with new_insets turned off... > (but it should actually be loadable in most cases, be

highlighting slips, core dump

2001-03-11 Thread larry
Sometimes when I'm highlighting text with keyboard short cuts, extra lines are mistakenly painted blue, and hitting the delete key then causes a core dump. I've seen this behavior repeatedly on many of the 1.1.6 + releases, and I just saw it in 1.2cvs.

Bug Report: reference in page headings

2001-03-11 Thread Yu Di
Hi, I am using LyX 1.1.6fix1 on my Linux box. In my document, the page style is "headings", and I have something like cross reference to "aaa" in one of my chapter titles. When I generated Postscript, the references became "??". I exported the file to LaTeX, and ran "latex" on it, it reported that

bugs, cosmetics and praise

2001-03-11 Thread mobo
Hi I'm using 1.1.6fix1. I migrated from 1.1.5fix2 because lyx had a tendency of crashing when I opened specific math-heavy documents. It still does it, starting at some random late hour and continues, untill I remove the .lyx-directory and have lyx rebuild it (!?). It's very odd. Anyway, it se

[PATCH] More gnome compilation fixes

2001-03-11 Thread Baruch Even
Attached is a patch to fix another set of compilation killers, this includes the file dialog patch with its change of LFUN's, the file dialog itself (I'm using the xforms file dialog for now) and form splash. -- Baruch Even http://baruch.ev-en.org/ Index: src/frontends/gnome/ChangeLog

Double Dare!

2001-03-11 Thread Lars Gullik Bjønnes
The main changes done int he NEW_INSETS branch are back in CVS, but is only available when the NEW_INSETS define is uncommented. The InsetCaption controversy has been put on hold, and NEW_INSETS is now using the old captions. The lists of different floats are not working correctly, and I hope

Re: character dialog bug

2001-03-11 Thread Michael Schmitt
Hi, > Michael> First of all, LyX does not behave the way the dialog suggests > Michael> it. Secondly, my experience is that you don't always want LyX > Michael> to toggle layout settings in practice. For that reason, it > Michael> would like to draw your attention to the fact that > Michael> "fon

Re: CJK-LyX-1.1.6

2001-03-11 Thread Dekel Tsur
On Sat, Mar 10, 2001 at 02:54:30PM +0100, Lars Gullik Bjønnes wrote: > | | What do you store in the lyxstring? When do you need the conversion? > | > | For example, in "LyXTeXt::draw(...)" in text.C, "textstring +=c;" is > | understood "lyxstring +=(wchar_t)" in CJK-LyX. > > Hmm... so the te