Compile failure:
toc.C: In function `const class toc::TocList toc::getTocList(const Buffer *)':
toc.C:79: passing `const Buffer' as `this' argument of `class ParIterator
Buffer::par_iterator_begin()' discards qualifiers
toc.C:80: passing `const Buffer' as `this' argument of `class ParIterator
Bu
On Wed, Nov 06, 2002 at 06:36:16PM +, Angus Leeming wrote:
> > > The whole point of this exercise was to clean-up the code in biblio.C. As
> > > a side effect, boost::regex searching now works in the same way as 1.2.
> >
> > 95 lines added, 71 removed... I'd like the other way round better...
>
it's a good point no ?
john
--
"When a man has nothing to say, the worst thing he can do is to say it
memorably."
- Calvin Trillin
--- Begin Message ---
http://bugzilla.lyx.org/show_bug.cgi?id=685
--- Additional Comments From [EMAIL PROTECTED] 2002-11-07 16:10 ---
Then ma
On Thu, Nov 07, 2002 at 12:34:56PM +1100, Ben Stanley wrote:
> The first style is a summary comment, and I use these in class
> declarations, i.e. header files. The second comment type is the in depth
> documentation, which I place above the function definition. When viewing
> the HTML documentati
> Andre Poenitz <[EMAIL PROTECTED]> writes:
>
> | I think it would be prudent to split patches into "documentation stuff"
> | and "small code changes", maybe even to abstain from the small code changes
> | at all.
I will try to separate these things then, or at least put in \todo
comments where t
> >
> > You could open a busy dialogue with status info and a close button.
> >
Originally I thought of having something like the rotating logo in
Netscape indicating that LyX is running an external process...
Perhaps a bit wasteful of CPU power though...
> > If the user gets fed up, they can hit
Angus Leeming <[EMAIL PROTECTED]> writes:
| Those are the (only) choices I'm giving you ;-) Which do you prefer?
neither
| Anyway, as André points out, this is all academic because the "simple" search
| is a subset of the regex. I'll just remove that option.
then that is the version I'll go fo
On Wednesday 06 November 2002 4:24 pm, Andre Poenitz wrote:
> On Wed, Nov 06, 2002 at 04:06:15PM +, Angus Leeming wrote:
> > The whole point of this exercise was to clean-up the code in biblio.C. As
> > a side effect, boost::regex searching now works in the same way as 1.2.
>
> 95 lines added,
On Wednesday 06 November 2002 6:25 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | On Wednesday 06 November 2002 5:13 pm, Lars Gullik Bjønnes wrote:
> >> use a switch:
> |
> | If I do that I get a (spurious) warning:
> |
> | cxx: Warning: ../../../../src/frontends/con
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Wednesday 06 November 2002 5:13 pm, Lars Gullik Bjønnes wrote:
>
>> use a switch:
| If I do that I get a (spurious) warning:
>
| cxx: Warning: ../../../../src/frontends/controllers/biblio.C, line 365: #117-D
| missing return statement at end
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| John Levon <[EMAIL PROTECTED]> writes:
>
| | On Wed, Nov 06, 2002 at 06:22:19PM +0100, Lars Gullik Bjønnes wrote:
>>
>>> >> ///
>>> >> -ParIterator par_iterator_begin();
>>> >> +ParIterator par_iterator_begin() const;
>>> >
On Wednesday 06 November 2002 5:13 pm, Lars Gullik Bjønnes wrote:
> use a switch:
If I do that I get a (spurious) warning:
cxx: Warning: ../../../../src/frontends/controllers/biblio.C, line 365: #117-D
missing return statement at end of non-void function
"biblio::searchKeys"
John Levon <[EMAIL PROTECTED]> writes:
| On Wed, Nov 06, 2002 at 06:22:19PM +0100, Lars Gullik Bjønnes wrote:
>
>> >> ///
>> >> - ParIterator par_iterator_begin();
>> >> + ParIterator par_iterator_begin() const;
>> >> ///
>> >> - ParIterator par_iterator_end();
>> >> + ParIterator par_iterator
On Wednesday 06 November 2002 5:01 pm, Lars Gullik Bjønnes wrote:
> John Levon <[EMAIL PROTECTED]> writes:
> | On Wed, Nov 06, 2002 at 04:43:28PM +0100, Lars Gullik Bjønnes wrote:
> >> find . -name b
> |
> | um, that's a shell (glob) pattern
>
> (I know, but anyway...)
>
> | Contrast with grep, whi
On Wed, Nov 06, 2002 at 06:22:19PM +0100, Lars Gullik Bjønnes wrote:
> >>///
> >> - ParIterator par_iterator_begin();
> >> + ParIterator par_iterator_begin() const;
> >>///
> >> - ParIterator par_iterator_end();
> >> + ParIterator par_iterator_end() const;
>
> I am not quite sure abou
Hi.. I'd reported this problem earlier but it was inside another thread
so it might have not been noticed..
I'm using cvs with Qt3. When I type continuously (at least a few
characters at a stretch), there's a significant delay between the
keyboard stroke and the visual.. the characters show up on
John Levon <[EMAIL PROTECTED]> writes:
| On Wed, Nov 06, 2002 at 05:32:22PM +0100, Andre Poenitz wrote:
>
>> Lars' doing...
>
| Dekel's actually, I believe.
Both of us, I guess...
--
Lgb
John Levon <[EMAIL PROTECTED]> writes:
| On Wed, Nov 06, 2002 at 05:48:59PM +0100, Lars Gullik Bjønnes wrote:
>
>> | OK ? I don't know exactly why this works, but it is probably related to
>> | the change where we don't re-create our lyxscreen object (so before we
>> | were effectively masking thi
John Levon <[EMAIL PROTECTED]> writes:
| On Wed, Oct 30, 2002 at 02:49:58AM +, John Levon wrote:
>
>> The value is not exactly brilliant but it's less 100 always with this
>>
>> OK ?
>
| Can I get a witness ?
try it.
--
Lgb
John Levon <[EMAIL PROTECTED]> writes:
>> Index: buffer.h
>> ===
>> RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/buffer.h,v
>> retrieving revision 1.116
>> diff -u -r1.116 buffer.h
>> --- buffer.h 21 Oct 2002 16:21:52 - 1.1
Andre Poenitz <[EMAIL PROTECTED]> writes:
| On Thu, Nov 07, 2002 at 02:58:45AM +1100, Ben Stanley wrote:
>> I'm trying to figure out what each function/member does by reading
>> through the code. I'd appreciate it if people could let me know when I
>> get things wrong, as I inevitably will with th
Angus Leeming <[EMAIL PROTECTED]> writes:
| The whole point of this exercise was to clean-up the code in biblio.C. As a
| side effect, boost::regex searching now works in the same way as 1.2.
>
| Ok to apply?
Ok, but I belive it could be further simplified.
| vector::const_iterator
| searchKe
On Wed, Nov 06, 2002 at 06:01:32PM +0100, Lars Gullik Bjønnes wrote:
> But there is also a wrapper class for all this regex stuff:
> boost::RegEx.
>
> boost::RegEx regex("^a");
OK, neat.
regards
john
John Levon <[EMAIL PROTECTED]> writes:
| On Wed, Nov 06, 2002 at 04:43:28PM +0100, Lars Gullik Bjønnes wrote:
>
>> find . -name b
>
| um, that's a shell (glob) pattern
(I know, but anyway...)
| Contrast with grep, which /does/ take a regexp (and, unsurprisingly,
| ^And works just fine there).
B
On Wed, Nov 06, 2002 at 04:40:34PM +, John Levon wrote:
> On Wed, Nov 06, 2002 at 05:32:22PM +0100, Andre Poenitz wrote:
>
> > Lars' doing...
>
> Dekel's actually, I believe.
Ups. Sorry. I propably got confused by inset_iterator ...
Andre'
--
Those who desire to give up Freedom in order
On Wed, Nov 06, 2002 at 05:48:59PM +0100, Lars Gullik Bjønnes wrote:
> | OK ? I don't know exactly why this works, but it is probably related to
> | the change where we don't re-create our lyxscreen object (so before we
> | were effectively masking this behaviour)
>
> How much does it cost?
It i
On środa 06 listopad 2002 10:54 am, Garst R. Reese wrote:
> Andre Poenitz wrote:
> > On Wed, Nov 06, 2002 at 09:09:03AM -0500, Kuba Ober wrote:
> > > It would be quite stupid^H^H^H^H^H^Hinconsiderate in my opinion to
> > > disallow perfectly legal and valid stuff. It would drive me crazy, for
> > >
John Levon <[EMAIL PROTECTED]> writes:
| OK ? I don't know exactly why this works, but it is probably related to
| the change where we don't re-create our lyxscreen object (so before we
| were effectively masking this behaviour)
How much does it cost?
--
Lgb
On Wed, Nov 06, 2002 at 05:32:22PM +0100, Andre Poenitz wrote:
> Lars' doing...
Dekel's actually, I believe.
john
--
"When a man has nothing to say, the worst thing he can do is to say it
memorably."
- Calvin Trillin
On Wednesday 06 November 2002 16:30, Andre Poenitz wrote:
> > > Can I get a witness ?
> >
> > To marry, for a duel or for both? ;-)
>
> Shouldn't the cardinality of this set be equal to the one of {me, myself,
> I}?
Come on, someone must take care of the arrangement (for both). After all we
kno
On Wed, Nov 06, 2002 at 05:31:57PM +0100, Jean-Marc Lasgouttes wrote:
> It looks good. I did not even know that iterating over all paragraphs
> was so simple.
Lars' doing...
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one.
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Tue, Oct 29, 2002 at 10:32:40PM +, John Levon wrote:
>> This does not deal with the opposite case (caption inside minipage
>> inside float) which is on bugzilla ?
>>
>> OK ?
John> Can I get a witness ?
It looks good. I did not
On Wed, Nov 06, 2002 at 04:26:01PM +, José Abílio Oliveira Matos wrote:
> > Can I get a witness ?
>
> To marry, for a duel or for both? ;-)
Shouldn't the cardinality of this set be equal to the one of {me, myself, I}?
Andre'
--
Those who desire to give up Freedom in order to gain Security,
On Wed, Nov 06, 2002 at 04:26:01PM +, José Abílio Oliveira Matos wrote:
> To marry, for a duel or for both? ;-)
Maybe I haven't decided yet :)
john
--
"When a man has nothing to say, the worst thing he can do is to say it
memorably."
- Calvin Trillin
On Wed, Nov 06, 2002 at 04:06:15PM +, Angus Leeming wrote:
> The whole point of this exercise was to clean-up the code in biblio.C. As a
> side effect, boost::regex searching now works in the same way as 1.2.
95 lines added, 71 removed... I'd like the other way round better...
Is it necessar
On Wednesday 06 November 2002 16:13, John Levon wrote:
> > OK ?
>
> Can I get a witness ?
To marry, for a duel or for both? ;-)
:-D
I'm sorry but this was my first impression when saw your first comment. :-)
> john
--
José Abílio
On Thu, Nov 07, 2002 at 02:58:45AM +1100, Ben Stanley wrote:
> I'm trying to figure out what each function/member does by reading
> through the code. I'd appreciate it if people could let me know when I
> get things wrong, as I inevitably will with the documentation in the
> state its in.
I think
On Wed, Oct 30, 2002 at 02:49:58AM +, John Levon wrote:
> The value is not exactly brilliant but it's less 100 always with this
>
> OK ?
Can I get a witness ?
john
> Index: text.C
> ===
> RCS file: /usr/local/lyx/cvsroot/lyx-d
On Mon, Nov 04, 2002 at 02:19:56PM +0100, Jean-Marc Lasgouttes wrote:
> John> OK ? I don't know exactly why this works, but it is probably
> John> related to the change where we don't re-create our lyxscreen
> John> object (so before we were effectively masking this behaviour)
>
> I do not have m
On Tue, Oct 29, 2002 at 10:32:40PM +, John Levon wrote:
>
> This does not deal with the opposite case (caption inside minipage
> inside float) which is on bugzilla ?
>
> OK ?
Can I get a witness ?
john
> Index: buffer.h
> ===
The whole point of this exercise was to clean-up the code in biblio.C. As a
side effect, boost::regex searching now works in the same way as 1.2.
Ok to apply?
Angus
Index: src/frontends/controllers/ChangeLog
===
RCS file: /usr/local
Hi,
I'm trying to get an overview of the LyX code again, and I thought I'd
try to clean up the documentation while I'm doing it. I started with
LyXTextClass (no particular reason for choosing that file).
I'm trying to figure out what each function/member does by reading
through the code. I'd appr
On Wed, Nov 06, 2002 at 04:43:28PM +0100, Lars Gullik Bjønnes wrote:
> find . -name b
um, that's a shell (glob) pattern
Contrast with grep, which /does/ take a regexp (and, unsurprisingly,
^And works just fine there).
regards
john
--
"When a man has nothing to say, the worst thing he can do i
Angus Leeming <[EMAIL PROTECTED]> writes:
| The old code used to succeed with a partial match. This will give us the old
| behaviour back:
Ok, great.
--
Lgb
John Levon <[EMAIL PROTECTED]> writes:
| On Wed, Nov 06, 2002 at 04:17:14PM +0100, Lars Gullik Bjønnes wrote:
>
>> >> | Regex search pattern: ^And
>> >>
>> >> try this: "^And.*"
>> >
>> | Thank you, Lars. Is there a flag I can pass to boost::regex_match that
>> | enables "^And" to succeed? Not bo
On Wednesday 06 November 2002 3:17 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | On Wednesday 06 November 2002 2:37 pm, Lars Gullik Bjønnes wrote:
> >> Angus Leeming <[EMAIL PROTECTED]> writes:
> >> | Lars, I'd value some help.
> >> |
> >> | Attached is a small test
On Wed, Nov 06, 2002 at 04:17:14PM +0100, Lars Gullik Bjønnes wrote:
> >> | Regex search pattern: ^And
> >>
> >> try this: "^And.*"
> >
> | Thank you, Lars. Is there a flag I can pass to boost::regex_match that
> | enables "^And" to succeed? Not boost::match_any anyway.
>
> That is not really ho
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Wednesday 06 November 2002 2:37 pm, Lars Gullik Bjønnes wrote:
>> Angus Leeming <[EMAIL PROTECTED]> writes:
>> | Lars, I'd value some help.
>> |
>> | Attached is a small test code for the boost regex code.
>
>> | Regex search pattern: ^And
>>
>> try t
On Wednesday 06 November 2002 2:24 pm, Jean-Marc Lasgouttes wrote:
> Here is what I get with the document layout popup? Am I the only one
> seeing this?
>
> JMarc
No, I see it too.
Would it make sense to add something like this (untested) code to the resize
code we already use to check that the
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Wed, Nov 06, 2002 at 03:24:20PM +0100, Jean-Marc Lasgouttes
Andre> wrote:
>> Here is what I get with the document layout popup? Am I the only
>> one seeing this?
Andre> Looks like the font is too big in your case. I have the sam
On Wednesday 06 November 2002 2:37 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | Lars, I'd value some help.
> |
> | Attached is a small test code for the boost regex code.
> | Regex search pattern: ^And
>
> try this: "^And.*"
Thank you, Lars. Is there a flag I can
Angus Leeming <[EMAIL PROTECTED]> writes:
| Lars, I'd value some help.
>
| Attached is a small test code for the boost regex code.
Does not compile... I fixed it...
(add iostream)
| The grand old duke of York
| He had ten thousand men
| He marched them up to the top of the hill
| And he marched
On Wed, Nov 06, 2002 at 03:24:20PM +0100, Jean-Marc Lasgouttes wrote:
> Here is what I get with the document layout popup? Am I the only one
> seeing this?
Looks like the font is too big in your case. I have the same layout but
with smaller fonts here.
Andre'
--
Those who desire to give up Free
Here is what I get with the document layout popup? Am I the only one
seeing this?
JMarc
<>
Ben Stanley <[EMAIL PROTECTED]> writes:
| On Thu, 2002-11-07 at 00:37, Jean-Marc Lasgouttes wrote:
>> > "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes:
>>
>> Ben> OK, I did a cvs up, and tested the build... and I *still* get
>> Ben> failures on duplicate declarations of strerror and mkstemp.
On sobota 02 listopad 2002 07:56 am, Darren Freeman wrote:
> On Wed, 2002-10-30 at 20:30, John Levon wrote:
> > On Wed, Oct 30, 2002 at 09:28:55PM +0100, Christian Ridderström wrote:
> > > It feels like we're misunderstanding each other here... What can
> > > you already do? Have latex start in the
On Wed, Nov 06, 2002 at 09:09:03AM -0500, Kuba Ober wrote:
> It would be quite stupid^H^H^H^H^H^Hinconsiderate in my opinion to disallow
> perfectly legal and valid stuff. It would drive me crazy, for one ;-)))
You are not alone with this opinion...
Andre'
--
Those who desire to give up Freedo
On czwartek 31 październik 2002 12:03 am, Darren Freeman wrote:
> Dear list,
>
> Yesterday I was working away when the cursor movement broke on me.
>
> I was moving through a single line with *FIX-ME* on it, if that helps.
>
> After the break, I could only move the cursor left or right one
> charac
On środa 30 październik 2002 01:32 pm, John Levon wrote:
> On Thu, Oct 31, 2002 at 05:00:02AM +, Darren Freeman wrote:
> > For example, "word , word"
>
> I don't think we should deal with this.
>
> > or "word. " where the second quote is the end
> > of a paragraph.
>
> maybe we should but it's
Lars, I'd value some help.
Attached is a small test code for the boost regex code.
Whilst the first test, taken from the boost documentation, works:
// using this RE, regex_match will return true if the tested string
// has the form "1234 2345 3456 4567"
boost::regex cons
Angus Leeming wrote:
> No, Lars broke getVectorFromString because he didn't like the name of the
> function ;-) Apparently a proper fix is on the way, but you might want to
> reactivate the #if 0 code in support/lstrings.C if you want things working
> now.
Ah, thanks.
Sorry for the blame ;-)
Jürg
On Thu, 2002-11-07 at 00:37, Jean-Marc Lasgouttes wrote:
> > "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes:
>
> Ben> OK, I did a cvs up, and tested the build... and I *still* get
> Ben> failures on duplicate declarations of strerror and mkstemp.
>
> Are you sure you ran autogen.sh?
>
> JMa
On Wednesday 06 November 2002 1:49 pm, Juergen Spitzmueller wrote:
> Juergen Spitzmueller wrote:
> > ... but it is obviously broken in 1.3.0cvs (at least qt)
> > In 1.2.2cvs, it works as reported.
>
> and, as of today, the parsing of natbib labels is horribly broken too
> ("lastname, first name" is
Juergen Spitzmueller wrote:
> ... but it is obviously broken in 1.3.0cvs (at least qt)
> In 1.2.2cvs, it works as reported.
and, as of today, the parsing of natbib labels is horribly broken too
("lastname, first name" is not recognized correctly).
Maybe a result of this?:
[EMAIL PROTECTED] wrote
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes:
Ben> OK, I did a cvs up, and tested the build... and I *still* get
Ben> failures on duplicate declarations of strerror and mkstemp.
Are you sure you ran autogen.sh?
JMarc
On Wed, 2002-11-06 at 21:19, Jean-Marc Lasgouttes wrote:
> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>
> Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
> Lars> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
> Lars> |
> Lars> | Lars> I already did i
Juergen Spitzmueller wrote:
> I never used it before, but now I tried and it simply works (just checked
> the regexp button)
... but it is obviously broken in 1.3.0cvs (at least qt)
In 1.2.2cvs, it works as reported.
Jürgen
Angus Leeming wrote:
> Using the simple search "gas", I can find it.
> But the regex "g.s" doesn't work. (Yes, I checked the regex button.) In
> fact, I can't get any regex to work. I guess I'm doing something dumb...
I never used it before, but now I tried and it simply works (just checked the
r
On Wed, Nov 06, 2002 at 11:12:32AM +, Angus Leeming wrote:
> Does anyone use this facility?
I don't.
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)
I feel a bit dumb asking this, but how do I use it?
Eg, I have a data entry
C.L. Bowes and J.D. Richardson and G. Cumming and K. Horsfield,
Effect of breathing pattern on gas mixing in a model with asymmetrical
alveolar ducts, JAP, vol. 58, pp. 18-26, 1985.
Using the simple search "gas", I can f
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
Lars> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> |
Lars> | Lars> I already did it.
Lars> |
Lars> | Excellent.
Lars> but feel free to modify what I
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> I already did it.
|
| Excellent.
but feel free to modify what I did.
--
Lgb
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> I already did it.
Excellent.
JMarc
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> Oh well... anyway... I supposedly fixed this. But I guess the
| Lars> fix could use a fix.
|
| I'll do it. I cannot get lyxstring to work with gcc 2.95.2 (yet), but
| I'll
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Oh well... anyway... I supposedly fixed this. But I guess the
Lars> fix could use a fix.
I'll do it. I cannot get lyxstring to work with gcc 2.95.2 (yet), but
I'll commit this first.
JMarc
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes:
|
| Ben> Hi,
|
| Ben> I'm trying to compile LyX 1.3.0cvs on RedHat 8.0, and I found
| Ben> that I got a double declaration of strerror. This is primarily
| Ben> caused by there being no *tes
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes:
Ben> Hi,
Ben> I'm trying to compile LyX 1.3.0cvs on RedHat 8.0, and I found
Ben> that I got a double declaration of strerror. This is primarily
Ben> caused by there being no *test* for strerror, but there is a
Ben> macro which declares strerr
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Ok I think the generic one is good enough, and this is my final
Lars> patch for this problem:
Yes, it seems reasonable.
JMarc
Ben Stanley <[EMAIL PROTECTED]> writes:
| Hi,
|
| I'm trying to compile LyX 1.3.0cvs on RedHat 8.0, and I found that I got
| a double declaration of strerror. This is primarily caused by there
| being no *test* for strerror, but there is a macro which declares
| strerror if HAVE_STRERROR is not d
79 matches
Mail list logo