Re: [Mac-emacs-users] Rebuilt Emacs.app hangs
Brought to you by:
akochoi
|
From: Andrew C. <ak...@sh...> - 2002-08-11 17:24:33
|
> I had Emacs.app running fine on my OSX box. Then came the security
> update and even after rebuilding from scratch I can't get Emacs.app to
> run correctly. It just hangs.
>
> [...]
>
> Debugger entered--Lisp error: (void-function x-selection-exists-p)
> (x-selection-exists-p)
> (and (x-selection-exists-p) (not buffer-read-only))
> sit-for(120)
> command-line-1(nil)
> command-line()
> normal-top-level()
>
> [...]
You're not running the version you rebuilt. The function
x-selection-exists-p is a built-in function since
2002-08-02 Andrew Choi <ak...@sh...>
* mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
|