|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Well is it? I mean it's been out already. And can I uninstall the bianary
version when the source is released and my source-based distro (gentoo)
picks it up and packages it?
--
Wanderer On The Road
Many religions are the story of man reaching out
to God. Christianity is the story of God reaching
out to man.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Wanderer On The Road wrote:
>
> Well is it? I mean it's been out already.
See:
http://www.acc.umu.se/~woormie/povray/
The insert menu can be found at:
http://www-public.tu-bs.de:8080/~y0013390/imenu/index.html
Christoph
--
POV-Ray tutorials, IsoWood include,
TransSkin and more: http://www.tu-bs.de/~y0013390/
Last updated 15 Jul. 2002 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Feel free to uninstall the binary when the time comes.
To uninstall the binary:
rm -f /usr/local/bin/povray /usr/local/man/man1/povray.1
rm -rf /usr/local/lib/povray-3.5 /usr/local/share/docs/povray-3.5
(Hopefully you haven't written any files to those directories. If you
have, you should just copy them somewhere else before nuking the directory)
I'm assuming Gentoo will install into /usr/bin, in which case leaving the
old version won't make much of a difference (other than wasting a bit of
disk space), assuming /usr/bin comes before /usr/local/bin in your path.
-Mark Gordon
On Tue, 16 Jul 2002 01:36:40 -0400, Wanderer On The Road wrote:
> Well is it? I mean it's been out already. And can I uninstall the
> bianary version when the source is released and my source-based distro
> (gentoo) picks it up and packages it?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Tuesday 16 July 2002 01:51 am I was walking through povray.unix and over
heard Christoph Hormann saying:
> See:
>
> http://www.acc.umu.se/~woormie/povray/
>
> The insert menu can be found at:
>
> http://www-public.tu-bs.de:8080/~y0013390/imenu/index.html
Interesting. But it doesn't hilight as extensivly as the old mode did. Or
maybe I'm missing a setting somewhere in my .emacs file?
--
Wanderer On The Road
Many religions are the story of man reaching out
to God. Christianity is the story of God reaching
out to man.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Wanderer On The Road wrote:
>
> Interesting. But it doesn't hilight as extensivly as the old mode did. Or
> maybe I'm missing a setting somewhere in my .emacs file?
>
I always used a different highlighting than the default pov-mode and when
i sent Peter the 3.5 update he used this scheme. IIRC the old versions
used different colors for different keywords without a good reason.
See variable 'pov-font-lock-keywords' for the definition of the classes.
Christoph
--
POV-Ray tutorials, IsoWood include,
TransSkin and more: http://www.tu-bs.de/~y0013390/
Last updated 15 Jul. 2002 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Wednesday 17 July 2002 04:06 am I was walking through povray.unix and
over heard Christoph Hormann saying:
> I always used a different highlighting than the default pov-mode and when
> i sent Peter the 3.5 update he used this scheme. IIRC the old versions
> used different colors for different keywords without a good reason.
Yeah, I don't care so much that different keywords being hilighted
differently but I would like the keywords hilighted rather than just
#something_here and numbers ^_~
> See variable 'pov-font-lock-keywords' for the definition of the classes.
Will do. Also, I can't seem to get the mode to render on my computer. I've
tried it on a couple of scenes and it claims that the render was sucessful
(though much much too quickly) and then it can't find the image it was
supposed to have generated.
--
Wanderer On The Road
Many religions are the story of man reaching out
to God. Christianity is the story of God reaching
out to man.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Tue, 16 Jul 2002 09:43:14 -0400
Mark Gordon <mtg### [at] povrayorg> wrote:
> Feel free to uninstall the binary when the time comes.
>
> To uninstall the binary:
>
> rm -f /usr/local/bin/povray /usr/local/man/man1/povray.1
> rm -rf /usr/local/lib/povray-3.5 /usr/local/share/docs/povray-3.5
>
> (Hopefully you haven't written any files to those directories. If you
> have, you should just copy them somewhere else before nuking the
> directory)
>
> I'm assuming Gentoo will install into /usr/bin, in which case leaving
> the old version won't make much of a difference (other than wasting a
> bit of disk space), assuming /usr/bin comes before /usr/local/bin in
> your path.
>
> -Mark Gordon
>
> On Tue, 16 Jul 2002 01:36:40 -0400, Wanderer On The Road wrote:
>
> > Well is it? I mean it's been out already. And can I uninstall the
> > bianary version when the source is released and my source-based distro
> > (gentoo) picks it up and packages it?
I have an ebuild script for the binary package if anyone wants it ... I
attached it to the bugzilla entry for povray-3.5 ... or I could email it.
Now I'm off to start learning POVRAY!
Cheers.
Jonathan Kelly.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Wanderer On The Road wrote:
>
> Yeah, I don't care so much that different keywords being hilighted
> differently but I would like the keywords hilighted rather than just
> #something_here and numbers ^_~
>
Then you are obviously doing something wrong.
Christoph
--
POV-Ray tutorials, IsoWood include,
TransSkin and more: http://www.tu-bs.de/~y0013390/
Last updated 15 Jul. 2002 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Thursday 18 July 2002 03:38 am I was walking through povray.unix and over
heard Jonathan Kelly saying:
> I have an ebuild script for the binary package if anyone wants it ... I
> attached it to the bugzilla entry for povray-3.5 ... or I could email it.
>
> Now I'm off to start learning POVRAY!
Nifty. Think you can do one for the source when it comes out too? I like my
software optomized ^_~
--
Wanderer On The Road
Many religions are the story of man reaching out
to God. Christianity is the story of God reaching
out to man.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Thursday 18 July 2002 03:54 am I was walking through povray.unix and over
heard Christoph Hormann saying:
>> Yeah, I don't care so much that different keywords being hilighted
>> differently but I would like the keywords hilighted rather than just
>> #something_here and numbers ^_~
>
> Then you are obviously doing something wrong.
Hmmmmm.....but what is the question.....
--
Wanderer On The Road
Many religions are the story of man reaching out
to God. Christianity is the story of God reaching
out to man.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |