On Fri, Mar 22, 2002 at 01:54:23PM +1000, Allan Rae wrote:
> > Yes, this has regressed. Allan ?
>
> This is a rendering error only. It hasn't regressed. The last time
> I/we looked at this I/we concluded the bug was fixed (crashes etc.)
> and only a rendering error remained.
Last time /I/ loo
On Fri, Mar 22, 2002 at 04:06:19PM +1000, Allan Rae wrote:
> Take a look at the copyright notice in just about any file you care to
> name. I've give you an example:
> src/lyxfunc.C
Any way, the new style header is much better and should replace all
the old variants ...
> More importantl
On Thu, Mar 21, 2002 at 10:48:30PM +0100, Lars Gullik Bjønnes wrote:
> We need to go through these documents and verify and update them for
> the upcomming 1.2.0 release.
Oh... MAINTAINERS is fairly complete. Mathed-wise...
Andre'
--
André Pönitz ..
On Thu, Mar 21, 2002 at 08:04:51PM +, Angus Leeming wrote:
> Anyone know the sed command to strip off the front off this
> ../../../devel/src/mathed/math_arrayinset.C
> to give this
> math_arrayinset.C
basename ../../../devel/src/mathed/math_arrayinset.C
Andre'
--
André Pön
¸æËßÄãÒ»¸öºÃÏûÏ¢£ºÈç¹ûÄúÏëÔÚδÀ´µÄ£¹£°ÌìÄÚ×îÉÙ׬µ½£¤10ÉõÖÁ¸ü¶à£¡,Êǵģ¬ÄúûÓп´´í
ÊÇ10ÍòÔªÒ»Ì×ÈÃÖйúÈËѸËÙ¸»ÆðÀ´µÄ׬Ǯ·½°¸¡£¡£ÕæµÄºÜÈÝÒ×ÈÃÄã׬µ½Ç®µÄÍøÕ¾
Ö»ÐèÒµÓà·¢µç×ÓÓʼþÐû´«ÍøÕ¾×¬À´Ã¿ÔÂÉÏÍòÔªÈËÃñ±Ò£¬ÓÉ´ËÄú½«ÓµÓÐÊôÓÚ×Ô¼ºµÄ¼Ò
Í¥¹«Ë¾£¡£¡Õâ²»ÊÇÉñ»°£¬Ëü²»ÒªÇóÄã¸úÆäËûÈ˽Ӵ¥£¬ÎÒÏàÐÅËüÄÜ´ò¶¯Ä㣬
All that wonderful whitespace pissing about missed out on several
tab->spaces or even spaces->tabs conversions inside comments.
Take a look at the copyright notice in just about any file you care to
name. I've give you an example:
src/lyxfunc.C
There are three indented lines. One of t
On Tue, 19 Mar 2002, Duncan Simpson wrote:
>
> Surely deleteing superflous spaces is just a matter of M-x
> delete-trailing-whitespace, which you learn about under the Display, Trailing
> whitespace. It operates in the whoole buffer so hit C-x n n (narrow to region)
> if you want to restrict it t
On Thu, 21 Mar 2002, John Levon wrote:
> On Thu, Mar 21, 2002 at 10:06:16AM +0100, Juergen Spitzmueller wrote:
>
> > I remember the KLyX icons to be rather ugly. What about those:
> >
> > http://mailbox.univie.ac.at/Reinhard.Stepanek/lyx/lyx_artwork_icons.html
>
>
> yes, perhaps. of course, the i
On Thu, 21 Mar 2002, John Levon wrote:
> > - Create new "article (koma-script)" document; insert a minipage; add three pars
>of text
> > into the minipage; set the second par to "minisec" layout; set document to "SGML
>article";
> > remove all error boxes -> the error box is deleted logical
On Thu, Mar 21, 2002 at 11:32:41PM +0100, Michael Schmitt wrote:
> - The menu says "C-S-Space" generates a protected blank but it is actually just
>"C-Space"
I guess the bind entry just needs moving to after the C-space one ?
> - Create new "article (koma-script)" document; insert a minipage;
It seems that current CVS is not able to read the tabulars in
lib/examples/ItemizeBullets.lyx.
--
Lgb
How up to date are:
ANNOUNCE
INSTALL
INSTALL.autoconf
INSTALL.OS2
MAINTAINERS
NEWS
README
README.OS2
README.Win32
UPGRADING
We need to go through these documents and verify and update them for
the upcomming 1.2.0 release.
--
Lgb
On Thu, Mar 21, 2002 at 08:13:37PM +, Angus Leeming wrote:
> You're a scary man! Thank you, thank you, thank you!
you call that a knife ?
/this/ is a knife :
http://www.perl.com/CPAN/authors/Tom_Christiansen/scripts/ckaddr.gz
(check the regexp at the bottom ...)
john
--
"What *is* your
On Thursday 21 March 2002 8:09 pm, John Levon wrote:
> On Thu, Mar 21, 2002 at 08:08:51PM +, John Levon wrote:
> > echo '../../../devel/src/mathed/math_arrayinset.C' | sed
> > 's+.*/\(.*\)$+\1+'
> >
> > is one way
>
> but sed 's+.*/++' is far simpler
You're a scary man! Thank you, thank you,
On Thu, Mar 21, 2002 at 08:08:51PM +, John Levon wrote:
> echo '../../../devel/src/mathed/math_arrayinset.C' | sed 's+.*/\(.*\)$+\1+'
>
> is one way
but sed 's+.*/++' is far simpler
john
--
"What *is* your fascination with my forbidden closet of mystery ?"
- Chief Wiggum
On Thu, Mar 21, 2002 at 08:04:51PM +, Angus Leeming wrote:
> Anyone know the sed command to strip off the front off this
> ../../../devel/src/mathed/math_arrayinset.C
> to give this
> math_arrayinset.C
echo '../../../devel/src/mathed/math_arrayinset.C' | sed 's+.*/\(.*\)$+\1+'
i
Sorry for the off topic question but I'm trying to hack a way to getting my
dependency stuff to work,
Anyone know the sed command to strip off the front off this
../../../devel/src/mathed/math_arrayinset.C
to give this
math_arrayinset.C
I guess I need to search for the final "/"
Hi Jean-Marc,
Here is my latest followup to the listerrors fixes.
If you have not already done so, please apply this.
The backward-porting is important since many people don't have python-2.2
installed as /usr/bin/python.
The converter.C patch is important to allow people who have the
setting
On Thu, Mar 21, 2002 at 07:36:55PM +0100, Michael Schmitt wrote:
> Hello everybody,
argh stop using [EMAIL PROTECTED] !!
> any ideas on when 1.2.0pre1 will be released? Are there still patches
> floating around that have not been applied so far?
Just one as far as I know, a crash in CutAndPas
When building recent CVS's (last few days, including 5 minutes ago),
everything goes fine until the end of the install. The following gets
burped at me:
[...]
/usr/bin/install -c -m 644 ../../lyx-devel/lib/symbols
/scr/ressler/lyx-cvs/share/lyx/symbols
files=`sed -e 's/^\([^ ]*\) .*$/\1/' xfonts
On Thursday 21 March 2002 4:47 pm, Andre Poenitz wrote:
> On Thu, Mar 21, 2002 at 04:42:37PM +, Angus Leeming wrote:
> > ps. I do this because I redefine \bmath in the latex preamble as a bit of
> > \mbox{\boldmath $#1$ \unboldmath} magic to get bold lowercase greek
> > letters.
>
> I thought
On Thu, Mar 21, 2002 at 10:06:16AM +0100, Juergen Spitzmueller wrote:
> I remember the KLyX icons to be rather ugly. What about those:
>
> http://mailbox.univie.ac.at/Reinhard.Stepanek/lyx/lyx_artwork_icons.html
yes, perhaps. of course, the icons are themeable. And it would be easy
to make the
On Thu, Mar 21, 2002 at 06:16:40PM +0100, Andre Poenitz wrote:
>
> Can anybody help?
Yes, but I don't quite understand the question.
>
>
> - Forwarded message from ... --
> Would you know what the Tex equivs are for the fonts in the
> Layout -> Document font drop-down? If not is the
Can anybody help?
- Forwarded message from ... --
Would you know what the Tex equivs are for the fonts in the
Layout -> Document font drop-down? If not is there someone
you could ping?
The helvetica san serif seems to be
cmss10
cmss12
etc.
- End forwarded message -
--
Andr
On Thu, Mar 21, 2002 at 06:14:14PM +0100, Lars Gullik Bjønnes wrote:
> Hey ;-) a list of my own!
you forget that no-one (not even you) was reading it ;)
john
--
"Committee iq: average intelligence of members, divide by headcount."
- Rob Landley
http://www.advogato.org/article/447.html
Linux Format is reasonably widely read in the UK, it would
be good if we could ask for
a) beta-testers for pre1 (if we can time it right)
b) qt/gnome developers interested in GUII (and of course, trick them
into doing other lyx development too ;)
regar
Mate Wierdl <[EMAIL PROTECTED]> writes:
| Here we go,
>
| Mate
| From: Jeff Breidenbach <[EMAIL PROTECTED]>
| Subject: Re: filtering problem for lyx lists
| To: [EMAIL PROTECTED]
| Date: Wed, 20 Mar 2002 14:41:56 -0800
>
>
| I already put it through reprocessing. Lar's mail got misrecognized as
|
Here we go,
Mate
- Forwarded message from Jeff Breidenbach <[EMAIL PROTECTED]> -
Delivered-To: [EMAIL PROTECTED]
From: Jeff Breidenbach <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
In-reply-to: <[EMAIL PROTECTED]> (message from Mate
Wierdl on Wed, 20 Mar 2002 16:51:05 -0600)
Subject
On Thu, Mar 21, 2002 at 04:42:37PM +, Angus Leeming wrote:
> Ok. I see this too. (And thanks for this instant replies. I have just
> upgraded to use the fix to math_cursor.C). However, if I have a new command
>
> \begin_inset FormulaMacro
> \newcommand{\Vector}[1]{\bmath{#1}}
>
> \end_inset
On Thursday 21 March 2002 4:08 pm, Andre Poenitz wrote:
> On Thu, Mar 21, 2002 at 03:55:31PM +, Angus Leeming wrote:
> > > \newcommand{\bmath}[1]{\mathbf{#1}}
> > >
> > > select it, and press
> >
> > Ok. So there's no way of doing this within mathed. Fair enough.
>
> That is - none that I a
On Tuesday 19 March 2002 11:05 pm, Duncan Simpson wrote:
> Surely deleteing superflous spaces is just a matter of M-x
> delete-trailing-whitespace, which you learn about under the Display,
> Trailing whitespace. It operates in the whoole buffer so hit C-x n n
> (narrow to region) if you want to re
On Thu, Mar 21, 2002 at 03:55:31PM +, Angus Leeming wrote:
> Ok. So there's no way of doing this within mathed. Fair enough.
Do a cvs update & type '\mathbf #1'
Andre'
--
André Pönitz .. [EMAIL PROTECTED]
On Thu, Mar 21, 2002 at 03:55:31PM +, Angus Leeming wrote:
> >
> > \newcommand{\bmath}[1]{\mathbf{#1}}
> >
> > select it, and press
>
> Ok. So there's no way of doing this within mathed. Fair enough.
That is - none that I am aware of...
> Ie, wrapping the font change inside the macro mea
On Thursday 21 March 2002 2:03 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | * lyxinclude.m4 (LYX_CHECK_LDR): function to test if we can use
> | Index: config/lyxinclude.m4
> | ===
> | RCS file: /u
On Thursday 21 March 2002 3:43 pm, Andre Poenitz wrote:
> On Thu, Mar 21, 2002 at 03:18:17PM +, Angus Leeming wrote:
> > André, how do I create a macro, so, within mathed?
> >
> > \begin_inset FormulaMacro
> > \newcommand{\bmath}[1]{\mathbf{#1}}
>
> Type
>
> \newcommand{\bmath}[1]{\mathbf{#1
On 21-Mar-2002 Jules Bean wrote:
> Repeat after me:
>
> Tabs for Indentation,
> Spaces for Alignment!
That is exaclty what I also miss!
Jug
--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED]
Italienallee 13/N
On Thu, Mar 21, 2002 at 03:18:17PM +, Angus Leeming wrote:
> André, how do I create a macro, so, within mathed?
>
> \begin_inset FormulaMacro
> \newcommand{\bmath}[1]{\mathbf{#1}}
Type
\newcommand{\bmath}[1]{\mathbf{#1}}
select it, and press
> I can also edit the lyx file to create th
On Tue, Mar 19, 2002 at 11:05:31PM +, Duncan Simpson wrote:
> A feature you might not be aware of is using M-q is for formatting
> multiple line comments. I guess a lot of people have also discovered
> VC mode too. Given all the above it is any suprise I am hopelessly
> addicted to emacs for
Angus Leeming <[EMAIL PROTECTED]> writes:
| * lyxinclude.m4 (LYX_CHECK_LDR): function to test if we can use
| Index: config/lyxinclude.m4
| ===
| RCS file: /usr/local/lyx/cvsroot/lyx-devel/config/lyxinclude.m4,v
| retrieving re
Andre Poenitz <[EMAIL PROTECTED]> writes:
| On Thu, Mar 21, 2002 at 02:29:06PM +, Angus Leeming wrote:
>> My tree is now full of cruft:
>>
>> $ ls src/mathed/formula.*
>> src/mathed/formula.C
>> src/mathed/formula.h
>> src/mathed/formula.lo
>> src/mathed/formula.o
>> src/mathed/formula.o.d
>
Surely deleteing superflous spaces is just a matter of M-x
delete-trailing-whitespace, which you learn about under the Display, Trailing
whitespace. It operates in the whoole buffer so hit C-x n n (narrow to region)
if you want to restrict it to an area of a buffer, and C-x n w (widen) when you
w
On Thursday 21 March 2002 3:18 pm, Angus Leeming wrote:
> André, how do I create a macro, so, within mathed?
>
> \begin_inset FormulaMacro
> \newcommand{\bmath}[1]{\mathbf{#1}}
>
> \end_inset
>
> I can create a macro mathbf{A} by typing \mathbf_A_, where _ is a space,
> but this doesn't work with
André, how do I create a macro, so, within mathed?
\begin_inset FormulaMacro
\newcommand{\bmath}[1]{\mathbf{#1}}
\end_inset
I can create a macro mathbf{A} by typing \mathbf_A_, where _ is a space, but
this doesn't work with #1.
I can also edit the lyx file to create the macro I want, and this
On Thu, Mar 21, 2002 at 03:54:41PM +0100, Kuba Ober wrote:
> I wonder if it applies to 2.0 as well?
It works fine in 1.2.0cvs.
Andre'
--
André Pönitz .. [EMAIL PROTECTED]
On Thursday 21 March 2002 2:32 pm, Andre Poenitz wrote:
> On Thu, Mar 21, 2002 at 02:29:06PM +, Angus Leeming wrote:
> > My tree is now full of cruft:
> >
> > $ ls src/mathed/formula.*
> > src/mathed/formula.C
> > src/mathed/formula.h
> > src/mathed/formula.lo
> > src/mathed/formula.o
> > src/
John,
can you build the qt2 stuff in cvs?
I find that make goes into qt2/xforms, creates the symbolic links and then
leaves. It doesn't create any .o files at all.
Angus
How to reproduce:
1. new document
2. C-M (math mode)
3. \mathbfF
4. save
5. C-T (preview postscript) - you see boldface F (like vector F)
6. close lyx
7. start lyx, reopen document
8. the blue math box is empty
It seems that for whatever reason, typing \mathbf without the (mandatory?)
opening b
On Thu, Mar 21, 2002 at 02:29:06PM +, Angus Leeming wrote:
> My tree is now full of cruft:
>
> $ ls src/mathed/formula.*
> src/mathed/formula.C
> src/mathed/formula.h
> src/mathed/formula.lo
> src/mathed/formula.o
> src/mathed/formula.o.d
You can build in a tree parallel to the source tree.
My tree is now full of cruft:
$ ls src/mathed/formula.*
src/mathed/formula.C
src/mathed/formula.h
src/mathed/formula.lo
src/mathed/formula.o
src/mathed/formula.o.d
Is the new .o.d file really necessary?
Angus
On Thursday 21 March 2002 1:53 pm, Angus Leeming wrote:
> Ok, Lars, I've finally got there. I had to tweak my configure script so
> that CPP="deccxx -E", or I couldn't find ostream etc. I also upgraded to
> automake 1.5, autoconf 2.52, although I'm not sure that that was strictly
> necessary. (I d
Ok, Lars, I've finally got there. I had to tweak my configure script so that
CPP="deccxx -E", or I couldn't find ostream etc. I also upgraded to automake
1.5, autoconf 2.52, although I'm not sure that that was strictly necessary.
(I did this before finding the CPP fix.) Finally, I had to patch
On Thu, Mar 21, 2002 at 01:14:43PM +0100, Thomas Steffen wrote:
> I would like to compile lyx for libc5 (aout), so that I can use it
> with mulinux. gcc 2.7.2 is the latest compiler with support for libc5.
> Should that be possible in general?
Actually I doubt that this would be possible. I have
Hi,
I would like to compile lyx for libc5 (aout), so that I can use it
with mulinux. gcc 2.7.2 is the latest compiler with support for libc5.
Should that be possible in general?
AFAIC autoconf works ok up the configuration of libsigc++. According
to the website of libsigc++, it cannot be compile
-BEGIN PGP SIGNED MESSAGE-
On Thursday, 21. March 2002 12:06, Juergen Vigna wrote:
> Sorry for the private question, but are there some people with a
> Suse distribution (7.3 if possible) on this list. I have problems
> there with a configure script and really don't know what to do:
I ha
On Thursday 21 March 2002 7:13 am, Andre Poenitz wrote:
> On Wed, Mar 20, 2002 at 12:02:32PM +, Angus Leeming wrote:
> > > Not again that 'virtual function override intended' stuff.
> > > Yes, it IS INTENDED. It is legal. And I even consider it being nice.
> >
> > Fine. I'll turn off the warni
On Wednesday 20 March 2002 10:55 pm, Mate Wierdl wrote:
> I am confused: when I go to
>
> http://www.mail-archive.com/lyx-devel%40lists.lyx.org/maillist.html
>
> I see messages from Lars.
>
> Could you tell me the exact problem?
>
> Mate
How mysterious! I can see them now too. However, just to sh
On Wednesday 20 March 2002 8:58 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | configure:9582: checking for forms.h
> | configure:9592: -I$(top_srcdir)/src/cheaders -I/usr/include conftest.C
> | >/dev/null 2>conftest.out ./configure[9591]:
> | -I$(top_srcdir)/src
On Thursday 21 March 2002 9:22 am, Juergen Vigna wrote:
> On 20-Mar-2002 Lars Gullik Bjønnes wrote:
> > I am not sure this is needed on all platforms.
> > I have 0.89.5 and do not need -ljpeg.
>
> Well are you sure your xforms library didn't link in libjpeg statically?
>
>Jug
SPL says
Sorry for the private question, but are there some people with a
Suse distribution (7.3 if possible) on this list. I have problems
there with a configure script and really don't know what to do:
Well I may post the error message I got from a user via mail too maybe
some of you guys can see what h
On 20-Mar-2002 Lars Gullik Bjønnes wrote:
> I am not sure this is needed on all platforms.
> I have 0.89.5 and do not need -ljpeg.
Well are you sure your xforms library didn't link in libjpeg statically?
Jug
--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
D
Allan Rae wrote:
> On Thu, 21 Mar 2002, John Levon wrote:
> > A couple of hacks, and Qt has a mostly working toolbar :
> >
> > http://movementarian.org/ss2.png
>
> Sexy. Maybe we should also steal some of the klyx icons so we look
> prettier.
I remember the KLyX icons to be rather ugly. What abo
On Thu, Mar 21, 2002 at 01:19:34PM +1000, Allan Rae wrote:
> > no, that would be lame ... I don't even handle xforms events any more :)
>
> Cool, I thought you were still dreaming about using a Qt object
> (ScrolledArea or somewuch) as a replacement for WorkArea I didn't
> realise you'd switched
62 matches
Mail list logo