>>>> "Uwe" == Uwe Brauer
<oub(a)ucmail.ucm.es> writes:
Uwe> Hello
Uwe> I just want to try the new org.el mode written by Carsten Dominik, he
Uwe> uses Emacs specific stuff like font-lock-add-keywords, however
Uwe> I made grep search over /prefix/lib/xemacs
Uwe> and it seems that this function can be used, however I do not find
Uwe> it's definition.
Hi Uwe, where have you found it to be used?
I grep latest CVS and there does not seem to be a definition in core
or any of the packages.
cd c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5\lisp\
c:\cygwin\bin\find . -type d ( -name RCS -o -name CVS -o -name SCCS ) -prune -o -type f !
-name "*~" ! -name "*,v" ! -name "s.*" -name
"*.el" -print0 | xargs -0 -e grep -n -Ei -e font-lock-add-keywords NUL
Compilation started at Fri Jun 13 22:34:45 2003 +0200 (W. Europe Daylight Time)
igrep exited abnormally with code 123 at Fri Jun 13 22:35:07
cd c:\Hacking\cvs.xemacs.org\XEmacs\packages\xemacs-packages\
c:\cygwin\bin\find . -type d ( -name RCS -o -name CVS -o -name SCCS ) -prune -o -type f !
-name "*~" ! -name "*,v" ! -name "s.*" -name
"*.el" -print0 | xargs -0 -e grep -n -Ei -e font-lock-add-keywords NUL
Compilation started at Fri Jun 13 22:19:19 2003 +0200 (W. Europe Daylight Time)
./c-support/ctypes.el:277: (action ctypes-font-lock-add-keywords
./c-support/ctypes.el:284: (action ctypes-font-lock-add-keywords
./c-support/ctypes.el:1625:(defun ctypes-font-lock-add-keywords (mode rules)
./eshell/esh-maint.el:30:(and (fboundp 'font-lock-add-keywords)
./eshell/esh-maint.el:31: (font-lock-add-keywords
./jde/lisp/jde-java-font-lock.el:962:;; fixes the `font-lock-add-keywords' problem
reported by Klaus Berndl
./jde/lisp/jde-run.el:1537: (font-lock-add-keywords
./jde/lisp/jde-run.el:1543: (font-lock-add-keywords
./mmm-mode/mmm-region.el:364: ;; To fool `font-lock-add-keywords'
./text-modes/folding.el:3099: "Add fold marks with
`font-lock-add-keywords'."
./text-modes/folding.el:3103: (let* ((function 'font-lock-add-keywords))
igrep finished at Fri Jun 13 22:25:37
Adrian
Uwe> Can anybody help me please.
Uwe> Thanks
Uwe> Uwe Brauer
--
Adrian Aichner
mailto:adrianï¼ xemacs.org
http://www.xemacs.org/