From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: Bug: CAPTION space after 70th character (8.2.7c-71-g60418c-elpa) Date: Sat, 27 Sep 2014 21:02:46 -0400 Message-ID: <87d2agmua1.fsf@gmail.com> References: <87d2aiv0nt.fsf@gmx.us> <87iok8n9s5.fsf@gmail.com> <6E29F32B-3485-485A-99D8-7972B7145DCA@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XY2tF-0006TP-LF for emacs-orgmode@gnu.org; Sat, 27 Sep 2014 21:03:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XY2t4-0000WX-9d for emacs-orgmode@gnu.org; Sat, 27 Sep 2014 21:03:05 -0400 Received: from mail-qa0-x233.google.com ([2607:f8b0:400d:c00::233]:47800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XY2t4-0000VL-5e for emacs-orgmode@gnu.org; Sat, 27 Sep 2014 21:02:54 -0400 Received: by mail-qa0-f51.google.com with SMTP id j7so7092757qaq.38 for ; Sat, 27 Sep 2014 18:02:48 -0700 (PDT) In-Reply-To: <6E29F32B-3485-485A-99D8-7972B7145DCA@gmail.com> 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: Ken Mankoff Cc: "emacs-orgmode@gnu.org" , Rasmus Hi Ken, 2014ko irailak 27an, Ken Mankoff-ek idatzi zuen: >> How about setting debug-on-quit and hitting C-g when the prompt shows >> up? >=20 > Still nothing in *Messages*. I know this is related to fill-paragraph, > because that triggers this too, even if used below the CAPTION > line. CAPTION doesn't let fill-paragraph do its thing, which I assume > is part of the issue. Odd; my suggestion should have given you a backtrace after hitting C-g, but I guess for some reason it didn=E2=80=99t work. Since you can trigger the undesired behavior with fill-paragraph, what about using edebug (info "(elisp) Edebug") to instrument that function and then stepping through to see where the prompt is triggered? --=20 Aaron Ecay