From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daimrod Subject: bug#17484: 24.3.91; Emacs Pretest (emacs-24.3.91.tar.xz) freeze Date: Wed, 14 May 2014 23:47:14 +0900 Message-ID: <8761l84du5.fsf@tanger.home> References: <87d2fiaxjw.fsf@tanger.home> <87tx8tajs5.fsf@tanger.home> <87r43x5fmm.fsf@tanger.home> <8761l958zb.fsf@tanger.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkaTY-0007Ix-Ni for emacs-orgmode@gnu.org; Wed, 14 May 2014 10:48:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkaTS-0004Fz-Qm for emacs-orgmode@gnu.org; Wed, 14 May 2014 10:48:08 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Stefan Monnier's message of "Wed, 14 May 2014 09:37:34 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Stefan Monnier Cc: Carsten Dominik , 17484@debbugs.gnu.org Stefan Monnier writes: >> gdb) xbacktrace >> "avl-tree-delete" (0xffff54b0) >> "byte-code" (0xffff55a0) >> "byte-code" (0xffff5760) >> "org-element--cache-process-request" (0xffff5990) >> "byte-code" (0xffff5aa0) >> "org-element--cache-sync" (0xffff5ce0) >> "org-element-at-point" (0xffff5e00) >> "byte-code" (0xffff60d0) >> "org-adaptive-fill-function" (0xffff6300) >> "fill-match-adaptive-prefix" (0xffff6480) >> "fill-context-prefix" (0xffff6620) >> "adaptive-wrap-fill-context-prefix" (0xffff67d0) >> "adaptive-wrap-prefix-function" (0xffff6a18) >> "run-hook-with-args" (0xffff6a10) >> 0x4d89f80 PVEC_COMPILED >> "funcall" (0xffff6b30) >> "jit-lock-fontify-now" (0xffff6e38) >> "jit-lock-function" (0xffff6fc8) >> "vertical-motion" (0xffffdca8) >> "end-of-visual-line" (0xffffde08) >> "call-interactively" (0xffffdfc0) >> "org-end-of-line" (0xffffe198) >> "call-interactively" (0xffffe350) >> "command-execute" (0xffffe478) > >> I wonder if it is because `org-adaptive-fill-function' doesn't mix well >> with `adaptive-wrap-prefix-mode'... > > As mentioned earlier, the immediate problem is that > org-adaptive-fill-function does not terminate (or at least takes too > long to terminate). Ok. > Now, one reason why this might happen here is that > adaptive-wrap-prefix-mode calls org-adaptive-fill-function everywhere, > so it might be called in places where it usually (i.e. when > adaptive-wrap-prefix-mode isn't in use) isn't triggered. Is there a way to disable the effect of `inhibit-quit' in `jit-lock' so C-g interrupt again in order to get an elisp-backtrace with `debug-on-quit'. Otherwise, what's the best way to debug this? Looking closer at `org-adaptive-fill-function'? -- Daimrod/Greg