On 06/01/2018 06:56 PM, Mark H Weaver wrote:
Hi Matt,
Matt Wette writes:
In C I can use `#ifdef' .. `#endif' to "comment out" code segments.
In Scheme, one can use `#|' and '|#' which is OK but requires dealing with both
ends of the
segment to switch on / off. And emacs (v 24.5) scheme mo
Hi Matt,
Matt Wette writes:
> In C I can use `#ifdef' .. `#endif' to "comment out" code segments.
>
> In Scheme, one can use `#|' and '|#' which is OK but requires dealing with
> both ends of the
> segment to switch on / off. And emacs (v 24.5) scheme mode does not always
> fontify the buffer
Matt Wette writes:
> In C I can use `#ifdef' .. `#endif' to "comment out" code segments.
>
> In Scheme, one can use `#|' and '|#' which is OK but requires dealing with
> both ends of the
> segment to switch on / off. And emacs (v 24.5) scheme mode does not always
> fontify the buffer
> correct
In C I can use `#ifdef' .. `#endif' to "comment out" code segments.
In Scheme, one can use `#|' and '|#' which is OK but requires dealing with both
ends of the
segment to switch on / off. And emacs (v 24.5) scheme mode does not always
fontify the buffer
correctly with #|...|#.
I can use (if #