Re: file recovery and format

2001-01-23 Thread Lars Gullik Bjønnes
Lior Silberman [EMAIL PROTECTED] writes: | Under unix-like OS, the * is expanded by the shell, not by the rm command, | so the rm command never sees the *. You'd have to hack the shell, not the | rm command, and the question becomes, how do you do that consistently? Do | you specialcase

Re: file recovery and format

2001-01-23 Thread Lars Gullik Bjønnes
"Garst R. Reese" [EMAIL PROTECTED] writes: | John Weiss wrote: | | On Mon, Jan 22, 2001 at 04:46:03PM -0500, Lior Silberman wrote: | | You should alias rm to be 'rm -i'. This is possible on almost all shells. | | Wherever I can use GNU-fileutils, I alias rm to 'rm -v'. This |

Re: file recovery and format

2001-01-23 Thread Kayvan A. Sylvan
On Tue, Jan 23, 2001 at 10:20:08AM +0100, Lars Gullik Bjnnes wrote: Lior Silberman [EMAIL PROTECTED] writes: | Under unix-like OS, the * is expanded by the shell, not by the rm command, | so the rm command never sees the *. You'd have to hack the shell, not the | rm command, and the

[Article in french : The future ot the word processors] After Word: l'avenir du traitement de texte

2001-01-23 Thread Emmanuel GUREGHIAN
lyx is linked as a GUI over LaTeX http://www.internatif.org/bortzmeyer/afterword/afterword.html

color settings in preferences

2001-01-23 Thread Kornel Benko
Hi, set (and save) colors with preferences dialog. Then the "preferences" file will contain lines like: egrep set_color preferences preferences:\set_color "selection" "#84cfff" preferences:\set_color "latex" "#f9" preferences:\set_color "floats" "#ff7e00" preferences:\set_color "note"

Time to exercise your reading of french :)

2001-01-23 Thread Jean-Marc Lasgouttes
An article about the "post-WYSISYG" era, and what the offer in editors should be. Of course, it mentions LyX. http://www.internatif.org/bortzmeyer/afterword/afterword.html JMarc PS: and it is written in (gasp) french.

Re: yearly stats

2001-01-23 Thread Jean-Marc Lasgouttes
"Mate" == Mate Wierdl [EMAIL PROTECTED] writes: Mate $ for i in DEVEL USERS ANNOUNCE; do echo $i:; ezmlm-list ~/$i Mate |wc -l; done DEVEL: 127 USERS: 438 ANNOUNCE: 613 That's not as large as I would have thought. I hope we have more than 1000 users... BTW, Mate, do you think it would be

Re: Weird cross reference bug

2001-01-23 Thread Angus Leeming
Ahhh! I _think_ I understand... perhaps... This feels like the popup is recieving a signal that the buffer has changed. In fact, I'm sure that's what is happening. If the buffer changes, then a signal "updateBufferDependent" is emitted into the ether. This signal is connected to a slot

Re: Time to exercise your reading of french :)

2001-01-23 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | An article about the "post-WYSISYG" era, and what the offer in editors | should be. Of course, it mentions LyX. | http://www.internatif.org/bortzmeyer/afterword/afterword.html | | JMarc | | PS: and it is written in (gasp) french. Care to

Re: Problem with tables, babel hyperref

2001-01-23 Thread Dekel Tsur
On Tue, Jan 23, 2001 at 01:28:20AM -0600, Alejandro Aguilar Sierra wrote: When I try to use hyperref with babel I get the error: "Undefined control sequence. \ProcessOptionsWithKV{Hyp}". This problem disapears if I stop using Babel (which in fact is not much necessary with slides that have

Re: Icelandic

2001-01-23 Thread Jean-Marc Lasgouttes
"Bodvar" == Bodvar Bjorgvinsson [EMAIL PROTECTED] writes: Bodvar Hi, I notice that Icelandic is not represented as an available Bodvar language for LyX. I have made a translation for Klyx to Bodvar Icelandic and wonder whether I should "port" it to LyX. Please Bodvar advise how to go about it,

Re: color settings in preferences

2001-01-23 Thread Angus Leeming
Hmmm! Moreover, once you've saved your selection, all non-GUI colours come up as black which isn't very useful. You have to restart LyX to get the colours back and then this ignores the changes you've made. Fortunately, only colours are affected by this. Wierd. I'll investigate. Thanks for

Re: Time to exercise your reading of french :)

