From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Bug: CAPTION space after 70th character (8.2.7c-71-g60418c-elpa) Date: Sat, 27 Sep 2014 23:45:27 -0400 Message-ID: References: <87d2aiv0nt.fsf@gmx.us> <87iok8n9s5.fsf@gmail.com> <6E29F32B-3485-485A-99D8-7972B7145DCA@gmail.com> <87d2agmua1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XY5Qf-0005In-BB for emacs-orgmode@gnu.org; Sat, 27 Sep 2014 23:45:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XY5QU-0001K5-Vu for emacs-orgmode@gnu.org; Sat, 27 Sep 2014 23:45:45 -0400 Received: from mail-qa0-x22a.google.com ([2607:f8b0:400d:c00::22a]:36988) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XY5QU-0001JY-Pu for emacs-orgmode@gnu.org; Sat, 27 Sep 2014 23:45:34 -0400 Received: by mail-qa0-f42.google.com with SMTP id v10so2089972qac.15 for ; Sat, 27 Sep 2014 20:45:29 -0700 (PDT) In-reply-to: <87d2agmua1.fsf@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: Aaron Ecay Cc: "emacs-orgmode@gnu.org" , Rasmus * On 2014-09-27 at 21:02, Aaron Ecay wrote: > 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? >> >> 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’t 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? Triggered by the line (funcall function justify) I find it strange that y'all can't re-create this since I can do it with emacs -Q, although perhaps it is specific to the emacs-mac port. I'm happy to keep following instructions and dig deeper, but this is way outside the scope of my emacs/elisp skills. I'm happy to just invoke new frames with C-x 5 2 rather than emacsclient to work around this for now. -k.