Contributed by Dengue on from the mg dept.
"I usually use emacs as my main developping tool but i must admit that it doesn't seem like the perfect tool for OpenBSD development: there are a few KNF issues that are pretty hard to resolve with emacs even in bsd mode (c-set-style bsd). I wonder what editor/environment people developing for or with OpenBSD use. This is not meant to be yet another vi vs. emacs war, I'm just being curious."I'm a vi guy, or alternately Xemacs with viper. But I do believe that mg(1) is a dark horse favorite in some quarters, and you can always enjoy theo.c
(Comments are closed)
By Anonymous Coward () on
Comments
By Anonymous Cowherd () on
Comments
By Anonymous Coward () on
Comments
By Anonymous Coward () on
http://ars.userfriendly.org/cartoons/?id=19990508
By danimal () on
-dan
--------------------------------------------------------------
;; OpenBSD kernel mode
(defun set-knf ()
(interactive)
(c-set-style "BSD")
(setq c-basic-offset 8)
(c-set-offset 'arglist-cont '*)
(c-set-offset 'arglist-cont-nonempty '*)
(c-set-offset 'statement-cont '*)
(setq indent-tabs-mode 't)
(message "OpenBSD KNF")
)
(global-set-key (kbd "") 'set-knf)
Comments
By Sean Cody () null@tfh.ca on mailto:null@tfh.ca
By Anonymous Coward () on
this custom emacs mode helped?
By bengt () eleberg@cbe.ericsson.se on mailto:eleberg@cbe.ericsson.se
bengt
Comments
By ciph3r () on
By Anonymous Coward () on
By Mikey () spikegran*earthlink!net on mailto:spikegran*earthlink!net
I know that emacs and vi can do anything. If I even imply differently, I'll be flamed out of existence.
But they are ... clunky.
Seriously, hasn't the time come to absorb some of the cool features of the IDEs into our daily methodology?
Comments
By Anonymous Coward () on
I have yet to find text editor for Unix that would be as feature rich and convinient as UltraEdit for Windows. Some of the available editors are close, but still - not the same, so I stick with vi on Unix for the time being - at least it's available everywhere. :)
Comments
By Niall O'Higgins () on www.sig11.com
GViM is a seriously good editor, adds alot of the nice-ities you might miss from ViM-in-a-term.
By Anonymous Coward () on
within an inch of ratcheting up a flame war that hasn't
been seen in years.
First of all, many people here feel that emacs and
vi ARE feature rich and convenient to use.
And these people are correct.
Hard to believe??
From my own personal experience I can say this
argument is pretty much as useful as discussing
the benefits of eating vanilla ice cream instead of
chocolate.
There are 2 very different groups of people in this
argument and they will never agree with each other.
So Step away from the keyboard.
get a beer. and realize in your heart of hearts
Emacs rules. available Only at the best labs.
By Anonymous Coward () on
>I know that emacs and vi can do anything.
What do you mean by that? Do you mean you can use Emacs as a mailer and some insane macros you can think of?
I just stick with pure editor with some convenience.
Emacs is just too much for me.. To me, Emacs is like "another operating system" which has a lot of features as time goes by...
Whereas vi editor is faster and more productive when it comes to write and edit hundred and thousand lines of code.
By Generic () on
Comments
By Anonymous Coward () on
By Not Really Anonymous () on
As far as I know, I don't think there is a port for OBSD, but Im sure it will be there soon.
I tried to compile it from the source but I ran into some issues.
Later,
...
Comments
By panda () panda@NOSPAMepita.fr on mailto:panda@NOSPAMepita.fr
the editor kinda sucks though, which is the major
drawback of modern IDE's imho. The interface and
functionnality is nice, but the editing capabilities
suck. Anyway, i'm looking for gideon, the next
generation of kdevelop, which will add support for 3rd
party editors (like kvim).
-- panda
By Sacha () on
Comments
By Funk () rfunk@spam.funknet.net on mailto:rfunk@spam.funknet.net
then just keep hitting enter.
By Jake () on
/usr/ports/plan9/wily
By GPS () GeorgePS@XMission.com on http://www.xmission.com/~georgeps/malephiso/screen
Anyway, that's my 2 cents.
George
By Anonymous Coward () on
href="http://freshmeat.net/browse/65/?topic_id=65 .
the things i have been looking for in an IDE are: support for the many languages i find myself coding in (C, Tcl/Tk/Itcl mainly), debugger support, and integration with CVS would be nice, too. i think i'll try and bang away at source navigator soon, which looks like it fits the bill for me.
one i didn't see listed at freshmeat was http://oss.sgi.com/projects/jessie/ , the jessie editor from SGI's open source group. however it requires Java (1.1.7), which is available in /usr/ports/devel/jdk/1.1 ...
some thoughts. normally i have been using a buncha xterms, vi, make/cc/tcl/etc, cvs, and gdb ... but that's growing unmanageable sometimes.
Comments
By Josh () jsteele@codefusion.org on mailto:jsteele@codefusion.org