|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Adjusting pov-mode.el and the default colors of emacs my current pov-mode
looks like this:
http://www.cs.tut.fi/~warp/pov-mode.gif
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Nieminen Juha wrote:
>
> Adjusting pov-mode.el and the default colors of emacs my current pov-mode
> looks like this:
>
Cool!
Where the mode? :-)
Marc
--
Marc Schimmler
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Marc Schimmler <sch### [at] icauni-stuttgartde> wrote:
: Where the mode? :-)
I can post it to binaries.utilities, but first I have to think if I should
add the color information to pov-mode.el itself. That doesn't look that
good at all with the default emacs colors.
What do you think?
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Nieminen Juha wrote:
>
> Marc Schimmler <sch### [at] icauni-stuttgartde> wrote:
> : Where the mode? :-)
>
> I can post it to binaries.utilities, but first I have to think if I should
> add the color information to pov-mode.el itself. That doesn't look that
> good at all with the default emacs colors.
> What do you think?
>
Under normal cirumstances I use the standard emacs colors. Is there a
possibility to comment the source in a way that even I have a chance to
choose the colors I want? I did some emacs mode changes before but I
found it difficult to identify the correct variables.
Anyway. If you would post the mode (with or without the changes) I would
be glad!
Thank you in advance,
Marc
--
Marc Schimmler
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Marc Schimmler <sch### [at] icauni-stuttgartde> wrote:
: Under normal cirumstances I use the standard emacs colors. Is there a
: possibility to comment the source in a way that even I have a chance to
: choose the colors I want?
Of course it is possible.
: Anyway. If you would post the mode (with or without the changes) I would
: be glad!
I'll do that soon.
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I posted the pov-mode.el to povray.binaries.utilities.
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Nieminen Juha wrote:
>
> Adjusting pov-mode.el and the default colors of emacs my current pov-mode
> looks like this:
>
> http://www.cs.tut.fi/~warp/pov-mode.gif
>
I haven't been reading the newsgroups for some time, and missed your
post in utilities.binaries,
but I'll diff your version with mine, and see what I can add to the
official version (available at http://www.acc.umu.se/~woormie/povray ).
Have you updated the code for keyword-completion? (added the new
keywords and all that)
/Peter
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Peter Toneby <woo### [at] accumuse> wrote:
: Have you updated the code for keyword-completion? (added the new
: keywords and all that)
Nope. I have never used the completion feature. Perhaps I'll have to
familiarize myself with it. It may be handy.
My additions to the pov-mode.el are far from complete.
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Nieminen Juha wrote:
>
> Peter Toneby <woo### [at] accumuse> wrote:
> : Have you updated the code for keyword-completion? (added the new
> : keywords and all that)
>
> Nope. I have never used the completion feature. Perhaps I'll have to
> familiarize myself with it. It may be handy.
> My additions to the pov-mode.el are far from complete.
I noted that, but they are good, but for emacs only, not xemacs, so I
had to make some changes
to it to make sure it's compatible, I still have to test it a bit more,
and I might do
some other work on the mode as well later this week, so hopefully I can
make a release this
weekend.
/Peter Toneby
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Tue, 28 Sep 1999 00:03:18 +0200, Peter Toneby wrote:
>Nieminen Juha wrote:
>>
>> Peter Toneby <woo### [at] accumuse> wrote:
>> : Have you updated the code for keyword-completion? (added the new
>> : keywords and all that)
>>
>> Nope. I have never used the completion feature. Perhaps I'll have to
>> familiarize myself with it. It may be handy.
>> My additions to the pov-mode.el are far from complete.
>
>I noted that, but they are good, but for emacs only, not xemacs, so I
>had to make some changes
>to it to make sure it's compatible, I still have to test it a bit more,
>and I might do
>some other work on the mode as well later this week, so hopefully I can
>make a release this
>weekend.
I just started playing with pov-mode myself, and the first thing I
found is that rendering the scene is a lot more work than it should
be. Is there some variable somewhere I can set with the default
render command so I don't have to retype it every time I run emacs?
--
These are my opinions. I do NOT speak for the POV-Team.
The superpatch: http://www2.fwi.com/~parkerr/superpatch/
My other stuff: http://www2.fwi.com/~parkerr/traces.html
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |