all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* patch: flymake.texi
@ 2007-09-18 22:51 Eduard Wiebe
  2007-09-19 20:15 ` Eduard Wiebe
  0 siblings, 1 reply; 2+ messages in thread
From: Eduard Wiebe @ 2007-09-18 22:51 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 115 bytes --]


  Hello,

i found some discrepancies between documentation and source of
'flymake' package. Small patch follows.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: flymake.texi.patch --]
[-- Type: text/x-patch, Size: 1840 bytes --]

--- flymake.texi	06 Sep 2007 07:10:10 +0200	1.2
+++ flymake.texi	13 Sep 2007 22:38:12 +0200	
@@ -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.
 
-@item flymake-errline-face
+@item flymake-errline
 A custom face for highlighting lines for which at least one error has
 been reported.
 
-@item flymake-warnline-face
+@item 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
-@code{flymake-warnline-face}.  Errors belonging outside the current
+are used: @code{flymake-errline} and
+@code{flymake-warnline}.  Errors belonging outside the current
 buffer are considered to belong to line 1 of the current buffer.
 
 @node Interaction with other modes

[-- Attachment #3: Type: text/plain, Size: 17 bytes --]


--
Eduard Wiebe

[-- Attachment #4: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: patch: flymake.texi
  2007-09-18 22:51 patch: flymake.texi Eduard Wiebe
@ 2007-09-19 20:15 ` Eduard Wiebe
  0 siblings, 0 replies; 2+ messages in thread
From: Eduard Wiebe @ 2007-09-19 20:15 UTC (permalink / raw)
  To: emacs-devel

Eduard Wiebe <usenet@pusto.de> writes:

>   Hello,
>
> i found some discrepancies between documentation and source of
> 'flymake' package. Small patch follows.

I found this problems in

GNU Emacs 22.1.1 (i386-pc-freebsd, GTK+ Version 2.10.14)

and also in

GNU Emacs 23.0.50.2

-- 
Eduard Wiebe

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-19 20:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-18 22:51 patch: flymake.texi Eduard Wiebe
2007-09-19 20:15 ` Eduard Wiebe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.