comparison doc/misc/sem-user.texi @ 106306:6e2494c3a2ff

* sem-user.texi (Semantic mode): Link to Idle Scheduler.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 28 Nov 2009 21:11:25 +0000
parents 0b797c8cfed8
children 3b90f039f42b
comparison
equal deleted inserted replaced
106305:0b797c8cfed8 106306:6e2494c3a2ff
49 49
50 In addition, enabling Semantic mode turns on certain auxiliary global 50 In addition, enabling Semantic mode turns on certain auxiliary global
51 minor modes, as specified by the variable 51 minor modes, as specified by the variable
52 @code{semantic-default-submodes}. The default auxiliary modes are 52 @code{semantic-default-submodes}. The default auxiliary modes are
53 SemanticDB mode (@pxref{SemanticDB}) and Global Semantic Idle 53 SemanticDB mode (@pxref{SemanticDB}) and Global Semantic Idle
54 Scheduler mode. You can also toggle the auxiliary minor modes 54 Scheduler mode (@pxref{Idle Scheduler}). You can also toggle the
55 separately, using their mode functions (e.g. @kbd{M-x 55 auxiliary minor modes separately, using their mode functions
56 semanticdb-minor-mode}), or via the @samp{Development} menu. These 56 (e.g. @kbd{M-x semanticdb-minor-mode}), or via the @samp{Development}
57 auxiliary minor modes are described in the following sections. 57 menu. These auxiliary minor modes are described in the following
58 sections.
58 59
59 @defvar semantic-new-buffer-setup-functions 60 @defvar semantic-new-buffer-setup-functions
60 The value of this variable is an alist of functions to call for 61 The value of this variable is an alist of functions to call for
61 setting up @semantic{} parsing in the buffer. Each element has the 62 setting up @semantic{} parsing in the buffer. Each element has the
62 form @code{(@var{mode} . @var{fn})}, where @var{mode} is a value of 63 form @code{(@var{mode} . @var{fn})}, where @var{mode} is a value of