emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/flymake.texi


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/man/flymake.texi
Date: Mon, 20 Jun 2005 10:46:10 -0400

Index: emacs/man/flymake.texi
diff -c emacs/man/flymake.texi:1.4 emacs/man/flymake.texi:1.5
*** emacs/man/flymake.texi:1.4  Sat Mar  5 18:37:13 2005
--- emacs/man/flymake.texi      Mon Jun 20 14:46:08 2005
***************
*** 292,298 ****
  @section Customizable variables
  @cindex Customizable variables
  
! This section summarises variables used for Flymake
  configuration.
  
  @table @code
--- 292,298 ----
  @section Customizable variables
  @cindex Customizable variables
  
! This section summarizes variables used for Flymake
  configuration.
  
  @table @code
***************
*** 378,384 ****
  selected. If no match is found, @code{flymake-mode} is switched off.
  
  @item init-function
! @code{init-function} is required to initialise the syntax check,
  usually by creating a temporary copy of the buffer contents. The
  function must return @code{(list cmd-name arg-list)}. If
  @code{init-function} returns null, syntax check is aborted, by
--- 378,384 ----
  selected. If no match is found, @code{flymake-mode} is switched off.
  
  @item init-function
! @code{init-function} is required to initialize the syntax check,
  usually by creating a temporary copy of the buffer contents. The
  function must return @code{(list cmd-name arg-list)}. If
  @code{init-function} returns null, syntax check is aborted, by
***************
*** 639,645 ****
  and the way it can be obtained can vary greatly for different projects.
  Therefore, a customizable variable
  @code{flymake-get-project-include-dirs-function} is used to provide the
! way to implement the desired behaviour.
  
  The default implementation, @code{flymake-get-project-include-dirs-imp},
  uses a @code{make} call. This requires a correct base directory, that is, a
--- 639,645 ----
  and the way it can be obtained can vary greatly for different projects.
  Therefore, a customizable variable
  @code{flymake-get-project-include-dirs-function} is used to provide the
! way to implement the desired behavior.
  
  The default implementation, @code{flymake-get-project-include-dirs-imp},
  uses a @code{make} call. This requires a correct base directory, that is, a
***************
*** 658,664 ****
  Flymake can be configured to use different tools for performing syntax
  checks. For example, it can use direct compiler call to syntax check a perl
  script or a call to @code{make} for a more complicated case of a
! @code{C/C++} source.  The general idea is that simple files, like perl
  scripts and html pages, can be checked by directly invoking a
  corresponding tool. Files that are usually more complex and generally
  used as part of larger projects, might require non-trivial options to
--- 658,664 ----
  Flymake can be configured to use different tools for performing syntax
  checks. For example, it can use direct compiler call to syntax check a perl
  script or a call to @code{make} for a more complicated case of a
! @code{C/C++} source. The general idea is that simple files, like perl
  scripts and html pages, can be checked by directly invoking a
  corresponding tool. Files that are usually more complex and generally
  used as part of larger projects, might require non-trivial options to




reply via email to

[Prev in Thread] Current Thread [Next in Thread]