2001-01-23 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Care to translate a bit? http://babelfish.altavista.com/translate.dyn?url=http%3A%2F%2Fwww.internatif.org%2Fbortzmeyer%2Fafterword%2Fafterword.htmllp=fr_endoit=doneframe=random gives a reasonable translation, although it stops to

Re: color settings in preferences

2001-01-23 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Hmmm! Moreover, once you've saved your selection, all non-GUI Angus colours come up as black which isn't very useful. You have to Angus restart LyX to get the colours back and then this ignores the Angus changes you've made. Angus

Re: color settings in preferences

2001-01-23 Thread Angus Leeming
;-) I think that this patch clears both bugs. Angus On Tuesday 23 January 2001 11:42, Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Hmmm! Moreover, once you've saved your selection, all non-GUI Angus colours come up as black which isn't very

Re: Weird cross reference bug

2001-01-23 Thread Dekel Tsur
On Tue, Jan 23, 2001 at 11:16:57AM +, Angus Leeming wrote: Dekel, will this have been fixed by your recent patch? Perhaps you'd care to comment? Don't try to blame me. It is your fault. The problem is that when a label is selected in the browser, we call to Dispatch(LFUN_REF_BACK) (in

Re: Weird cross reference bug

2001-01-23 Thread Dekel Tsur
On Tue, Jan 23, 2001 at 11:16:57AM +, Angus Leeming wrote: In this case, updateSlot is being passed "true", telling it that the buffer has changed and so the popup should be closed. Since now the references dialog closes when changing buffers, it is not possible to add references to

Re: color settings in preferences

2001-01-23 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | +++ src/frontends/xforms/FormPreferences.C2001/01/23 12:22:39 | @@ -806,9 +806,9 @@ | // Note that X stores the RGB values in the range 0 - 65535 | // whilst we require them in the range 0 - 255. | RGBColor

Re: Weird cross reference bug

2001-01-23 Thread Angus Leeming
On Tuesday 23 January 2001 12:43, Dekel Tsur wrote: Dekel, will this have been fixed by your recent patch? Perhaps you'd care to comment? Don't try to blame me. It is your fault. Hey, hey, hey! I blamed nobody! So, I'll start now by saying, "It's all my fault. Everything is my fault. O

Re: color settings in preferences

2001-01-23 Thread Angus Leeming
Can you do this by shifting instead, since that is what we really do. We just removes the lower 8 bits. col.r = xcol.red 8; Never, ever use shift on portable code without thinking REALLY hard about what you're doing. What about big/little endian machines? Anyway, the two

Re: Weird cross reference bug

2001-01-23 Thread Angus Leeming
On Tuesday 23 January 2001 12:51, Dekel Tsur wrote: On Tue, Jan 23, 2001 at 11:16:57AM +, Angus Leeming wrote: In this case, updateSlot is being passed "true", telling it that the buffer has changed and so the popup should be closed. Since now the references dialog closes when

Re: color settings in preferences

2001-01-23 Thread Angus Leeming
Actually, scratch that. Col.r, g, b are all ints. I used the static_castunsigned char as a hack. Please, therefore, apply the original patch. Angus On Tuesday 23 January 2001 13:14, Angus Leeming wrote: Can you do this by shifting instead, since that is what we really do. We just

Centering after table on last position in include

2001-01-23 Thread Kornel Benko
Please look at the output of DVI of the attached Main.lyx. The second chapter is centered. If there is at least one "{}" (in TeX mode), then all is ok. Maybe because of math in last cell? -- Kornel Benko [EMAIL PROTECTED] #LyX 1.1 created this file. For more info see http://www.lyx.org/

Re: color settings in preferences

2001-01-23 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Actually, scratch that. Col.r, g, b are all ints. I used the | static_castunsigned char as a hack. Please, therefore, apply the original | patch. Ok. (you can do it yourself) Lgb | Angus | | | | On Tuesday 23 January 2001 13:14, Angus

printing bug on Solaris 2.7

2001-01-23 Thread Gary Ray (Seattle)
There are two problems I discovered when building 1.1.6. One is that during make install, many of the new files in share/lyx were not copied, so I was left with a new binary and old 1.1.5fix2 files. This I fixed manually. The other problem was that the print button did not function. I even

Re: LyX 1.1.6: Bug reports #9 #10 #11

2001-01-23 Thread Michael Schmitt
Ronny Buchmann wrote: look at http://www.educat.hu-berlin.de/~voss/lyx/ (archived lyx tips) Wow, what a comprehensive list of tricks! If the LyX developers feel like LyX is feature complete, they should (first ask me ;-) and than) have a look at your page. Thank very much!

Re: printing bug on Solaris 2.7

2001-01-23 Thread Dekel Tsur
On Tue, Jan 23, 2001 at 06:06:22AM -0800, Gary Ray (Seattle) wrote: The other problem was that the print button did not function. I even wiped out share/lyx and started over, but no luck on the print button. Any ideas? Do you have a print menu-item under the file-export menu-item ? Does

Re: color settings in preferences

2001-01-23 Thread Kornel Benko
Perfect! But only after make clean make For some reason the library dependencies are not correct. I'm compiling with --frontend-kde. Kornel -- Kornel Benko [EMAIL PROTECTED]

Re: Weird cross reference bug

2001-01-23 Thread Amir Karger
On Tue, Jan 23, 2001 at 02:51:11PM +0200, Dekel Tsur wrote: On Tue, Jan 23, 2001 at 11:16:57AM +, Angus Leeming wrote: In this case, updateSlot is being passed "true", telling it that the buffer has changed and so the popup should be closed. Since now the references dialog closes

Re: Weird cross reference bug

2001-01-23 Thread Dekel Tsur
On Tue, Jan 23, 2001 at 10:23:05AM -0500, Amir Karger wrote: Maybe I'm not understanding what you're saying, but I add references to labels in different files all the time. Yes, I have to reopen the dialog, but I've been hitting OK instead of Apply most of the time anyway, because I tend to

Re: Weird cross reference bug

2001-01-23 Thread Garst R. Reese
Dekel Tsur wrote: On Tue, Jan 23, 2001 at 10:23:05AM -0500, Amir Karger wrote: Maybe I'm not understanding what you're saying, but I add references to labels in different files all the time. Yes, I have to reopen the dialog, but I've been hitting OK instead of Apply most of the time

Re: file recovery and format

2001-01-23 Thread Garst R. Reese
"Lars Gullik Bjnnes" wrote: "Garst R. Reese" [EMAIL PROTECTED] writes: | John Weiss wrote: | | On Mon, Jan 22, 2001 at 04:46:03PM -0500, Lior Silberman wrote: | | You should alias rm to be 'rm -i'. This is possible on almost all shells. | | Wherever I can use GNU-fileutils, I

Re: file recovery and format

2001-01-23 Thread hawk
garst gabbed, | Neither idea addresses the simple fact that rm is plain stupid. lars lamented, "Stupid is as stupid does" Lgb Well, I work with a lot of handicapped people (aren't we all?) and have become very aware of how a small deficit in hand-eye coordination or visual

Re: LyX 1.1.6: Bug reports #9 #10 #11

2001-01-23 Thread Ronny Buchmann
Michael Schmitt wrote: Ronny Buchmann wrote: look at http://www.educat.hu-berlin.de/~voss/lyx/ (archived lyx tips) Wow, what a comprehensive list of tricks! If the LyX developers feel like LyX is feature complete, they should (first ask me ;-) and than) have a look at your page.

Re: file recovery and format

2001-01-23 Thread Lars Gullik Bjønnes
"Garst R. Reese" [EMAIL PROTECTED] writes: | "Stupid is as stupid does" | Well, I work with a lot of handicapped people (aren't we all?) and have | become very aware of how a small deficit in hand-eye coordination or | visual acuity can lead to disaster. Unix was not designed with these |

French LyX list

2001-01-23 Thread Mate Wierdl
I have set up the French LyX mailinglist: Post to list:[EMAIL PROTECTED] Subscribe to list: [EMAIL PROTECTED] For example echo | mail [EMAIL PROTECTED] Unsubscribe from list: [EMAIL PROTECTED] For example, echo | mail [EMAIL PROTECTED] Welcome and some other messages will

Re: deleting one line from multiline equation

2001-01-23 Thread Dekel Tsur
On Tue, Jan 23, 2001 at 10:29:31AM -0800, [EMAIL PROTECTED] wrote: On Tue, 23 Jan 2001, Tuukka Toivonen wrote: This feels like simple question but I cannot find answer from LyX documents. How can I delete one line from multiline math equation? User Guide says M-e k but it doesn't work

Re: deleting one line from multiline equation

2001-01-23 Thread mike.ressler
On Tue, 23 Jan 2001, Tuukka Toivonen wrote: This feels like simple question but I cannot find answer from LyX documents. How can I delete one line from multiline math equation? User Guide says M-e k but it doesn't work with 1.1.6. I couldn't find the command from reference manual. I noticed

bugs?

2001-01-23 Thread Anna H.Pryor
I am using lyx 1.1.5fix2 on linux. I have two questions that I have asked the users list, that I don't know if they are bugs or just cannot be done... 1) documentpagestyleempty gets rid of all of the page numbers except for page 1. Is there some way to get rid of that...does 1.1.6 take

Re: bugs?

2001-01-23 Thread Dekel Tsur
On Tue, Jan 23, 2001 at 02:22:37PM -0800, Anna H.Pryor wrote: I am using lyx 1.1.5fix2 on linux. I have two questions that I have asked the users list, that I don't know if they are bugs or just cannot be done... 1) documentpagestyleempty gets rid of all of the page numbers except for

Re: Problem with tables, babel hyperref

2001-01-23 Thread Alejandro Aguilar Sierra
On Tue, 23 Jan 2001, Dekel Tsur wrote: Does it helps if you change the order in which the hyperref and babel packages are loaded ? No. You can also try getting a newer version of hyperref. I did it, from CTAN. You can put '\renewcommand{\selectlanguage}[1]{}' in the preamble. But what

Re: file recovery and format

2001-01-23 Thread Lars Gullik Bjønnes
Lior Silberman <[EMAIL PROTECTED]> writes: | > Under unix-like OS, the * is expanded by the shell, not by the rm command, | > so the rm command never sees the *. You'd have to hack the shell, not the | > rm command, and the question becomes, how do you do that consistently? Do | > you

Re: file recovery and format

2001-01-23 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | John Weiss wrote: | > | > On Mon, Jan 22, 2001 at 04:46:03PM -0500, Lior Silberman wrote: | > > | > > You should alias rm to be 'rm -i'. This is possible on almost all shells. | > | > Wherever I can use GNU-fileutils, I alias rm to 'rm -v'. This

Re: file recovery and format

2001-01-23 Thread Kayvan A. Sylvan
On Tue, Jan 23, 2001 at 10:20:08AM +0100, Lars Gullik Bjønnes wrote: > Lior Silberman <[EMAIL PROTECTED]> writes: > > | > Under unix-like OS, the * is expanded by the shell, not by the rm command, > | > so the rm command never sees the *. You'd have to hack the shell, not the > | > rm command,

[Article in french : The future ot the word processors] After Word: l'avenir du traitement de texte

2001-01-23 Thread Emmanuel GUREGHIAN
lyx is linked as a GUI over LaTeX http://www.internatif.org/bortzmeyer/afterword/afterword.html

color settings in preferences

2001-01-23 Thread Kornel Benko
Hi, set (and save) colors with preferences dialog. Then the "preferences" file will contain lines like: egrep set_color preferences preferences:\set_color "selection" "#84cfff" preferences:\set_color "latex" "#f9" preferences:\set_color "floats" "#ff7e00" preferences:\set_color "note"

Time to exercise your reading of french :)

2001-01-23 Thread Jean-Marc Lasgouttes
An article about the "post-WYSISYG" era, and what the offer in editors should be. Of course, it mentions LyX. http://www.internatif.org/bortzmeyer/afterword/afterword.html JMarc PS: and it is written in (gasp) french.

Re: yearly stats

2001-01-23 Thread Jean-Marc Lasgouttes
> "Mate" == Mate Wierdl <[EMAIL PROTECTED]> writes: Mate> $ for i in DEVEL USERS ANNOUNCE; do echo $i:; ezmlm-list ~/$i Mate> |wc -l; done DEVEL: 127 USERS: 438 ANNOUNCE: 613 That's not as large as I would have thought. I hope we have more than 1000 users... BTW, Mate, do you think it

Re: Weird cross reference bug

2001-01-23 Thread Angus Leeming
Ahhh! I _think_ I understand... perhaps... This feels like the popup is recieving a signal that the buffer has changed. In fact, I'm sure that's what is happening. If the buffer changes, then a signal "updateBufferDependent" is emitted into the ether. This signal is connected to a slot

Re: Time to exercise your reading of french :)

2001-01-23 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | An article about the "post-WYSISYG" era, and what the offer in editors | should be. Of course, it mentions LyX. | http://www.internatif.org/bortzmeyer/afterword/afterword.html | | JMarc | | PS: and it is written in (gasp) french. Care to

Re: Problem with tables, babel & hyperref

2001-01-23 Thread Dekel Tsur
On Tue, Jan 23, 2001 at 01:28:20AM -0600, Alejandro Aguilar Sierra wrote: > When I try to use hyperref with babel I get the error: "Undefined control > sequence. \ProcessOptionsWithKV{Hyp}". This problem disapears if I stop > using Babel (which in fact is not much necessary with slides that have

Re: Icelandic

2001-01-23 Thread Jean-Marc Lasgouttes
> "Bodvar" == Bodvar Bjorgvinsson <[EMAIL PROTECTED]> writes: Bodvar> Hi, I notice that Icelandic is not represented as an available Bodvar> language for LyX. I have made a translation for Klyx to Bodvar> Icelandic and wonder whether I should "port" it to LyX. Please Bodvar> advise how to go

Re: color settings in preferences

2001-01-23 Thread Angus Leeming
Hmmm! Moreover, once you've saved your selection, all non-GUI colours come up as black which isn't very useful. You have to restart LyX to get the colours back and then this ignores the changes you've made. Fortunately, only colours are affected by this. Wierd. I'll investigate. Thanks for

Re: Time to exercise your reading of french :)

2001-01-23 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Care to translate a bit? http://babelfish.altavista.com/translate.dyn?url=http%3A%2F%2Fwww.internatif.org%2Fbortzmeyer%2Fafterword%2Fafterword.html=fr_en=done=random gives a reasonable translation, although it stops to work

Re: color settings in preferences

2001-01-23 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Hmmm! Moreover, once you've saved your selection, all non-GUI Angus> colours come up as black which isn't very useful. You have to Angus> restart LyX to get the colours back and then this ignores the Angus> changes you've made.

Re: color settings in preferences

2001-01-23 Thread Angus Leeming
;-) I think that this patch clears both bugs. Angus On Tuesday 23 January 2001 11:42, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Hmmm! Moreover, once you've saved your selection, all non-GUI > Angus> colours come up as black which

