From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#7532: 23.2; flymake (php) error Date: Sat, 23 Feb 2013 19:40:48 -0500 Message-ID: References: <4CF7B212.7020104@arcor.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1361666505 14495 80.91.229.3 (24 Feb 2013 00:41:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Feb 2013 00:41:45 +0000 (UTC) To: 7532-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Feb 24 01:42:07 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U9PfA-0007Bv-H8 for geb-bug-gnu-emacs@m.gmane.org; Sun, 24 Feb 2013 01:41:56 +0100 Original-Received: from localhost ([::1]:51362 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9Pep-0003j4-VZ for geb-bug-gnu-emacs@m.gmane.org; Sat, 23 Feb 2013 19:41:35 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:50340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9Pen-0003hs-6N for bug-gnu-emacs@gnu.org; Sat, 23 Feb 2013 19:41:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9Pem-0008Qx-7V for bug-gnu-emacs@gnu.org; Sat, 23 Feb 2013 19:41:33 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:40735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9Pem-0008Qt-4R for bug-gnu-emacs@gnu.org; Sat, 23 Feb 2013 19:41:32 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U9PgE-0000E5-Cl for bug-gnu-emacs@gnu.org; Sat, 23 Feb 2013 19:43:02 -0500 Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sun, 24 Feb 2013 00:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 7532 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo unreproducible Mail-Followup-To: 7532@debbugs.gnu.org, rgm@gnu.org, jochent@arcor.de Original-Received: via spool by 7532-done@debbugs.gnu.org id=D7532.1361666542804 (code D ref 7532); Sun, 24 Feb 2013 00:43:01 +0000 Original-Received: (at 7532-done) by debbugs.gnu.org; 24 Feb 2013 00:42:22 +0000 Original-Received: from localhost ([127.0.0.1]:46198 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U9PfZ-0000Cu-SL for submit@debbugs.gnu.org; Sat, 23 Feb 2013 19:42:22 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:52538) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U9PfY-0000Cn-9d for 7532-done@debbugs.gnu.org; Sat, 23 Feb 2013 19:42:21 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U9Pe4-0000GX-W7; Sat, 23 Feb 2013 19:40:49 -0500 X-Spook: event security investigation eternity server South Africa X-Ran: g`SW-XKWqOLLL9anMc3PJ1_lx;yk+{g7;77loVf"_'$"vyht-Rq$>2}eN9__97j'8;xlx= X-Hue: yellow X-Attribution: GM In-Reply-To: <4CF7B212.7020104@arcor.de> (Jochen T.'s message of "Thu, 02 Dec 2010 15:49:54 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:71731 Archived-At: "Jochen T." wrote: > problem: > flymake-err-line-patterns is a list of > (regexp file-idx line-idx col-idx err-text-idx) > and gets compilation-error-regexp-alist appended, which (in 23.2.1) is a > list of > softwarename > which does not match the pattern of flymake-err-line-patterns AFAICS, flymake-err-line-patterns hasn't included compilation-error-regexp-alist since late 2004. Looks like you might have been using your own version of flymake.el? > my temporary solution: > commenting out compilation-error-regexp-alist (unsatisfying solution) [...] > In GNU Emacs 23.2.1 (i386-mingw-nt6.1.7600) [...] > Open c:/Users/Jump/AppData/Roaming/.emacs.d/flymake.el