Re: lyx-1.1.1, File-Fax crash (backtrace)

1999-11-01 Thread Lars Gullik Bjønnes
Ronald Florence [EMAIL PROTECTED] writes: | - if (!rep-sz) return npos; | + if (!rep-sz || i = rep-sz) return npos; | | - Assert(i rep-sz); | TestlyxstringInvariant(this); | | for (size_type t = i; rep-sz - t = a.length(); ++t) { | | This does not fix the

Re: lyx-1.1.1, File-Fax crash (backtrace)

1999-11-01 Thread Lars Gullik Bjønnes
Ronald Florence [EMAIL PROTECTED] writes: | - if (!rep-sz) return npos; | + if (!rep-sz || i = rep-sz) return npos; | | - Assert(i rep-sz); | TestlyxstringInvariant(this); | | for (size_type t = i; rep-sz - t = a.length(); ++t) { | | This does not fix the

Re: lyx-1.1.1, File->Fax crash (backtrace)

1999-11-01 Thread Lars Gullik Bjønnes
Ronald Florence <[EMAIL PROTECTED]> writes: | - if (!rep->sz) return npos; | + if (!rep->sz || i >= rep->sz) return npos; | | - Assert(i < rep->sz); | TestlyxstringInvariant(this); | | for (size_type t = i; rep->sz - t >= a.length(); ++t) { | | This does not

Re: lyx-1.1.1 blows-up when File-Fax is pressed

1999-10-28 Thread Jean-Marc Lasgouttes
"Ronald" == Ronald Florence [EMAIL PROTECTED] writes: Ronald lyx-1.1.1 self-destructs when the File-Fax option is Ronald selected: the LyX window just disappears from the screen. Ronald Serious bug. This is a known problem which should be fixed now in cvs. As a _possible_ worka

Re: lyx-1.1.1 blows-up when File-Fax is pressed

1999-10-28 Thread Ronald Florence
Jean-Marc Lasgouttes writes: Ronald lyx-1.1.1 self-destructs when the File-Fax option is Ronald selected: the LyX window just disappears from the screen. Ronald Serious bug. This is a known problem which should be fixed now in cvs. As a _possible_ workaround, try to add a space

Re: lyx-1.1.1 blows-up when File-Fax is pressed

1999-10-28 Thread Jean-Marc Lasgouttes
"Ronald" == Ronald Florence [EMAIL PROTECTED] writes: Ronald lyx-1.1.1 self-destructs when the File-Fax option is Ronald selected: the LyX window just disappears from the screen. Ronald Serious bug. This is a known problem which should be fixed now in cvs. As a _possible_ worka

Re: lyx-1.1.1 blows-up when File-Fax is pressed

1999-10-28 Thread Ronald Florence
Jean-Marc Lasgouttes writes: Ronald lyx-1.1.1 self-destructs when the File-Fax option is Ronald selected: the LyX window just disappears from the screen. Ronald Serious bug. This is a known problem which should be fixed now in cvs. As a _possible_ workaround, try to add a space

Re: lyx-1.1.1 blows-up when File->Fax is pressed

1999-10-28 Thread Jean-Marc Lasgouttes
>>>>> "Ronald" == Ronald Florence <[EMAIL PROTECTED]> writes: Ronald> lyx-1.1.1 self-destructs when the File->Fax option is Ronald> selected: the LyX window just disappears from the screen. Ronald> Serious bug. This is a known problem which should be f

Re: lyx-1.1.1 blows-up when File->Fax is pressed

1999-10-28 Thread Ronald Florence
Jean-Marc Lasgouttes writes: Ronald> lyx-1.1.1 self-destructs when the File->Fax option is Ronald> selected: the LyX window just disappears from the screen. Ronald> Serious bug. This is a known problem which should be fixed now in cvs. As a _possible_ workaround

lyx-1.1.1, File-Fax crash (backtrace)

1999-10-27 Thread Ronald Florence
As I wrote earlier today, lyx-1.1.1 crashes when the user selects File-Fax. The fax_command in lyxrc is "tkhylafax -file $$FName" which works without problems with lyx-1.0.0 on our Solaris-2.6 systems. Here is a stack trace after the lyx-1.1.1 crash: (gdb) run Starting pro

Re: lyx-1.1.1, File-Fax crash (backtrace)

1999-10-27 Thread Lars Gullik Bjønnes
Ronald Florence [EMAIL PROTECTED] writes: | I'd appreciate if someone on the lyx-users list could pass this | information along to the appropriate member of the development team. That would probably be me... I think the following patch should fix this: Index: lyxstring.C

lyx-1.1.1, File-Fax crash (backtrace)

1999-10-27 Thread Ronald Florence
As I wrote earlier today, lyx-1.1.1 crashes when the user selects File-Fax. The fax_command in lyxrc is "tkhylafax -file $$FName" which works without problems with lyx-1.0.0 on our Solaris-2.6 systems. Here is a stack trace after the lyx-1.1.1 crash: (gdb) run Starting pro

Re: lyx-1.1.1, File-Fax crash (backtrace)

1999-10-27 Thread Lars Gullik Bjønnes
Ronald Florence [EMAIL PROTECTED] writes: | I'd appreciate if someone on the lyx-users list could pass this | information along to the appropriate member of the development team. That would probably be me... I think the following patch should fix this: Index: lyxstring.C

lyx-1.1.1, File->Fax crash (backtrace)

1999-10-27 Thread Ronald Florence
As I wrote earlier today, lyx-1.1.1 crashes when the user selects File->Fax. The fax_command in lyxrc is "tkhylafax -file $$FName" which works without problems with lyx-1.0.0 on our Solaris-2.6 systems. Here is a stack trace after the lyx-1.1.1 crash: (gdb) run Starting

Re: lyx-1.1.1, File->Fax crash (backtrace)

1999-10-27 Thread Lars Gullik Bjønnes
Ronald Florence <[EMAIL PROTECTED]> writes: | I'd appreciate if someone on the lyx-users list could pass this | information along to the appropriate member of the development team. That would probably be me... I think the following patch should fix this: Index: lyxstring.C

Re: file-fax

1999-10-20 Thread Juergen Vigna
OK to send a fax I can use; "fax send 1-###- file/path.ps" to send a ps file... I just tried it and at least that works. Do this: cat ~/.lyx/lyxrc \fax_command "fax send '$$Phone' '$$FName'" Ctrl-D This should create a file $HOME/.lyx/lyxrc with the right fax command! It may be that

Re: file-fax

1999-10-20 Thread Kevin Chu
Juergen Vigna wrote: Do this: cat ~/.lyx/lyxrc \fax_command "fax send '$$Phone' '$$FName'" Ctrl-D This should create a file $HOME/.lyx/lyxrc with the right fax command! Oops, this would blow away any existing $HOME/.lyx/lyxrc! :) Maybe you meant ''? In my current $HOME/.lyx/lyxrc

Re: file-fax

1999-10-20 Thread Juergen Vigna
On 20-Oct-99 Kevin Chu wrote: Juergen Vigna wrote: Do this: cat ~/.lyx/lyxrc \fax_command "fax send '$$Phone' '$$FName'" Ctrl-D This should create a file $HOME/.lyx/lyxrc with the right fax command! Oops, this would blow away any existing $HOME/.lyx/lyxrc! :) Maybe you meant

Re: file-fax

1999-10-20 Thread Juergen Vigna
OK to send a fax I can use; "fax send 1-###- file/path.ps" to send a ps file... I just tried it and at least that works. Do this: cat ~/.lyx/lyxrc \fax_command "fax send '$$Phone' '$$FName'" Ctrl-D This should create a file $HOME/.lyx/lyxrc with the right fax command! It may be that

Re: file-fax

1999-10-20 Thread Kevin Chu
Juergen Vigna wrote: Do this: cat ~/.lyx/lyxrc \fax_command "fax send '$$Phone' '$$FName'" Ctrl-D This should create a file $HOME/.lyx/lyxrc with the right fax command! Oops, this would blow away any existing $HOME/.lyx/lyxrc! :) Maybe you meant ''? In my current $HOME/.lyx/lyxrc

