POV-Ray : Newsgroups : povray.unix : New release Pyvon : Re: What is the fuss about emacs ? Server Time
6 Oct 2024 13:19:28 EDT (-0400)
  Re: What is the fuss about emacs ?  
From: Christoph Hormann
Date: 27 Nov 2002 18:25:44
Message: <3DE55474.47DDC7D0@gmx.de>
fabien Henon wrote:
> 
> [...]
> 
> Yes there can be way to go around this, but when I use POV I don't want
> to spend half a day learning how emacs work.

Well, of course no one is forcing you to use emacs but your arguments are
mostly not correct:

- controlling the render options from the editor is not really an argument
for most people, using the command line is often more convenient and there
are also tools like:

http://www.zeropps.uklinux.net/linstuff.html#POVMENU

- Auto completition works (and is context sensitive, much more
sophisticated than in WinPOV!) Just use something like:

(define-key pov-mode-map "\M-\r" 'pov-complete-word)

(by default it's "\M-\t" IIRC which might not work because used by the
system)

- syntax highlighting works too (just needs to be activated probably)

- the render stats (as well as the image) can be accessed too of course
when the internal render function is used, a new buffer is created
containing the text output.

And more important than all this is of course that emacs has a lot of
standard editing functions some other editors (and pyvon) lack like:

- customizable auto indention
- sophisticated search function
- standard navigation functions (move forward/backward word, line,
paragraph, ...)
- standard deletion functions (delete word, line, ...)
- find matching braces.

Christoph

-- 
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 15 Nov. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

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