emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/Attic/flymake.texi, v [EMACS_22_BASE]


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/Attic/flymake.texi, v [EMACS_22_BASE]
Date: Thu, 20 Sep 2007 17:11:49 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/09/20 17:11:49

Index: flymake.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/Attic/flymake.texi,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -b -r1.15 -r1.15.2.1
--- flymake.texi        15 Apr 2007 21:14:02 -0000      1.15
+++ flymake.texi        20 Sep 2007 17:11:48 -0000      1.15.2.1
@@ -313,7 +313,7 @@
 
 @item flymake-err-line-patterns
 Patterns for error/warning messages in the form @code{(regexp file-idx
-line-idx err-text-idx)}. @xref{Parsing the output}.
+line-idx col-idx err-text-idx)}. @xref{Parsing the output}.
 
 @item flymake-compilation-prevents-syntax-check
 A flag indicating whether compilation and syntax check of the same
@@ -333,11 +333,11 @@
 A boolean flag indicating whether to start syntax check after a
 newline character is added to the buffer.
 
address@hidden flymake-errline-face
address@hidden flymake-errline
 A custom face for highlighting lines for which at least one error has
 been reported.
 
address@hidden flymake-warnline-face
address@hidden flymake-warnline
 A custom face for highlighting lines for which at least one warning
 and no errors have been reported.
 
@@ -410,9 +410,9 @@
 First, we write the @code{init-function}:
 
 @lisp
-(defun flymake-perl-init (buffer)
+(defun flymake-perl-init ()
   (let* ((temp-file (flymake-init-create-temp-buffer-copy
-                     buffer 'flymake-create-temp-inplace))
+                     'flymake-create-temp-inplace))
          (local-file  (concat (flymake-build-relative-filename
                                (file-name-directory
                                 (buffer-file-name
@@ -713,8 +713,8 @@
 
 Highlighting is implemented with overlays and happens in the process
 sentinel, after calling the cleanup function. Two customizable faces
-are used: @code{flymake-errline-face} and
address@hidden  Errors belonging outside the current
+are used: @code{flymake-errline} and
address@hidden  Errors belonging outside the current
 buffer are considered to belong to line 1 of the current buffer.
 
 @node Interaction with other modes




reply via email to

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