Re: file-fax

1999-10-20 Thread Juergen Vigna
On 20-Oct-99 Kevin Chu wrote: Juergen Vigna wrote: Do this: cat ~/.lyx/lyxrc \fax_command "fax send '$$Phone' '$$FName'" Ctrl-D This should create a file $HOME/.lyx/lyxrc with the right fax command! Oops, this would blow away any existing $HOME/.lyx/lyxrc! :) Maybe you meant

Re: file->fax

1999-10-20 Thread Juergen Vigna
> > OK to send a fax I can use; "fax send 1-###- file/path.ps" to send a ps file... > I just tried it and at least that works. > Do this: cat >~/.lyx/lyxrc \fax_command "fax send '$$Phone' '$$FName'" -D This should create a file $HOME/.lyx/lyxrc with the right fax command! It may be that

Re: file->fax

1999-10-20 Thread Kevin Chu
Juergen Vigna wrote: > Do this: > > cat >~/.lyx/lyxrc > \fax_command "fax send '$$Phone' '$$FName'" > -D > > This should create a file $HOME/.lyx/lyxrc with the right fax command! Oops, this would blow away any existing $HOME/.lyx/lyxrc! :) Maybe you meant '>>'? In my current

Re: file->fax

1999-10-20 Thread Juergen Vigna
On 20-Oct-99 Kevin Chu wrote: > Juergen Vigna wrote: > >> Do this: >> >> cat >~/.lyx/lyxrc >> \fax_command "fax send '$$Phone' '$$FName'" >> -D >> >> This should create a file $HOME/.lyx/lyxrc with the right fax command! > > Oops, this would blow away any existing $HOME/.lyx/lyxrc! :)

