Difference: EmacsTips (1 vs. 2)

Revision 207 Nov 2001 - TobyCabot

Line: 1 to 1
 Eamcs 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.

C style - p.322 M-x c-set-style GNU|K&R|BSD|Stroustrup|Whitesmith|Ellemtel Vovida code appears to use Stroustrup.

Tabs - to replace tabs with spaces mark a region then M-x untabify.

Added:
>
>
Ant - to use ant instead of make to compile programs inside emacs, you'll want to run ant with the -emacs flag which makes the output more plain but allows emacs to find error messages. The easy way to do this is to add (custom-set-variables '(compile-command "ant -emacs")) to your .emacs file.

Compiling - M-x compile, then C-x ` (i.e. back-tick) to go to the next error.

 -- TobyCabot - 08 Jun 2001

Revision 108 Jun 2001 - TobyCabot

Line: 1 to 1
Added:
>
>
Eamcs 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.

C style - p.322 M-x c-set-style GNU|K&R|BSD|Stroustrup|Whitesmith|Ellemtel Vovida code appears to use Stroustrup.

Tabs - to replace tabs with spaces mark a region then M-x untabify.

-- TobyCabot - 08 Jun 2001

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