From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Regression in Org triggered from helm Date: Mon, 26 Oct 2015 18:40:03 -0400 Message-ID: <87ziz59ruk.fsf@kyleam.com> References: <562FDD12.7000702@gmx.de> <877fm9bb40.fsf@kyleam.com> <562FF123.2070306@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqqR2-0003d0-PF for emacs-orgmode@gnu.org; Mon, 26 Oct 2015 18:40:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqqQy-0001eE-71 for emacs-orgmode@gnu.org; Mon, 26 Oct 2015 18:40:12 -0400 Received: from mail-qg0-x229.google.com ([2607:f8b0:400d:c04::229]:36096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqqQy-0001dT-2h for emacs-orgmode@gnu.org; Mon, 26 Oct 2015 18:40:08 -0400 Received: by qgad10 with SMTP id d10so132554474qga.3 for ; Mon, 26 Oct 2015 15:40:07 -0700 (PDT) In-Reply-To: <562FF123.2070306@gmx.de> (Simon Thum's message of "Tue, 27 Oct 2015 21:48:19 +0000") 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: Simon Thum Cc: emacs-orgmode Simon Thum writes: [...] > Arrgh - you're on the spot. That explains a lot, including my > difficulties with reproducing. > > It sends window-width. Increase to window(-width) and I'm done. > > But that means it's arguably Org which should be more graceful than it > is. I agree. At some point, if window-width is returning a small enough value or if PREFIX is too long, the results of org-format-outline-path will be truncated to the point of being useless, but org-format-outline-path shouldn't choke. I'll fix it up and add some tests. -- Kyle