POV-Ray : Newsgroups : povray.unix : My pov-mode Server Time
28 Jul 2024 16:16:33 EDT (-0400)
  My pov-mode (Message 1 to 10 of 25)  
Goto Latest 10 Messages Next 10 Messages >>>
From: Nieminen Juha
Subject: My pov-mode
Date: 16 Sep 1999 05:52:38
Message: <37e0bde6@news.povray.org>
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

From: Marc Schimmler
Subject: Re: My pov-mode
Date: 16 Sep 1999 06:16:02
Message: <37E0C35C.61A55AF8@ica.uni-stuttgart.de>
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

From: Nieminen Juha
Subject: Re: My pov-mode
Date: 17 Sep 1999 03:44:49
Message: <37e1f171@news.povray.org>
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

From: Marc Schimmler
Subject: Re: My pov-mode
Date: 17 Sep 1999 04:51:40
Message: <37E2011C.2CD49D10@ica.uni-stuttgart.de>
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

From: Nieminen Juha
Subject: Re: My pov-mode
Date: 19 Sep 1999 05:27:07
Message: <37e4ac6b@news.povray.org>
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

From: Nieminen Juha
Subject: Re: My pov-mode
Date: 20 Sep 1999 11:11:41
Message: <37e64ead@news.povray.org>
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

From: Peter Toneby
Subject: Re: My pov-mode
Date: 23 Sep 1999 10:01:12
Message: <37EA32A7.12D5E00A@acc.umu.se>
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

From: Nieminen Juha
Subject: Re: My pov-mode
Date: 24 Sep 1999 03:48:21
Message: <37eb2cc5@news.povray.org>
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

From: Peter Toneby
Subject: Re: My pov-mode
Date: 27 Sep 1999 18:03:19
Message: <37EFE9A6.AFF1BBDD@acc.umu.se>
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

From: Ron Parker
Subject: Re: My pov-mode
Date: 2 Nov 1999 08:28:11
Message: <381ee6eb@news.povray.org>
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

Goto Latest 10 Messages Next 10 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.