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

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

Problem highlighting grep buffer


From: Peter Lee
Subject: Problem highlighting grep buffer
Date: Thu, 08 Apr 2004 10:14:00 -0500
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (windows-nt)

After running a grep-find, I get the following errors:

,----
| error in process filter: funcall: Symbol's function definition is void: nil
| error in process filter: Symbol's function definition is void: nil
`----

I see the output of the grep... for instance:

,----
| cd d:/blah/   # -*-grep-*-
| Entering directory `d:/blah/'
| find . -type f ! -iregex "^.*~$" ! -iname "tags" -print0 | xargs -0 -e grep 
-nH -i -e "m_pszCountry" NUL
| Binary file ./Debug/vc60.pdb matches
| ./blah1.h:25:    LPCTSTR m_pszCountry;
| ./blah1.cpp:14:  m_pszCountry(pszCountry), 
| ./blah2.cpp:60:    sCmd += m_pszCountry;
| ./blah2.h:119:    LPCTSTR m_pszCountry;
| Binary file ./blah.ncb matches
| 
| Grep finished (matches found) at Thu Apr 08 10:01:45
`----

If I change to the grep buffer and do M-x font-lock-fontify-buffer I
get similar/same error:

,----
| Fontifying *grep*... (regexps.....)
| funcall: Symbol's function definition is void: nil
`----

I then tried it by starting emacs with the -q option to make sure it
wasn't something in my init file.

Running the same grep-find in the same directory I got:

,----
| Fontifying *grep*... (regexps.........)
| Loading font-lock...done
| error in process filter: funcall: Symbol's function definition is void: list*
| error in process filter: Symbol's function definition is void: list*
`----

Hope this helps.

In GNU Emacs 21.3.50.1 (i386-msvc-nt5.1.2600)
 of 2004-04-05 on PONGMASTER
configured using `configure --with-msvc (12.00) --cflags -Ie:/gnuwin32/include 
--ldflags /LIBPATH:e:/gnuwin32/lib'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: ENU
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Group

Minor modes in effect:
  gnus-topic-mode: t
  gnus-undo-mode: t
  cua-mode: t
  iswitchb-mode: t
  show-paren-mode: t
  global-auto-revert-mode: t
  which-function-mode: t
  display-time-mode: t
  mouse-wheel-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  unify-8859-on-encoding-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
u C-p C-p C-p C-p C-p C-p C-n C-n C-n C-n C-n <return> 
C-p C-p C-u <return> C-p C-p C-p C-p C-p C-p C-p A 
s C-x C-f m a i <tab> l <tab> / d r <tab> m e <tab> 
<return> C-n C-n C-n C-n C-n C-n C-n C-n C-n C-p C-p 
C-SPC C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-n M-w C-x k M-x s u <backspace> 
<backspace> r e p o r t <return>

Recent messages:
Loading gnus-async...done
Exiting summary buffer and applying spam rules
Marking spam as expired without moving it
Retrieving newsgroup: nndraft:drafts...
Loading gnus-draft...done
Group nndraft:drafts contains no messages
Retrieving newsgroup: nndraft:drafts...
Group nndraft:drafts contains no messages
Mark set
Loading emacsbug...done




reply via email to

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