annotate admin/notes/cpp @ 69454:d60237bf3ccc

(org-link-search): Avoid self-matching of links, allow target text to be distributed over several lines. (org-search-not-link): New function. (org-set-regexps-and-options, org-get-current-options): New startup options. (org-export-as-html): Take odd-level setting from local variable. (org-fontify-emphasized-text): New option. (org-set-font-lock-defaults): Include emphasized text. (org-follow-mhe-link): Allow folder-only links, fix folder name. (org-font-lock): Customize group renamed from `org-faces'.
author Carsten Dominik <dominik@science.uva.nl>
date Mon, 13 Mar 2006 07:08:15 +0000
parents 695cf19ef79e
children 375f2633d815 c3512b2085a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
50518
3cb74de71bcd Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
1 ttn 2003-04-09
3cb74de71bcd Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
2
3cb74de71bcd Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
3 we use a C preprocesor not only in the normal compilation of .c files
3cb74de71bcd Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
4 into object files, but also for creating
3cb74de71bcd Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
5
3cb74de71bcd Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
6 src/Makefile
3cb74de71bcd Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
7 lib-src/Makefile
3cb74de71bcd Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
8
3cb74de71bcd Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
9 (delimited by comment "start of cpp stuff"). some cpp implementations
3cb74de71bcd Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
10 insert whitespace in between tokens, which explains the "$(dot)$(dot)"
3cb74de71bcd Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
11 and "UNEXEC_ALIAS" workarounds for unixoid systems and the bundled
3cb74de71bcd Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
12 tradcpp/ for vms. [NOTE: tradcpp/ not yet checked in.]
3cb74de71bcd Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
13
3cb74de71bcd Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
14 during makefile creation, the preprocessor symbol NOT_C_CODE is defined.
3cb74de71bcd Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
15 this should not be defined for normal .c file compilation.
3cb74de71bcd Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
16
3cb74de71bcd Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
17 there has been discussion on eliminating this use of cpp and relying
3cb74de71bcd Initial revision
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
diff changeset
18 solely on autoconf processing. rms says to leave it be.
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 50518
diff changeset
19
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 50518
diff changeset
20 ;;; arch-tag: d654291e-9fc8-41b7-ab0c-d3cde842a8e0