Hi,
are there any plans to provide a workaround for the following problem:
g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../boost
-isystem /usr/X11R6/include -g -O -fno-exceptions -W -Wall -Winline -c
cregex.cpp -MT cregex.lo -MD -MP -MF .deps/cregex.TPlo
--
Prepa
On 4 Dec 2002, Lars Gullik Bjønnes wrote:
> Christian Ridderström <[EMAIL PROTECTED]> writes:
> | Hi
> |
> | and then it just keeps waiting...
> | I haven't been able to find any file named cpp_regex_traits.o.lock ?
> | Any ideas?
>
> You have tried to compile once before and either you interupt
On Wed, 4 Dec 2002, John Levon wrote:
[...]
> With all that administration, I'm even less inclined to do so then.
>
> CVS is worse at handling conflicts in such cases than patch is
But at least CVS allows others to keep up to date with your work and
fiddle along with you. All you need to do is w
On Tue, Dec 03, 2002 at 01:20:50PM +0100, Andre Poenitz wrote:
> I regularily only cite a single source in one place, so the dialog need one
> click to much (select the item form the list, press the "<-" button to put
> it into the "active list" and press "Ok").
>
> Would it be possible to use th
On Wed, Dec 04, 2002 at 12:07:07PM +1000, Allan Rae wrote:
> Then you should do as many other CVS-based projects do (gdb for
> example) and start a new branch every so often and roll your
> patch (branch to original trunk point) forward.
>
> I've found that merging the trunk into the branch works
On Sat, 30 Nov 2002, John Levon wrote:
> On Sat, Nov 30, 2002 at 11:39:49PM +0100, Lars Gullik Bjønnes wrote:
>
> > | I intend to soon when I find a merging guide that works as advertised
> > | (neither of Lars' do)
> >
> > sure they do...
> > (what is not working?)
>
> Trying to merge up trunk c
Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Tue, Dec 03, 2002 at 10:06:16PM +0100, Lars Gullik Bj?nnes wrote:
| > Dekel Tsur <[EMAIL PROTECTED]> writes:
| >
| > Then we need to find out _what_ the problem is. (and why)
| >
| > And part of this is asking on comp.text.tex
|
| There is nothing to
Christian Ridderström <[EMAIL PROTECTED]> writes:
| Hi
|
| I've finally decided to try and compile the cvs version... and after
| struggling with xforms I seem to have gotten past that but get this
| strange error message when running:
|
| >make
|
| [snip]
| make[3]: Entering directory
| `/a
On Tue, 3 Dec 2002, Kayvan A. Sylvan wrote:
<...>
> > I want syntax highlighting in the on screen display of Scraps. I'd
> > also like to be able to convert Scraps from internal to external
> > insets, and back again... I wanna turn LyX into an IDE for LP without
> > bloating it too much.
>
> Li
On Tue, Dec 03, 2002 at 10:06:16PM +0100, Lars Gullik Bj?nnes wrote:
> Dekel Tsur <[EMAIL PROTECTED]> writes:
>
> Then we need to find out _what_ the problem is. (and why)
>
> And part of this is asking on comp.text.tex
There is nothing to ask about.
\centering just change the alignment.
\begin{
Hi
I've finally decided to try and compile the cvs version... and after
struggling with xforms I seem to have gotten past that but get this
strange error message when running:
>make
[snip]
make[3]: Entering directory
`/afs/md.kth.se/md/misc/hacks/pkg/lyx/lyx-devel/boosMaking all in src
make[4
Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Tue, Dec 03, 2002 at 08:14:33PM +0100, Lars Gullik Bj?nnes wrote:
| > | I think the solution to this LaTeX problem
| >
| > First we must agree that this is a problem.
Then we need to find out _what_ the problem is. (and why)
And part of this is asking
> > Try the Insert->External Material... menu button.
>
> Unless I'm missing something here,
> external templates don't give me access to the internals.
>
> I want syntax highlighting in the on screen display of Scraps. I'd
> also like to be able to convert Scraps from internal to external
> ins
On Tue, Dec 03, 2002 at 08:14:33PM +0100, Lars Gullik Bj?nnes wrote:
> | I think the solution to this LaTeX problem
>
> First we must agree that this is a problem.
Try having a figure float with a centered image, and a caption.
The code generated by LyX is
\begin{float}
\begin{center}
\incl
On Tue, 3 Dec 2002, Angus Leeming wrote:
> On Tuesday 03 December 2002 10:37 am, Bruce Sass wrote:
> >
> > Has anyone embedded Python in LyX yet?
> >
> > If so, can you teach me how?
> > If not, why not?
>
> The LyX developers made a conscious decision not to allow a LyX document to
> execute arbit
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Tuesday 03 December 2002 7:24 pm, Lars Gullik Bjønnes wrote:
| > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| > | I did, and am not sure I liked it. This private variable then might
| > | need to be controlled from outside the widget, and that is
Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Tue, Dec 03, 2002 at 12:05:39AM +0100, Lars Gullik Bj?nnes wrote:
| > Dekel Tsur <[EMAIL PROTECTED]> writes:
| > | \begin{center} is bad as it adds space.
| > | We need to change it to something else.
| >
| > Then tell us a better _LaTeX_ way.
|
| \new
Duncan Simpson <[EMAIL PROTECTED]> writes:
| > Dekel Tsur <[EMAIL PROTECTED]> writes:
| >
| > | On Wed, Nov 27, 2002 at 04:16:16PM +0100, Jean-Marc Lasgouttes wrote:
| > | >
| > | > Probably not. I guess it is a consequence of our changing from
| > | > \centering to center environments and frien
On Tue, Dec 03, 2002 at 12:05:39AM +0100, Lars Gullik Bj?nnes wrote:
> Dekel Tsur <[EMAIL PROTECTED]> writes:
> | \begin{center} is bad as it adds space.
> | We need to change it to something else.
>
> Then tell us a better _LaTeX_ way.
\newenvironment{Center}{\par\centering}{\par}
\begin{Center
> Dekel Tsur <[EMAIL PROTECTED]> writes:
>
> | On Wed, Nov 27, 2002 at 04:16:16PM +0100, Jean-Marc Lasgouttes wrote:
> | >
> | > Probably not. I guess it is a consequence of our changing from
> | > \centering to center environments and friends.
> |
> | \begin{center} is bad as it adds space.
> |
On Tuesday 03 December 2002 7:24 pm, Lars Gullik Bjønnes wrote:
> [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
> | I did, and am not sure I liked it. This private variable then might
> | need to be controlled from outside the widget, and that is not good.
> |
> | And the scrollbar is not really
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| I did, and am not sure I liked it. This private variable then might
| need to be controlled from outside the widget, and that is not good.
>
| And the scrollbar is not really in the loop (yet).
>
| *Idea* (have to check this...)
This patch makes s
On Tue, Dec 03, 2002 at 10:33:00AM +0100, Jean-Marc Lasgouttes wrote:
> Does the problem exist in qt?
No, but this may be a consequence of Qt frontend being really sluggish.
regards
john
--
"Trolls like content too."
- Bob Abooey, /.
I thought I'd try and document all the problems we have currently with
xforms. Something to whittle away at once xforms 1.0 is out.
Rather surprisingly, I don't think that there are too many. Appended is my
current list together with solutions (if any) that I've proposed to the
xforms list. Ple
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Tuesday 03 December 2002 6:29 pm, Lars Gullik Bjønnes wrote:
>> [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
>> | Angus Leeming <[EMAIL PROTECTED]> writes:
>> | | Where scrolling is set to true in setScrollbarParams (presumably).
>> |
>> | This dif
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Tuesday 03 December 2002 6:17 pm, Lars Gullik Bjønnes wrote:
>> Angus Leeming <[EMAIL PROTECTED]> writes:
>> | Where scrolling is set to true in setScrollbarParams (presumably).
>>
>> This diff actually works quite well, I only have to reduce the time
On Tuesday 03 December 2002 6:29 pm, Lars Gullik Bjønnes wrote:
> [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
> | Angus Leeming <[EMAIL PROTECTED]> writes:
> | | Where scrolling is set to true in setScrollbarParams (presumably).
> |
> | This diff actually works quite well, I only have to reduce
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| Angus Leeming <[EMAIL PROTECTED]> writes:
>
| | Where scrolling is set to true in setScrollbarParams (presumably).
>
| This diff actually works quite well, I only have to reduce the timeout
| a bit.
But the usleep in screen.C still works better, i
On Tuesday 03 December 2002 6:17 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | Where scrolling is set to true in setScrollbarParams (presumably).
>
> This diff actually works quite well, I only have to reduce the timeout
> a bit.
Excellent!
I see that you discarde
Angus Leeming <[EMAIL PROTECTED]> writes:
| Where scrolling is set to true in setScrollbarParams (presumably).
This diff actually works quite well, I only have to reduce the timeout
a bit.
++ src/frontends/xforms/XWorkArea.C3 Dec 2002 17:15:55 -
@@ -33,6 +33,8 @@
#include
#include
+
On Tuesday 03 December 2002 5:44 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | (This is trivially easy to modify to use a proper timer.)
> |
> | Isn't this exactly the behaviour we want XWorkArea to have?
>
> No... I do not belive so, we want to be able to select as
Angus Leeming <[EMAIL PROTECTED]> writes:
| (This is trivially easy to modify to use a proper timer.)
>
| Isn't this exactly the behaviour we want XWorkArea to have?
No... I do not belive so, we want to be able to select as wast as
possible as long as we do not make the screen scroll, then we wan
On Tuesday 03 December 2002 5:34 pm, Lars Gullik Bjønnes wrote:
> Possibly... I'll just try to move my usleep to the FL_MOUSE case and
> see what happens.
Why do you want to suspend execution? You want to discard repeated FL_DRAG
events that occur too closely together.
This patch does that by co
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Tuesday 03 December 2002 4:43 pm, Lars Gullik Bjønnes wrote:
>> Angus Leeming <[EMAIL PROTECTED]> writes:
>> | This patch to the xforms source seems to cure the problem, acting on
>> | every 10th such mouse event. It's really meant as a diagnostic too
On Tuesday 03 December 2002 10:37 am, Bruce Sass wrote:
> Hi,
>
> Has anyone embedded Python in LyX yet?
>
> If so, can you teach me how?
> If not, why not?
The LyX developers made a conscious decision not to allow a LyX document to
execute arbitrary python scripts. "LyX document as virus" is not
Sorry, the first "break" statement shouldn't be there.
Angus
> In the case of the xforms slider widget we have
static int timdel = 0;
static int max_timdel = 11;
int handle_it(FL_OBJECT * ob, int event, ...) {
switch (event) {
case FL_PUSH:
timdel = 0;
-
On Tuesday 03 December 2002 4:43 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | This patch to the xforms source seems to cure the problem, acting on
> | every 10th such mouse event. It's really meant as a diagnostic tool.
> | Presumably the real fix is to use a clien
Angus Leeming <[EMAIL PROTECTED]> writes:
| This patch to the xforms source seems to cure the problem, acting on every
| 10th such mouse event. It's really meant as a diagnostic tool. Presumably the
| real fix is to use a client-side specified timer to discard multiple mouse
| events that occur
On Tuesday 03 December 2002 2:55 pm, Helge Hafting wrote:
> Angus Leeming wrote:
> > === Report ==
> > Clicking in the scrollbar trough to scroll through a document
> > auto-repeats after a short delay, as expected. However, the delay before
> > auti-repe
[EMAIL PROTECTED] wrote:
> --- Additional Comments From [EMAIL PROTECTED] 2002-12-03 15:35
> --- Your Qt patch is fine with me, with two changes :
>
> 1) don't start functions with uppercase letter
> 2) leave two empty lines between functions
Changed, updated and attached.
> Your other p
Angus Leeming wrote:
>
> === Report ==
> Clicking in the scrollbar trough to scroll through a document auto-repeats
> after a short delay, as expected. However, the delay before auti-repeating
> kicks in is too short and the repeat rate much to fast on m
On Tue, 2002-12-03 at 20:15, Christian Ridderström wrote:
> On Mon, 2 Dec 2002, Angus Leeming wrote:
>
> > On Monday 02 December 2002 6:02 pm, Darren Freeman wrote:
> > > wherever it lives I need to know the relative path to the LyX it came
> > > with.. ideally people who are intrepid betatesters
On Tue, 2002-12-03 at 17:38, Allan Rae wrote:
> On Mon, 2 Dec 2002, Michael A. Koziarski wrote:
>
> > Oh don't forget that cursed music, hip-hop. It's enough
> > > to make you fire a gun next to both ears to remove all trace of hearing
> > > =)
> > >
> >
> > I'm of the opinion that going to south
On Tue, 2002-12-03 at 04:35, John Levon wrote:
> On Tue, Dec 03, 2002 at 04:20:55AM +1030, Darren Freeman wrote:
>
> > C-m followed by C-z doesn't undo insertion of the math object.
>
> believe it or not, you have to press undo *three* times.
I don't believe it!!!
> john
Oh wait, maybe I do. I
On Tue, 2002-12-03 at 04:49, Angus Leeming wrote:
> On Monday 02 December 2002 6:02 pm, Darren Freeman wrote:
> > wherever it lives I need to know the relative path to the LyX it came
> > with.. ideally people who are intrepid betatesters could alias lyx to
> > the script and it would figure out wh
I regularily only cite a single source in one place, so the dialog need one
click to much (select the item form the list, press the "<-" button to put
it into the "active list" and press "Ok").
Would it be possible to use the item selected in the list when pressing
"Ok"?
Another thing: The
Hi,
Has anyone embedded Python in LyX yet?
If so, can you teach me how?
If not, why not?
- Bruce
On Mon, 2 Dec 2002, Angus Leeming wrote:
> On Monday 02 December 2002 6:02 pm, Darren Freeman wrote:
> > wherever it lives I need to know the relative path to the LyX it came
> > with.. ideally people who are intrepid betatesters could alias lyx to
> > the script and it would figure out where lyx
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> Finally, can somebody please explain different between
John> \verbatiminput and \verbatiminput* to a child (me)
\verbatiminput* show the spaces visibly (with the same glyph we use
for unbreakable space).
JMarc
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Mon, Dec 02, 2002 at 06:39:58PM +, Angus Leeming wrote:
>> And that's currently not possible. See below for the mail I've just
>> sent to the xforms list about this.
John> I believe xforms should fix this entirely internally.
Do
Jürgen wrote :
> Could you explain this and/or send a patch?
Here they are.
--
***
*Alain Castera*
* IPNL - UCB Lyon 1 | e-mail : [EMAIL PROTECTED] *
* Bat. P
Alain Castera <[EMAIL PROTECTED]> writes:
|
| Point 1 :
| Jürgen Vigna wrote :
| > I read all of the above and am still confused. You want to do this all
| > to have WYSIWYG (more or less) on screen isn't it? Why do we need more
| > variables for this?
|
| I don't want to do all this JUST fo
Point 1 :
Jürgen Vigna wrote :
> I read all of the above and am still confused. You want to do this all
> to have WYSIWYG (more or less) on screen isn't it? Why do we need more
> variables for this?
I don't want to do all this JUST for the display, but let's start with
this. My goal is to he
53 matches
Mail list logo