Is this something that anyone else can see?
Or is it another qt3 thing?
--
Lgb
John Levon <[EMAIL PROTECTED]> writes:
| As a side effect of implementing openByName() I've changed activated()
| to be per-menu instead of per-menubar. Can you please check if this
| affects your menu situation (which is still baffling me).
The menus seems to be working now. Great!
--
> "Gady" == Gady Kozma <[EMAIL PROTECTED]> writes:
>> I sent an updated version to the list (which handles \label{\foo}
>> correctly).
Gady> Is this legal LaTeX? I don't think so. \ in a label should
Gady> probably be discarded (with an error message, perhaps). Even \\
Gady> causes latex to
It it implemented?
--
Lgb
Lars Gullik Bjønnes wrote:
> Is this something that anyone else can see?
> Or is it another qt3 thing?
I see this too (qt3), but only for *new* file names.
Jürgen
Hi,
This makes the dialogs only less bulky. Hardly any code cleaning done.
(the filedialog code needs a clean up, but that's for after the freeze).
Please apply, if OK.
src/frontends/xforms/ChangeLog|6
src/frontends/xforms/FormTexinfo.C| 45 ++---
src/fron
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| It it implemented?
Is it...
--
Lgb
[EMAIL PROTECTED] (Juergen Spitzmueller) writes:
| Lars Gullik Bjønnes wrote:
| > Is this something that anyone else can see?
| > Or is it another qt3 thing?
|
| I see this too (qt3), but only for *new* file names.
Hmm... there shouldn't be anything special about new filenames.
With "new file
Lars Gullik Bjønnes wrote:
> Hmm... there shouldn't be anything special about new filenames.
>
> With "new file names" do you mean files that do not exist yet?
> Or file that begin with "new"?
Files that do not exist yet. When I rename a file to the name of an existing
document, it saves, if the
On Thu Sep 12, 2002 09:34, Lars Gullik Bjønnes wrote:
> [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
> | It it implemented?
>
> Is it...
nope
Edwin Leuven <[EMAIL PROTECTED]> writes:
| On Thu Sep 12, 2002 09:34, Lars Gullik Bjønnes wrote:
| > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| > | It it implemented?
| >
| > Is it...
|
| nope
Ok... for the dialogs that has not been implemented yet, please just
focus on _copying_ the xfo
[EMAIL PROTECTED] (Juergen Spitzmueller) writes:
| Lars Gullik Bjønnes wrote:
| > Hmm... there shouldn't be anything special about new filenames.
| >
| > With "new file names" do you mean files that do not exist yet?
| > Or file that begin with "new"?
|
| Files that do not exist yet. When I rena
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| [EMAIL PROTECTED] (Juergen Spitzmueller) writes:
|
| | Lars Gullik Bjønnes wrote:
| | > Hmm... there shouldn't be anything special about new filenames.
| | >
| | > With "new file names" do you mean files that do not exist yet?
| | > Or file that
Finally online again to catchup with your doings. Seem to be making
good progress so far...
On Thu, 12 Sep 2002, R. Lahaye wrote:
> John Levon wrote:
> >
> > However, there is some serious problems. Different invocations of the
> > print dialog is forgetting various settings such as number of
On Thu Sep 12, 2002 10:09, Lars Gullik Bjønnes wrote:
> On this note: what is the development procedure for creating qt
> dialogs? (i.e. what is done and in what order for completely new
> dialogs?)
write ControlPreferences.[Ch]
make QPreferencesDialog in designer
write QPreferences.[Ch] and QPre
On Thursday 12 September 2002 4:37 am, R. Lahaye wrote:
> Oh, oh, there's a bad redraw problem with Xforms dialogs.
> Could you please, please apply the above, *WITHOUT* patching
> form_graphics.fd!
Ok.
> Instead apply the attached patch to a couple of fd files in
> forms.
>
> This is the probl
On Thursday 12 September 2002 9:38 am, Allan Rae wrote:
> > 149 void FormPrint::update()
> > 150 {
> > 151PrinterParams & pp = controller().params();
> >
> >
> > Every time, the controller().params() is called, it gives a
> > brand new set of values, unrelated to previous input. So I
> >
Allan Rae wrote:
>>John Levon wrote:
>>
>>>However, there is some serious problems. Different invocations of the
>>>print dialog is forgetting various settings such as number of copies,
>>>all or range etc. Please do a check and make sure they are remembered
>>>properly so when you bring up the di
On Wed, 11 Sep 2002, Norbert Koksch wrote:
> (Corrected message after hint of Angus Leeming)
>
> I have the following problem:
>
> Sometimes LyX (cvs, xforms 1.0RC4) chrashes with collapsing X-Window after
> generating of the ppm files for the preview.
[...]
> Angus Leeming asked me for a backtra
On Thursday 12 September 2002 9:55 am, R. Lahaye wrote:
> Anyway, I'm still puzzled where, why and how this reset of
> print parameters is actually done. Moreover, we won't make it
> before feature freeze :(.
>
> > I haven't looked at this stuff in nearly 18months. Angus
> > did the split I think
On Thursday 12 September 2002 8:33 am, R. Lahaye wrote:
> Hi,
>
> This makes the dialogs only less bulky. Hardly any code
> cleaning done. (the filedialog code needs a clean up, but
> that's for after the freeze).
>
> Please apply, if OK.
>
> src/frontends/xforms/ChangeLog|6
Angus Leeming wrote:
> On Thursday 12 September 2002 8:33 am, R. Lahaye wrote:
>
>>This makes the dialogs only less bulky. Hardly any code
>>cleaning done. (the filedialog code needs a clean up, but
>>that's for after the freeze).
>
> Well personally I think that the new TeXInfo patch is just ug
Angus Leeming wrote:
>
> I don't think that they're reset at all. That would imply that
> they're stored and I don't think that they are. What you are
> getting is the settings of a newly constructed PrinterParams
> instance.
>
> Why not ignore "pp" in FormPrint::update if it's causing you
>
On Thursday 12 September 2002 10:15 am, R. Lahaye wrote:
> Angus Leeming wrote:
> > On Thursday 12 September 2002 8:33 am, R. Lahaye wrote:
> >>This makes the dialogs only less bulky. Hardly any code
> >>cleaning done. (the filedialog code needs a clean up, but
> >>that's for after the freeze).
>
On Thursday 12 September 2002 10:16 am, R. Lahaye wrote:
> Since I'm a little more familiar with FormGraphics.C, I had a
> look at FormGraphics::update() and found code similar to
> FormPrint::update(). Only, the Graphics dialog remembers
> previous settings, but the print dialog doesn't. Hmmm. I'
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Wed, Sep 11, 2002 at 05:07:52PM +0200, Jean-Marc Lasgouttes
John> wrote:
>> schuss: rpm -q qt-devel qt-devel-2.3.0-3
>>
>> This is a redhat 7.1 installation, and I do not really have the
>> option of upgrading it (OK, I can, but I'd
On Wednesday 11 September 2002 11:21 pm, Lars Gullik Bjønnes
> No, they don't share the same socket.
>
> it will be code "like" this:
>
> int sock = socket(ARGS)
> bind(sock, ARGS)
> while true; do
> int new_sock = accept(sock. ARGS);
> // register this new_sock with a stream
> // re
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> On Wednesday 11 September 2002 3:56 pm, Jean-Marc Lasgouttes
Angus> wrote:
>> > "Albert" == Albert Chin >
>> <[EMAIL PROTECTED]> writes:
>>
Albert> On Thu, Aug 22, 2002 at 01:11:04PM -0500, Albert Chin
Angus> wrote:
>> >>
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Wednesday 11 September 2002 11:21 pm, Lars Gullik Bjønnes
>
>> No, they don't share the same socket.
>>
>> it will be code "like" this:
>>
>> int sock = socket(ARGS)
>> bind(sock, ARGS)
>> while true; do
>> int new_sock = accept(sock. ARGS);
>>
Can I link a piece of code compiled wirh g++ 3.0 (LyX) to a C++
library compiled with g++ 2.95 (Qt)?
Angus
Hi,
Sometime back all email addresses have been removed from the header lines in
the files, since these email addresses are listed already in the CREDITS file.
Why not do the same with the ChangeLogs?
I would be pleased to be freed from typing my email address each time I
type an new entry in t
On Thu, Sep 12, 2002 at 09:55:39AM +0100, Angus Leeming wrote:
> Well that's not surprising now is it. The graphics params are
> /stored/ by each graphics inset. If you want to /store/ the
> printer params then they'll be remembered too.
>
> Where's a good place to store them? In bufferparams p
On Thursday 12 September 2002 11:25 am, Andre Poenitz wrote:
> On Thu, Sep 12, 2002 at 09:55:39AM +0100, Angus Leeming wrote:
> > Well that's not surprising now is it. The graphics params
> > are /stored/ by each graphics inset. If you want to /store/
> > the printer params then they'll be remembe
John Levon wrote:
> On Wed, Sep 11, 2002 at 10:35:18AM +0200, Juergen Vigna wrote:
>
>
>>Now to the negative part. It's slow! The update of screen is way too
>>slow. Try to resize the window and you wait 1-2 seconds on my Athlon 1800+
>
>
> Actually, for resize, can you try adding "WStaticCont
Angus Leeming <[EMAIL PROTECTED]> writes:
| Can I link a piece of code compiled wirh g++ 3.0 (LyX) to a C++
| library compiled with g++ 2.95 (Qt)?
no.
different abi's.
--
Lgb
On Thu, Sep 12, 2002 at 10:58:46AM +0100, Angus Leeming wrote:
> > Should that be some global thing like lyxrc?
>
> Only PrinterParams contains file-specific info too:
>
> string file_name;
> unsigned int from_page;
> unsigned int to_page;
Hm...
But if it is in Buffer, it sho
"R. Lahaye" <[EMAIL PROTECTED]> writes:
| Hi,
>
| Sometime back all email addresses have been removed from the header lines in
| the files, since these email addresses are listed already in the CREDITS file.
>
| Why not do the same with the ChangeLogs?
No way!
| I would be pleased to be freed f
On Thursday 12 September 2002 11:37 am, Andre Poenitz wrote:
> On Thu, Sep 12, 2002 at 10:58:46AM +0100, Angus Leeming wrote:
> > > Should that be some global thing like lyxrc?
> >
> > Only PrinterParams contains file-specific info too:
> >
> > string file_name;
> > unsigned int from_page;
On Thu, Sep 12, 2002 at 11:13:09AM +0100, Angus Leeming wrote:
> >
> > But if it is in Buffer, it should be stored in the .lyx,
> > shouldn't it?
>
> I don't understand your meaning. Are you saying that /if/ we
> store PrinterParams then we should output the stored settings?
> Ridiculous.
I ha
On Thursday 12 September 2002 11:39 am, Lars Gullik Bjønnes
> Use a system that handles the ChangeLog for you (eg. emacs)
Incidentally, what do I need to do to get emacs to help me in
this regard. Do I need to set any vars in my .emacs file? If so,
what?
Angus
On Thursday 12 September 2002 11:37 am, Lars Gullik Bjønnes
wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | Can I link a piece of code compiled wirh g++ 3.0 (LyX) to a
> | C++ library compiled with g++ 2.95 (Qt)?
>
> no.
I suspected as much. Then Debian users are going to complain
that (
On Thursday 12 September 2002 11:13 am, Angus Leeming wrote:
Perhaps something like:
>
> void FormPrint::update()
> {
> PrinterParams & pp = controller().params();
>
> if (pp.file_name == getString(dialog_->input_file)
> return;
>
> ...
> }
>
> would do the trick.
On Thursday 12 September 2002 11:08 am, Lars Gullik Bjønnes
wrote:
> the main loop in the LocalClientListener looks like this:
>
> sock_.listen(5);
what is sock_ ? Is this the "default socket" (ie has a name
known to the client) through which this client can ask the
server to create a n
On Thu, Sep 12, 2002 at 11:15:37AM +0100, Angus Leeming wrote:
> On Thursday 12 September 2002 11:39 am, Lars Gullik Bjønnes
>
> > Use a system that handles the ChangeLog for you (eg. emacs)
>
> Incidentally, what do I need to do to get emacs to help me in
> this regard. Do I need to set any
On Thu, Sep 12, 2002 at 01:43:00PM +0900, R. Lahaye wrote:
> From/to remembered? Here at my end, the entire printer dialogs gets reset,
> including the from/to values.
Yes, you're right, consequence of the way qt dialog gets filled. Sorry
for the confusion.
> Every time, the controller().params
On Thursday 12 September 2002 12:48 pm, Martin Vermeer wrote:
> > Incidentally, what do I need to do to get emacs to help me
> > in this regard. Do I need to set any vars in my .emacs file?
> > If so, what?
> Just open a file with the name of ChangeLog :-)
Oh, I know that. Thought there might be
On Thu, Sep 12, 2002 at 11:13:09AM +0100, Angus Leeming wrote:
> and decide what to do with it. Perhaps something like:
>
> void FormPrint::update()
> {
> PrinterParams & pp = controller().params();
>
> if (pp.file_name == getString(dialog_->input_file)
> return;
>
>
On Thu, Sep 12, 2002 at 09:23:02AM +0200, Jean-Marc Lasgouttes wrote:
> It would be nice if it honored correctly the --with-extra-* things.
> I'd really like to unify the command line options from the different
> frontends.
Can you tell me how ?
thanks
john
--
"This *is* Usenet, after all, whe
On Thu, Sep 12, 2002 at 08:32:07AM +0200, Lars Gullik Bjønnes wrote:
> That we are going to get a lot of hassle if we do not do any discovery
> at all.
It is hell to maintain.
john
--
"This *is* Usenet, after all, where virtually every conversation that goes on
is fairly ludicrous in the first
On Thu, Sep 12, 2002 at 09:24:46AM +0200, Lars Gullik Bjønnes wrote:
> The menus seems to be working now. Great!
Good. Just don't ask me why :)
john
--
"This *is* Usenet, after all, where virtually every conversation that goes on
is fairly ludicrous in the first place."
- Godwin's Law
On Thu, Sep 12, 2002 at 10:24:04AM +0200, Lars Gullik Bjønnes wrote:
> Would it be possible to get some better variable names in the
> filedialog(s)?
>
> b1 and b2 does not tell much... are these the ok and cancel buttons?
> (or is it dirs?)
No, the additional buttons like Documents/Examples et
On Thu, Sep 12, 2002 at 09:23:29AM +0200, Lars Gullik Bjønnes wrote:
> As you can see from the picture, all font up to normal looks kindo ok.
> But fonts larger than normal is just rendered like normal.
>
> Do anyone have a clue where do look to discover tha cause of this?
-dbg font (in both fr
On Thu, Sep 12, 2002 at 10:45:49AM +0200, Edwin Leuven wrote:
> write ControlPreferences.[Ch]
> make QPreferencesDialog in designer
> write QPreferences.[Ch] and QPreferencesDialog.[Ch]
>
> add to automake stuff and voila
>
> I think the preferences dialog should be implemented like
>
> http:/
Hi,
I have searched the archives, and I notice that Lars had this problem some
time ago.
I am running redhat 7.3 a stock installation, and I know that for this file
to get compiled something is completly broken (John's words). But even so I
would like to have a work around.
On Thu, Sep 12, 2002 at 11:21:45AM +0100, Angus Leeming wrote:
> Crap compiler.
Yes, it's junk.
regards
john
--
"This *is* Usenet, after all, where virtually every conversation that goes on
is fairly ludicrous in the first place."
- Godwin's Law FAQ
On Thu, Sep 12, 2002 at 07:23:54PM +0900, R. Lahaye wrote:
> I would be pleased to be freed from typing my email address each time I
> type an new entry in the ChangeLog.
iab chl =strftime("%Y-%m-%d John Levon
<[EMAIL PROTECTED]>")^[^Mki *
Works nice in combination with syntax highlighting ;)
On Thu, Sep 12, 2002 at 12:35:00PM +0200, Juergen Vigna wrote:
> >>Now to the negative part. It's slow! The update of screen is way too
> >>slow. Try to resize the window and you wait 1-2 seconds on my Athlon 1800+
> >
> >
> >Actually, for resize, can you try adding "WStaticContents" like this :
On Thursday 12 September 2002 12:42 pm, John Levon wrote:
> There is no way I am going to directly copy the xforms prefs.
> For starters there is a significant amount of xforms-only
> prefs.
Hardly any. Some colour stuff
keyword_item xformTags[] = {
{ "\\gui_background", FL_COL1 },
On Thu, Sep 12, 2002 at 12:47:06PM +0100, José Abílio Oliveira Matos wrote:
> I am running redhat 7.3 a stock installation, and I know that for this file
> to get compiled something is completly broken (John's words). But even so I
> would like to have a work around.
>
> I have use
On Thursday 12 September 2002 12:47 pm, José Abílio Oliveira
Matos wrote:
> Hi,
> I have searched the archives, and I notice that Lars had this
> problem some time ago.
It shouldn't be being compiled at all. For some reason your
configure is not working out that Qt's image loader is
pref
John Levon wrote:
> I've just committed something which should solve the scrolling paint
> delay problem. Please check it out.
Super! Works here!
Now you just have to find the slowness on resize #:O)
Jug
--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jür
On Thu, Sep 12, 2002 at 12:17:02PM +0100, Angus Leeming wrote:
>
> Hardly any. Some colour stuff
Rescale bitmap fonts
Popup fonts
Dead keys
Wheel mouse jump (not sure)
Dialogs iconify
> Ever thought of asking?
This will take some time.
What is the purpose of spellchecker "use alternative la
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Thursday 12 September 2002 12:42 pm, John Levon wrote:
>> There is no way I am going to directly copy the xforms prefs.
>> For starters there is a significant amount of xforms-only
>> prefs.
>
| Hardly any. Some colour stuff
>
| keyword_item xformTa
On Thu, Sep 12, 2002 at 01:55:33PM +0200, Juergen Vigna wrote:
> Now you just have to find the slowness on resize #:O)
I'm quite surprised WStaticContents makes /no/ difference actually
john
--
"This *is* Usenet, after all, where virtually every conversation that goes on
is fairly ludicrous i
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Thursday 12 September 2002 11:08 am, Lars Gullik Bjønnes
| wrote:
>
>> the main loop in the LocalClientListener looks like this:
>>
>> sock_.listen(5);
>
| what is sock_ ? Is this the "default socket" (ie has a name
| known to the client) thro
John Levon <[EMAIL PROTECTED]> writes:
| On Thu, Sep 12, 2002 at 08:32:07AM +0200, Lars Gullik Bjønnes wrote:
>
>> That we are going to get a lot of hassle if we do not do any discovery
>> at all.
>
| It is hell to maintain.
It is working for xforms... (after some initial pain)
--
Lgb
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> On Thursday 12 September 2002 11:39 am, Lars Gullik Bjønnes
>> Use a system that handles the ChangeLog for you (eg. emacs)
Angus> Incidentally, what do I need to do to get emacs to help me in
Angus> this regard. Do I need to set a
José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes:
| Hi,
| I have searched the archives, and I notice that Lars had this problem some
| time ago.
>
| I am running redhat 7.3 a stock installation, and I know that for this file
| to get compiled something is completly broken (John
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Thu, Sep 12, 2002 at 09:23:02AM +0200, Jean-Marc Lasgouttes
John> wrote:
>> It would be nice if it honored correctly the --with-extra-* things.
>> I'd really like to unify the command line options from the
>> different frontends.
Jo
John Levon <[EMAIL PROTECTED]> writes:
| On Thu, Sep 12, 2002 at 12:17:02PM +0100, Angus Leeming wrote:
>
>>
>> Hardly any. Some colour stuff
>
| Rescale bitmap fonts
>
| Popup fonts
It is only xforms specific since qt does not support it...
(i.e. it is not xforms specific at all... and the rea
> Yes.
while we're at it maybe I can steal some wisdom from you or Angus, or other
wizzes...
I've added the preamble to the document dialog which made me wonder about how
to implement the controller
we're putting qwidgets in a stackwidget
should we have a controller for each of these stacked
Angus Leeming wrote:
> On Thursday 12 September 2002 11:13 am, Angus Leeming wrote:
> Perhaps something like:
>
>>void FormPrint::update()
>>{
>> PrinterParams & pp = controller().params();
>>
>> if (pp.file_name == getString(dialog_->input_file)
>> return;
>>
>> ...
>
On Thursday 12 September 2002 12:56 pm, John Levon wrote:
> On Thu, Sep 12, 2002 at 12:17:02PM +0100, Angus Leeming wrote:
> > Hardly any. Some colour stuff
>
> Rescale bitmap fonts
> Popup fonts
> Dead keys
> Wheel mouse jump (not sure)
> Dialogs iconify
So not many things then.
> What is the p
On Thursday 12 September 2002 1:04 pm, Edwin Leuven wrote:
> I've added the preamble to the document dialog which made me
> wonder about how to implement the controller
Oh you little beauty!
> we're putting qwidgets in a stackwidget
>
> should we have a controller for each of these stacked widge
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> So, you want to scrap stuff from the preferences dialog just
Angus> because /you/ don't use it? That's really user-friendly.
Angus> As Lars says, just handle 'em.
I see John's point. Currently, the number and the organization of
On Thursday 12 September 2002 1:06 pm, R. Lahaye wrote:
> Ah, now I got it!
>
> If I type my own filename, everthing gets reset, otherwise
> not. Don't like that. Why do you want that?
No, this says that if you open a new buffer then reset the
dialog, else don't.
> I suggest something like:
>
>
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
| Angus> So, you want to scrap stuff from the preferences dialog just
| Angus> because /you/ don't use it? That's really user-friendly.
>
| Angus> As Lars says, just handle 'em.
>
| I se
On Thursday 12 September 2002 1:19 pm, Jean-Marc Lasgouttes
wrote:
> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> So, you want to scrap stuff from the preferences dialog
> just Angus> because /you/ don't use it? That's really
> user-friendly.
>
> Angus> As Lars says, just
On Thursday 12 September 2002 1:01 pm, Jean-Marc Lasgouttes
wrote:
> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> On Thursday 12 September 2002 11:39 am, Lars Gullik
> Bjønnes
>
> >> Use a system that handles the ChangeLog for you (eg. emacs)
>
> Angus> Incidentally, what
> I think that the controller should know as little as possible
> about how you implement the view. It should store a bufferparams
> instance so that the view can access this data and that's about
> it.
>
> If you want ControlDocument to manage several different dialogs,
> then do it à la Maths Pa
On Thu, Sep 12, 2002 at 02:05:31PM +0200, Lars Gullik Bjønnes wrote:
> | Popup fonts
>
> It is only xforms specific since qt does not support it...
qtconfig. There is zero reason for this to be in LyX. We are not emacs,
I don't want to write an OS.
regards
john
On Thu, Sep 12, 2002 at 02:23:55PM +0200, Lars Gullik Bjønnes wrote:
> Perhaps. But now is not the time for it.
Given that it is me not you who has to implement them, I tend to
disagree
john
--
"This *is* Usenet, after all, where virtually every conversation that goes on
is fairly ludicrous in
On Thu, Sep 12, 2002 at 02:00:12PM +0200, Lars Gullik Bjønnes wrote:
> | It is hell to maintain.
>
> It is working for xforms... (after some initial pain)
And there are still broken corner cases. Furthermore xforms is simpler
to find. I have been through the pain of maintaining the old qt scrip
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Oh, fantastic. Thanks JMarc. Now is there a way of specifying
Angus> my preferred email address <[EMAIL PROTECTED]>?
Angus> 2002-09-12 Angus Leeming <[EMAIL PROTECTED]>
Angus> * xforms_helpers.C (read):
I think it uses the vari
John Levon <[EMAIL PROTECTED]> writes:
| On Thu, Sep 12, 2002 at 02:23:55PM +0200, Lars Gullik Bjønnes wrote:
>
>> Perhaps. But now is not the time for it.
>
| Given that it is me not you who has to implement them, I tend to
| disagree
but doing it by selecting option that you don't know what is
On Thu, Sep 12, 2002 at 12:03:10PM +0200, Jean-Marc Lasgouttes wrote:
> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> On Wednesday 11 September 2002 3:56 pm, Jean-Marc Lasgouttes
> Angus> wrote:
> >> > "Albert" == Albert Chin >
> >> <[EMAIL PROTECTED]> writes:
> >>
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Thursday 12 September 2002 1:01 pm, Jean-Marc Lasgouttes
| wrote:
>> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>>
>> Angus> On Thursday 12 September 2002 11:39 am, Lars Gullik
>> Bjønnes
>>
>> >> Use a system that handles the Change
John Levon <[EMAIL PROTECTED]> writes:
| On Thu, Sep 12, 2002 at 02:00:12PM +0200, Lars Gullik Bjønnes wrote:
>
>> | It is hell to maintain.
>>
>> It is working for xforms... (after some initial pain)
>
| And there are still broken corner cases. Furthermore xforms is simpler
| to find. I have be
On Thu, Sep 12, 2002 at 02:47:05PM +0200, Lars Gullik Bjønnes wrote:
> but doing it by selecting option that you don't know what is and that
> you don't use is not the way to do it.
I'm not doing it like that. Dunno where people got that idea. If I was
doing it like that, there wouldn't be a pre
Dear Allan,
I tried waht you propsosed.
On Thursday, 12. September 2002 10:57, you wrote:
> On Wed, 11 Sep 2002, Norbert Koksch wrote:
> > (Corrected message after hint of Angus Leeming)
> >
> > I have the following problem:
> >
> > Sometimes LyX (cvs, xforms 1.0RC4) chrashes with collapsing X-
On Thu, Sep 12, 2002 at 02:04:50PM +0200, Jean-Marc Lasgouttes wrote:
> By making sure you look into the dirs already mentionned in LDFLAGS
> and CPPFLAGS. With current cvs it does not (unless I did something
> stupid).
I do that by "default", don't I ? Why does this need special handling ?
reg
John Levon <[EMAIL PROTECTED]> writes:
| On Thu, Sep 12, 2002 at 02:47:05PM +0200, Lars Gullik Bjønnes wrote:
>
>> but doing it by selecting option that you don't know what is and that
>> you don't use is not the way to do it.
>
| I'm not doing it like that. Dunno where people got that idea. If I
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Thu, Sep 12, 2002 at 02:04:50PM +0200, Jean-Marc Lasgouttes
John> wrote:
>> By making sure you look into the dirs already mentionned in LDFLAGS
>> and CPPFLAGS. With current cvs it does not (unless I did something
>> stupid).
John>
On Thursday 12 September 2002 12:49, John Levon wrote:
>
> Ben Stanley had the same problem, and I think it was solved by using a
> completely new tree. Something doesn't get cleaned properly I think when
> you switch frontends.
Let me make this clear. This is in a new tree, that I created on p
On Thu, Sep 12, 2002 at 02:55:40PM +0200, Lars Gullik Bjønnes wrote:
> | doing it like that, there wouldn't be a prefs dialog, because I don't
> | set any.
>
> Then I'll rephrase... options that are not obviously userful to you
> are likely to get dropped.
I don't believe I have yet dropped any
Edwin Leuven wrote:
> > but note that LaTeX allows different
> > styles per \bibliography. Etc, etc, etc.
>
> but can one have more than one bibliography per document in lyx? does it
> support chapterbib? even so, would it make sense to have separate
> bibliography styles per chapter? my question:
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Thu, Sep 12, 2002 at 12:17:02PM +0100, Angus Leeming wrote:
>> Hardly any. Some colour stuff
John> Rescale bitmap fonts
So those of us who do not have nice truetype fonts installed (or no
support for them in the X server) have to
On Thu, Sep 12, 2002 at 02:57:54PM +0200, Jean-Marc Lasgouttes wrote:
> I don't know, It seems to me that I tried it (not with your patch, the
> cvs one) and it did not work. Or maybe I'm dumb.
I guess you're dumb ;))
./configure --with-extra-inc=/home/moz/bin/
--with-extra-lib=/home/moz/bin/ -
On Thursday 12 September 2002 1:48 pm, Lars Gullik Bjønnes wrote:
> I guess "user-mail-address"
>
> Set it with Customize.
Thank you, both.
A
On Thu, Sep 12, 2002 at 03:09:42PM +0200, Jean-Marc Lasgouttes wrote:
> John> Rescale bitmap fonts
>
> So those of us who do not have nice truetype fonts installed (or no
> support for them in the X server) have to endure crappy scaled PS
> fonts instead of hand-made bitmap fonts? Damn.
I don't
1 - 100 of 168 matches
Mail list logo