Re: The LyX licence --- a gentle nudge

2005-03-30 Thread Edscott Wilson Garcia
are happy for this code to be > licenced under the GPL. > > Kind regards, > Angus > > ps, if you reply to lyx-devel@lists.lyx.org, we'll have a permanent > record of your response. > -- Edscott Wilson Garcia <[EMAIL PROTECTED]>

lyx 1.15-fix1: crash and backtrace

2000-08-17 Thread edscott
rgv=0xbca4) at ../src/main.C:75 (gdb) ----- -- saludos, Edscott

1.1.5 bug still a bug in 1.1.5fix1

2000-07-21 Thread edscott
s a reason to do something with button==0 on a buttonrelease function. If the lyx team would let me know what it is, I would gladly look for a different patch. saludos, Edscott #LyX 1.1 created this file. For more info see http://www.lyx.org/ \lyxformat 2.16 \textclass book \langua

bug on nested input

2000-07-12 Thread edscott
<< AddName(master->tmppath, ChangeExtension(incfile, +".tex")) << '}'; + else os << '\\' << command << '{' << ChangeExtension(incfile, ".tex") << '}'; } -- -- saludos, Edscott

unable to close bug, still a bug

2000-07-08 Thread edscott
t what triggers this problem, in case the LyX team has not found and eliminated it. I will not sent any other patches for this problem until I have verified them (which will take a while). -- saludos, Edscott

spaces warning patch

2000-07-07 Thread edscott
Sun Jul 2 13:04:18 2000 @@ -363,6 +363,7 @@ if (!master->tmppath.empty() && !master->niceFile) { incfile = subst(incfile, '/','@'); + incfile = subst(incfile, ' ','_'); #ifdef __EMX__ incfile = subst(incfile, ':', '$'); #endif - -- saludos, Edscott

two annoying bugs and the patches

2000-07-07 Thread edscott
// If we hit an inset, we have the inset coordinates in these // and inset_hit points to the inset. If we do not hit an ------- -- saludos, Edscott

another patch

2000-07-03 Thread edscott
18 2000 @@ -363,6 +363,7 @@ if (!master->tmppath.empty() && !master->niceFile) { incfile = subst(incfile, '/','@'); + incfile = subst(incfile, ' ','_'); #ifdef __EMX__ incfile = subst(incfile, ':', '$'); #endif -- saludos, Edscott

Re: working example

2000-06-29 Thread edscott
On Thu, 29 Jun 2000, Asger K. Alstrup Nielsen wrote: [Spaces in directories] > > > I do not like the linking idea, since it's not portable. > I was wondering how that was going to work when someone compiled LyX to run on a wind*ws machine with an x-emulator or the sort. > However, a dialog th

About the mouse-wheel

2000-06-28 Thread edscott
The behaviour ot the wheel in 1.1.4 (scrolling up and down a line at a time) was different from how 1.1.5 behaves(a full page at a time). Although a full page at a time would be better for reading a document, for writing/rewriting one line at a time works better (IMHO). I am including a patch wh

working example

2000-06-28 Thread edscott
On Mon, 26 Jun 2000, Jean-Marc Lasgouttes wrote: > >>>>> "edscott" == edscott <[EMAIL PROTECTED]> writes: > edscott> What does occur in 1.1.4 (and repeats itself in 1.1.5) is > edscott> that input files which reside in directories with spaces &g

patches

2000-06-26 Thread edscott
ChangeLog: 2000-06-26 edscott <[EMAIL PROTECTED]> * lyxrc.C (LyXRC::read): Set variable use_keymap to false if the file specified in lyxrc file cannot be read. 2000-06-26 edscott <[EMAIL PROTECTED]> * insets/insetinclude.C (include_cb): Set browse fi

very small bug

2000-06-26 Thread edscott
7;t the default browsing pattern be *.lyx? This would help to keep the LaTeX details in the background. -- Edscott

about the second bug

2000-06-22 Thread edscott
g the lyxrc file. Which only reafirms the common belief that nothing can be made fool proof, because fools are much too resourceful. If I modified the source code to jump over this pitfall, how would I go about contributing a patch? I have no idea how patches are supposed to be structured. -- Edscott

follow up on bug report

2000-06-21 Thread edscott
8 do_interaction_step() at lyxstring.h:198 fl_treat_interaction_events() at lyxstring.h:198 fl_check_forms() at lyxstring.h:198 fl_check_forms () at lyxstring.h:198 LyXGUI::runTime(this=0x81fd970) at lyx_gui.C:595 Lyx:Lyx(this=0xbcf4) at ./src/main.C:75 --- Edscott