Re: Weird cross reference bug

2001-01-23 Thread Dekel Tsur
On Tue, Jan 23, 2001 at 11:16:57AM +, Angus Leeming wrote: > Dekel, will this have been fixed by your recent patch? Perhaps you'd care to > comment? Don't try to blame me. It is your fault. The problem is that when a label is selected in the browser, we call to Dispatch(LFUN_REF_BACK) (in

Re: Weird cross reference bug

2001-01-23 Thread Dekel Tsur
On Tue, Jan 23, 2001 at 11:16:57AM +, Angus Leeming wrote: > In this case, updateSlot is being passed "true", telling it that the buffer > has changed and so the popup should be closed. Since now the references dialog closes when changing buffers, it is not possible to add references to

Re: color settings in preferences

2001-01-23 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | +++ src/frontends/xforms/FormPreferences.C2001/01/23 12:22:39 | @@ -806,9 +806,9 @@ | // Note that X stores the RGB values in the range 0 - 65535 | // whilst we require them in the range 0 - 255. | RGBColor

Re: Weird cross reference bug

2001-01-23 Thread Angus Leeming
On Tuesday 23 January 2001 12:43, Dekel Tsur wrote: > > Dekel, will this have been fixed by your recent patch? Perhaps you'd > > care to comment? > Don't try to blame me. It is your fault. Hey, hey, hey! I blamed nobody! So, I'll start now by saying, "It's all my fault. Everything is my

Re: color settings in preferences

2001-01-23 Thread Angus Leeming
> Can you do this by shifting instead, since that is what we really do. > We just removes the lower 8 bits. > > col.r = xcol.red >> 8; Never, ever use shift on portable code without thinking REALLY hard about what you're doing. What about big/little endian machines? Anyway,

Re: Weird cross reference bug

2001-01-23 Thread Angus Leeming
On Tuesday 23 January 2001 12:51, Dekel Tsur wrote: > On Tue, Jan 23, 2001 at 11:16:57AM +, Angus Leeming wrote: > > In this case, updateSlot is being passed "true", telling it that the buffer > > has changed and so the popup should be closed. > > Since now the references dialog closes

Re: color settings in preferences

2001-01-23 Thread Angus Leeming
Actually, scratch that. Col.r, g, b are all ints. I used the static_cast as a hack. Please, therefore, apply the original patch. Angus On Tuesday 23 January 2001 13:14, Angus Leeming wrote: > > > Can you do this by shifting instead, since that is what we really do. > > We just removes the

Centering after table on last position in include

2001-01-23 Thread Kornel Benko
Please look at the output of DVI of the attached Main.lyx. The second chapter is centered. If there is at least one "{}" (in TeX mode), then all is ok. Maybe because of math in last cell? -- Kornel Benko [EMAIL PROTECTED] #LyX 1.1 created this file. For more info see http://www.lyx.org/

Re: color settings in preferences

2001-01-23 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Actually, scratch that. Col.r, g, b are all ints. I used the | static_cast as a hack. Please, therefore, apply the original | patch. Ok. (you can do it yourself) Lgb | Angus | | | | On Tuesday 23 January 2001 13:14, Angus Leeming wrote:

printing bug on Solaris 2.7

2001-01-23 Thread Gary Ray (Seattle)
There are two problems I discovered when building 1.1.6.  One is that during make install, many of the new files in share/lyx were not copied, so I was left with a new binary and old 1.1.5fix2 files.  This I fixed manually. The other problem was that the print button did not function. I

Re: LyX 1.1.6: Bug reports #9 #10 #11

2001-01-23 Thread Michael Schmitt
Ronny Buchmann wrote: > look at http://www.educat.hu-berlin.de/~voss/lyx/ (archived lyx tips) Wow, what a comprehensive list of tricks! If the LyX developers feel like LyX is feature complete, they should (first ask me ;-) and than) have a look at your page. Thank very much! > >

Re: printing bug on Solaris 2.7

2001-01-23 Thread Dekel Tsur
On Tue, Jan 23, 2001 at 06:06:22AM -0800, Gary Ray (Seattle) wrote: > The other problem was that the print button did not function. I even > wiped out > share/lyx and started over, but no luck on the print button. > Any ideas? Do you have a print menu-item under the file->export menu-item ? Does

Re: color settings in preferences

2001-01-23 Thread Kornel Benko
Perfect! But only after make clean make For some reason the library dependencies are not correct. I'm compiling with --frontend-kde. Kornel -- Kornel Benko [EMAIL PROTECTED]

Re: Weird cross reference bug

2001-01-23 Thread Amir Karger
On Tue, Jan 23, 2001 at 02:51:11PM +0200, Dekel Tsur wrote: > On Tue, Jan 23, 2001 at 11:16:57AM +, Angus Leeming wrote: > > In this case, updateSlot is being passed "true", telling it that the buffer > > has changed and so the popup should be closed. > > Since now the references dialog

Re: Weird cross reference bug

2001-01-23 Thread Dekel Tsur
On Tue, Jan 23, 2001 at 10:23:05AM -0500, Amir Karger wrote: > Maybe I'm not understanding what you're saying, but I add references to > labels in different files all the time. Yes, I have to reopen the dialog, > but I've been hitting OK instead of Apply most of the time anyway, because I > tend

Re: Weird cross reference bug

2001-01-23 Thread Garst R. Reese
Dekel Tsur wrote: > > On Tue, Jan 23, 2001 at 10:23:05AM -0500, Amir Karger wrote: > > Maybe I'm not understanding what you're saying, but I add references to > > labels in different files all the time. Yes, I have to reopen the dialog, > > but I've been hitting OK instead of Apply most of the

Re: file recovery and format

2001-01-23 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > | John Weiss wrote: > | > > | > On Mon, Jan 22, 2001 at 04:46:03PM -0500, Lior Silberman wrote: > | > > > | > > You should alias rm to be 'rm -i'. This is possible on almost all shells. > | > > | > Wherever I can

Re: file recovery and format

2001-01-23 Thread hawk
garst gabbed, > > | Neither idea addresses the simple fact that rm is plain stupid. lars lamented, > > "Stupid is as stupid does" > > Lgb > Well, I work with a lot of handicapped people (aren't we all?) and have > become very aware of how a small deficit in hand-eye coordination or >

Re: LyX 1.1.6: Bug reports #9 #10 #11

2001-01-23 Thread Ronny Buchmann
Michael Schmitt wrote: > Ronny Buchmann wrote: > > >> look at http://www.educat.hu-berlin.de/~voss/lyx/ (archived lyx tips) > > > Wow, what a comprehensive list of tricks! If the LyX developers feel like LyX > is feature complete, they should (first ask me ;-) and than) have a look at >

Re: file recovery and format

2001-01-23 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | > "Stupid is as stupid does" | Well, I work with a lot of handicapped people (aren't we all?) and have | become very aware of how a small deficit in hand-eye coordination or | visual acuity can lead to disaster. Unix was not designed with these |

French LyX list

2001-01-23 Thread Mate Wierdl
I have set up the French LyX mailinglist: Post to list:[EMAIL PROTECTED] Subscribe to list: [EMAIL PROTECTED] For example echo | mail [EMAIL PROTECTED] Unsubscribe from list: [EMAIL PROTECTED] For example, echo | mail [EMAIL PROTECTED] Welcome and some other messages will

Re: deleting one line from multiline equation

2001-01-23 Thread Dekel Tsur
On Tue, Jan 23, 2001 at 10:29:31AM -0800, [EMAIL PROTECTED] wrote: > On Tue, 23 Jan 2001, Tuukka Toivonen wrote: > > This feels like simple question but I cannot find answer from LyX > > documents. How can I delete one line from multiline math equation? > > > > User Guide says M-e k but it

Re: deleting one line from multiline equation

2001-01-23 Thread mike.ressler
On Tue, 23 Jan 2001, Tuukka Toivonen wrote: > This feels like simple question but I cannot find answer from LyX > documents. How can I delete one line from multiline math equation? > > User Guide says M-e k but it doesn't work with 1.1.6. I couldn't find the > command from reference manual. I

bugs?

2001-01-23 Thread Anna H.Pryor
I am using lyx 1.1.5fix2 on linux. I have two questions that I have asked the users list, that I don't know if they are bugs or just cannot be done... 1) document>pagestyle>empty gets rid of all of the page numbers except for page 1. Is there some way to get rid of that...does 1.1.6 take

Re: bugs?

2001-01-23 Thread Dekel Tsur
On Tue, Jan 23, 2001 at 02:22:37PM -0800, Anna H.Pryor wrote: > > I am using lyx 1.1.5fix2 on linux. > > I have two questions that I have asked the users list, that I don't know if they > are bugs or just cannot be done... > > 1) document>pagestyle>empty gets rid of all of the page numbers

Re: Problem with tables, babel & hyperref

2001-01-23 Thread Alejandro Aguilar Sierra
On Tue, 23 Jan 2001, Dekel Tsur wrote: > Does it helps if you change the order in which the hyperref and babel > packages are loaded ? No. > You can also try getting a newer version of hyperref. I did it, from CTAN. > You can put '\renewcommand{\selectlanguage}[1]{}' in the preamble. > But