comparison man/cc-mode.texi @ 72601:83343a303f0e

(Custom Braces, Clean-ups): Don't use @tie.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 01 Sep 2006 17:45:08 +0000
parents 3947a80cfe22
children 993286e581a6 2d56e13fd23d c358d0861b16
comparison
equal deleted inserted replaced
72600:3947a80cfe22 72601:83343a303f0e
3244 This might be, for example, @samp{((block-close 73))}. Don't ever 3244 This might be, for example, @samp{((block-close 73))}. Don't ever
3245 give @code{c-syntactic-context} a value yourself---this would disrupt 3245 give @code{c-syntactic-context} a value yourself---this would disrupt
3246 the proper functioning of @ccmode{}. 3246 the proper functioning of @ccmode{}.
3247 3247
3248 This variable is also bound in three other circumstances: 3248 This variable is also bound in three other circumstances:
3249 (i)@tie{}when calling a c-hanging-semi&comma-criteria function 3249 (i)@w{ }when calling a c-hanging-semi&comma-criteria function
3250 (@pxref{Hanging Semicolons and Commas}; (ii)@tie{}when calling a 3250 (@pxref{Hanging Semicolons and Commas}; (ii)@w{ }when calling a
3251 line-up function (@pxref{Custom Line-Up}; (iii)@tie{}when calling a 3251 line-up function (@pxref{Custom Line-Up}; (iii)@w{ }when calling a
3252 c-special-indent-hook function (@pxref{Other Indentation}). 3252 c-special-indent-hook function (@pxref{Other Indentation}).
3253 @end defvar 3253 @end defvar
3254 3254
3255 As an example, @ccmode{} itself uses this feature to dynamically 3255 As an example, @ccmode{} itself uses this feature to dynamically
3256 determine the hanginess of braces which close ``do-while'' 3256 determine the hanginess of braces which close ``do-while''
3643 3643
3644 @table @code 3644 @table @code
3645 @item space-before-funcall 3645 @item space-before-funcall
3646 Insert a space between the function name and the opening parenthesis 3646 Insert a space between the function name and the opening parenthesis
3647 of a function call. This produces function calls in the style 3647 of a function call. This produces function calls in the style
3648 mandated by the GNU coding standards, e.g. @samp{signal@tie{}(SIGINT, 3648 mandated by the GNU coding standards, e.g. @samp{signal@w{ }(SIGINT,
3649 SIG_IGN)} and @samp{abort@tie{}()}. Clean up occurs when the opening 3649 SIG_IGN)} and @samp{abort@w{ }()}. Clean up occurs when the opening
3650 parenthesis is typed. This clean-up should never be active in AWK 3650 parenthesis is typed. This clean-up should never be active in AWK
3651 Mode, since such a space is syntactically invalid for user defined 3651 Mode, since such a space is syntactically invalid for user defined
3652 functions. 3652 functions.
3653 3653
3654 @item compact-empty-funcall 3654 @item compact-empty-funcall