On 11/25/06, Myster <[EMAIL PROTECTED]> wrote: > > semantic-idle.el.rej: > > *************** > *** 286,297 **** > (when (zerop (recursion-depth)) > (unwind-protect > (semantic-safe "idle error: %S" > - ;; Disable the auto parse timer while re-parsing > - (semantic-idle-scheduler-kill-timer) > ;; Handle re-parsing and other scheduled services > (save-match-data (semantic-idle-core-handler))) > - ;; Enable again the auto parse timer > - (semantic-idle-scheduler-setup-timer)))) > > ;;; REPARSING > ;; > --- 286,294 ---- > (when (zerop (recursion-depth)) > (unwind-protect > (semantic-safe "idle error: %S" > ;; Handle re-parsing and other scheduled services > (save-match-data (semantic-idle-core-handler))) > + ))) > > ;;; REPARSING > ;; > > It's the rejects but I don't understand.
Can you send the your exact commands and output? that might give us some insight into the issue. thanks, -- Shannon Eric Peevey [EMAIL PROTECTED] http://speeves.unt.edu -- EMACS - python-mode 100% CPU usage https://launchpad.net/bugs/72867 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
