[Home]EditingEmacsSource

LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org

Difference (from prior major revision) (no other diffs)

Changed: 1c1
EditingEmcSource
Marked for deletion.

Changed: 3,4c3

Style conventions



A longish text can be found in emc2/src/CodingStyle? - see http://git.linuxcnc.org/gitweb?p=emc2.git;a=blob;f=src/CodingStyle;h=cefda34b2d9386697115781c4fdb526580446f2a;hb=02d9bfa0d7ff1e3feb586bf0c83ab64b5f0b3f3c
Replaced by http://wiki.linuxcnc.org/cgi-bin/wiki.pl?EditingLinuxCNCSource

Changed: 6c5

Editing with Emacs



Will a super-administrator please delete this entry. Thanks!

Removed: 8,19d6
I found the following settings in .emacs gives acceptable results (default indentation of 2 characters is unusable):

(setq c-default-style
'((other . "gnu")))
(setq c-basic-offset 4)

Eclipse



I gave up on using Eclipse for source code editing - I didnt find a reasonable combination of settings which gives reproducible results

Others




Please add.

Marked for deletion.

Replaced by http://wiki.linuxcnc.org/cgi-bin/wiki.pl?EditingLinuxCNCSource

Will a super-administrator please delete this entry. Thanks!


LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org
This page is read-only. Follow the BasicSteps to edit pages. | View other revisions
Last edited October 26, 2017 3:46 pm by KimK (diff)
Search:
Published under a Creative Commons License