On Jul 21, 2006, at 10:33 AM, Chris Green wrote:

> Using PPC 10.4.7 and a CVS install from 20 minute ago (I noticed this
> problem when I had to new cvs recompile when 10.4.7 came out)
>
> % /Applications/Emacs.app/Contents/MacOS/Emacs -q
> 2006-07-21 09:26:41.558 Emacs[6237] CFLog (0): CFMessagePort:
> bootstrap_register(): failed 1103 (0x44f), port = 0x2c03, name =
> 'org.gnu.Emacs.ServiceProvider'
> See /usr/include/servers/bootstrap_defs.h for the error codes.
> 2006-07-21 09:26:41.626 Emacs[6237] CFLog (99):  
> CFMessagePortCreateLocal():
> failed to name Mach port (org.gnu.Emacs.ServiceProvider)
>
> M-x query-replace-regexp (or C-M-%)
>
> query-replace-read-from: Wrong number of arguments: #<subr
> read-from-minibuffer>, 8
>
> Debugger entered--Lisp error: (wrong-number-of-arguments #<subr
> read-from-minibuffer> 8)
>   read-from-minibuffer("Query replace regexp: " nil nil nil
> query-replace-history nil t t)
>   query-replace-read-from("Query replace regexp" t)
>   query-replace-read-args("Query replace regexp" t)
>   (let ((common ...)) (list (nth 0 common) (nth 1 common) (nth 2  
> common) (if
> ... ...) (if ... ...)))
>   call-interactively(query-replace-regexp)
>   execute-extended-command(nil)
>   call-interactively(execute-extended-command)
>
>
> 8 args in, 7 args accepted.  Any ideas?

Emacs.app does not redefine any of these functions (you can always  
check in lisp/term/ns-win.el to be sure).  Did you recompile all the  
lisp files after CVS update?  (Do 'M-x byte-recompile-directory' on  
<top-level>/lisp, then a fresh compile/install.)

If that doesn't fix it I suspect it's just a temporary bug in CVS  
emacs, perhaps resulting from a merge issue between trunk and unicode-2.

Adrian


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Emacs-app-dev- mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to