Re: file-fax

1999-10-19 Thread Juergen Vigna
On 19-Oct-99 Christopher Sawtell wrote: On Tue, 19 Oct 1999, bill jehle wrote: Does anyone know what to do to to get efax to work, my fax test checks out ok now, but I get "can't read file" in the log popup when I try to fax. I imagine it has something to do with file conversion.

Re: file-fax

1999-10-19 Thread Christopher Sawtell
On Tue, 19 Oct 1999, Juergen Vigna wrote: On 19-Oct-99 Christopher Sawtell wrote: On Tue, 19 Oct 1999, bill jehle wrote: Does anyone know what to do to to get efax to work, my fax test checks out ok now, but I get "can't read file" in the log popup when I try to fax. I imagine it has

Re: file-fax

1999-10-19 Thread Juergen Vigna
On 19-Oct-99 Christopher Sawtell wrote: That may be true, but in the practical situation you want to be able to receive faxes as well as send them. mgetty is _by far_ the best modem getty for linux, and it knows how to do faxes perfectly. You _have_ to install it if you wish to log in over

Re: file-fax

1999-10-19 Thread Juergen Vigna
On 19-Oct-99 Christopher Sawtell wrote: On Tue, 19 Oct 1999, bill jehle wrote: Does anyone know what to do to to get efax to work, my fax test checks out ok now, but I get "can't read file" in the log popup when I try to fax. I imagine it has something to do with file conversion.

Re: file-fax

1999-10-19 Thread Christopher Sawtell
On Tue, 19 Oct 1999, Juergen Vigna wrote: On 19-Oct-99 Christopher Sawtell wrote: On Tue, 19 Oct 1999, bill jehle wrote: Does anyone know what to do to to get efax to work, my fax test checks out ok now, but I get "can't read file" in the log popup when I try to fax. I imagine it has

Re: file-fax

1999-10-19 Thread Juergen Vigna
On 19-Oct-99 Christopher Sawtell wrote: That may be true, but in the practical situation you want to be able to receive faxes as well as send them. mgetty is _by far_ the best modem getty for linux, and it knows how to do faxes perfectly. You _have_ to install it if you wish to log in over

Re: file->fax

1999-10-19 Thread Juergen Vigna
On 19-Oct-99 Christopher Sawtell wrote: > On Tue, 19 Oct 1999, bill jehle wrote: >> Does anyone know what to do to to get efax to work, my fax test checks >> out ok now, but I get "can't read file" in the log popup when I try to >> fax. I imagine it has something to do with file conversion. >>

Re: file->fax

1999-10-19 Thread Christopher Sawtell
On Tue, 19 Oct 1999, Juergen Vigna wrote: > On 19-Oct-99 Christopher Sawtell wrote: > > On Tue, 19 Oct 1999, bill jehle wrote: > >> Does anyone know what to do to to get efax to work, my fax test checks > >> out ok now, but I get "can't read file" in the log popup when I try to > >> fax. I

Re: file->fax

1999-10-19 Thread Juergen Vigna
On 19-Oct-99 Christopher Sawtell wrote: > That may be true, but in the practical situation you want to be able to > receive faxes as well as send them. mgetty is _by far_ the best modem getty for > linux, and it knows how to do faxes perfectly. You _have_ to install it if you > wish to log in