Difference: EmacsTips (6 vs. 7)

Revision 718 Oct 2003 - TobyCabot

Line: 1 to 1
 (back to ProgrammingTips)

Emacs is more than an editor - it's a lifestyle. I spent years using vi but have fairly recently started to make the investment to join the cult. I prefer emacs to IDE's because I feel that the investment in time that I spend learning it will be more likely to pay off because emacs has been around for a long time and will continue to be around for a long time. Also, more of the smartest people I've worked with have used emacs than all other development environments combined (although lately Eclipse is gaining).

Line: 11 to 11
  Compiling - M-x compile, then C-x ` (i.e. back-tick) to go to the next error.
Added:
>
>
Code Browsing - http://ecb.sourceforge.net/ I haven't played with this package yet but it looks good
 Java - a good integrated development environment for Java is JDEE at http://jdee.sunsite.dk/. It's not that easy to install (it has lots of dependencies).
Added:
>
>
SQL - yes, there's a mode for editing SQL queries: http://www.pezaris.com/sql-mode/
 DOS - If you have to edit DOS files (which is likely if you program for a living wink then Emacs works very well indeed. You can use it to translate into DOS or Unix format : C-x RET f unix RET or C-x RET f dos RET (don't forget to save the file after you do). For more info see the manual.

XSLT - http://xslt-process.sourceforge.net/

View topic | History: r20 < r19 < r18 < r17 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback