Hello lyx developpers.
I have one small-scale request, and a medium-large scale one.

1) background colour.

You've undoubtedly heard this before, but the ability to change the 
background color is to many people very important, I work 8-13 Hrs a day in 
front of a monitor , and cutting down on radiation is important to me.
can anyone point me to where I can start looking in the code for making 
such a change ? who should I contact regarding lyx-internals documentation ?

2) lyx-mode in emacs.
I'm currently doing some numeric programming, and I find myself 
repeatedly wanting to insert lyx/latex remarks inlined in my C++ code.
what I have in mind is something like:

/* LYX_CODE_BEGIN
function cartesian2polar(vec3& cv)
\rho= ...
....
*/ LYX_CODE_END

vec3 cartesian2polar(vec3& cv) {
... C/C++/your preferred language code

which emacs will interpret the following way: call lyx on this lyx-code
inside the C comment, do the editing and displaying with lyx, but display
it inside the emacs screen.
(I know there is a way of interleaving 2 emacs modes inside the same buffer)

so , how much work does this need, do you think ?
is the lyx-server enough for this ?
or is this a seperate product all together, and no attempt should be made
to use a portion of lyx for this ?

-- regards

+---------------------------------------------------------------------------
+ Guy Baruch
+ mailto:[EMAIL PROTECTED]
+ phone: 972-8-934-2211
+---------------------------------------------------------------------------

Reply via email to