comparison man/flymake.texi @ 83554:b8d9a391daf3

Merged from emacs@sv.gnu.org Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-599 Merge from erc--main--0 * emacs@sv.gnu.org/emacs--devo--0--patch-600 Merge from erc--main--0 * emacs@sv.gnu.org/emacs--devo--0--patch-601 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-602 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-603 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-604 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-605 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-606 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-607 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-608 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-609 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-610 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-611 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-612 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-613 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-614 Make byte compiler correctly write circular constants * emacs@sv.gnu.org/emacs--devo--0--patch-615 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-616 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-617 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-618 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-192 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-193 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-194 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-195 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-196 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-594
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 29 Jan 2007 22:21:19 +0000
parents 3d45362f1d38
children 88224dc74061
comparison
equal deleted inserted replaced
83553:32073cbc5eb6 83554:b8d9a391daf3
9 9
10 @copying 10 @copying
11 This manual is for GNU Flymake (version @value{VERSION}, @value{UPDATED}), 11 This manual is for GNU Flymake (version @value{VERSION}, @value{UPDATED}),
12 which is a universal on-the-fly syntax checker for GNU Emacs. 12 which is a universal on-the-fly syntax checker for GNU Emacs.
13 13
14 Copyright @copyright{} 2004, 2005, 2006 Free Software Foundation, Inc. 14 Copyright @copyright{} 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
15 15
16 @quotation 16 @quotation
17 Permission is granted to copy, distribute and/or modify this document 17 Permission is granted to copy, distribute and/or modify this document
18 under the terms of the GNU Free Documentation License, Version 1.2 or 18 under the terms of the GNU Free Documentation License, Version 1.2 or
19 any later version published by the Free Software Foundation; with no 19 any later version published by the Free Software Foundation; with no
153 Flymake to automatically enable @code{flymake-mode} upon opening any 153 Flymake to automatically enable @code{flymake-mode} upon opening any
154 file for which syntax check is possible. To do so, place the following 154 file for which syntax check is possible. To do so, place the following
155 line in @code{.emacs}: 155 line in @code{.emacs}:
156 156
157 @lisp 157 @lisp
158 (add-hook 'find-file-hooks 'flymake-find-file-hook) 158 (add-hook 'find-file-hook 'flymake-find-file-hook)
159 @end lisp 159 @end lisp
160 160
161 @node Running the syntax check 161 @node Running the syntax check
162 @section Running the syntax check 162 @section Running the syntax check
163 @cindex Manually starting the syntax check 163 @cindex Manually starting the syntax check