emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Problem highlighting grep buffer


From: Peter Lee
Subject: Re: Problem highlighting grep buffer
Date: Tue, 13 Apr 2004 13:38:52 -0500
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (windows-nt)

I did toggle-debug-on-error to get a stack dump in the hopes that
someone might notice something obvious and provide a fix/workaround.

This was done with M-x grep-find

Entering directory `~/test/Pete/'
find . -type f ! -iregex "^.*~$" ! -iname "tags" -print0 | xargs -0 -e grep -nH 
-i -e class


Debugger entered--Lisp error: (void-function nil)
  nil(("./Debug/MainFrm.obj" "~/test/Pete/" 1) nil)
  funcall(nil ("./Debug/MainFrm.obj" "~/test/Pete/" 1) nil)
  (compilation-compat-error-properties (funcall (quote nil) (list* ... 
default-directory ...) nil))
  eval((compilation-compat-error-properties (funcall (quote nil) (list* ... 
default-directory ...) nil)))
  font-lock-fontify-keywords-region(156 1180 nil)
  font-lock-default-fontify-region(156 1180 nil)
  font-lock-fontify-region(156 1180)
  font-lock-after-change-function(156 1180 0)
  insert-before-markers("Binary file ./Debug/MainFrm.obj matches\nBinary file 
./Debug/MsgBar.obj matches\nBinary file ./Debug/MyView.obj matches\nBinary file 
./Debug/Pete.exe matches\nBinary file ./Debug/Pete.ilk matches\nBinary file 
./Debug/Pete.obj matches\nBinary file ./Debug/Pete.pch matches\nBinary file 
./Debug/Pete.pdb matches\nBinary file ./Debug/PeteDoc.obj matches\nBinary file 
./Debug/PeteView.obj matches\nBinary file ./Debug/sizecbar.obj matches\nBinary 
file ./Debug/StdAfx.obj matches\nBinary file ./Debug/vc60.idb matches\nBinary 
file ./Debug/vc60.pdb matches\n./MainFrm.cpp:1:// MainFrm.cpp : implementation 
of the CMainFrame class\n./MainFrm.cpp:22:             // NOTE - the 
ClassWizard will add and remove mapping macros here.\n./MainFrm.cpp:88:   // 
TODO: Modify the Window class or styles here by modifying\n./MainFrm.h:1:// 
MainFrm.h : interface of the CMainFrame class\n./MainFrm.h:15:class CMainFrame 
: public CFrameWnd\n./MainFrm.h:29:       // ClassWizard generated virtual 
function overrides\n./MainFrm.h:50:            // NOTE - the ClassWizard will 
add and remove memb")

  compilation-filter(#<process grep> "Binary file ./Debug/MainFrm.obj 
matches\nBinary file ./Debug/MsgBar.obj matches\nBinary file ./Debug/MyView.obj 
matches\nBinary file ./Debug/Pete.exe matches\nBinary file ./Debug/Pete.ilk 
matches\nBinary file ./Debug/Pete.obj matches\nBinary file ./Debug/Pete.pch 
matches\nBinary file ./Debug/Pete.pdb matches\nBinary file ./Debug/PeteDoc.obj 
matches\nBinary file ./Debug/PeteView.obj matches\nBinary file 
./Debug/sizecbar.obj matches\nBinary file ./Debug/StdAfx.obj matches\nBinary 
file ./Debug/vc60.idb matches\nBinary file ./Debug/vc60.pdb 
matches\n./MainFrm.cpp:1:// MainFrm.cpp : implementation of the CMainFrame 
class\n./MainFrm.cpp:22:                // NOTE - the ClassWizard will add and 
remove mapping macros here.\n./MainFrm.cpp:88:   // TODO: Modify the Window 
class or styles here by modifying\n./MainFrm.h:1:// MainFrm.h : interface of 
the CMainFrame class\n./MainFrm.h:15:class CMainFrame : public 
CFrameWnd\n./MainFrm.h:29:       // ClassWizard generated virtual function 
overrides\n./MainFrm.h:50:            // NOTE - the ClassWizard will add and 
remove memb")






reply via email to

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