From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Orgalist notes Date: Sat, 05 May 2018 16:55:09 -0700 Message-ID: <87sh754q02.fsf@ericabrahamsen.net> References: <871ses9vg4.fsf@ericabrahamsen.net> <87lgd0ezli.fsf@gmail.com> <87bmdv9awd.fsf@ericabrahamsen.net> <874ljmnxjv.fsf@len.workgroup> <87r2mqclm8.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fF73y-0000nO-IP for emacs-orgmode@gnu.org; Sat, 05 May 2018 19:58:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fF73u-0002rR-Ma for emacs-orgmode@gnu.org; Sat, 05 May 2018 19:58:02 -0400 Received: from [195.159.176.226] (port=41340 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fF73u-0002qQ-FY for emacs-orgmode@gnu.org; Sat, 05 May 2018 19:57:58 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fF71l-0007hE-CS for emacs-orgmode@gnu.org; Sun, 06 May 2018 01:55:45 +0200 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" To: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Gregor Zattler writes: > >> Hi Eric, orgalist users, >> * Eric Abrahamsen [2018-05-03; 23:45]: >>> Huh! I tried the exact same typing as you've done above, and the third >>> item wraps into a fourth item. I expect it will be some interaction >>> with other minor modes. I've got: >> >> I have the very same problems with unstoppable indentation in >> orgalist and I don't think it is an interaction with other >> minor modes, because it hits even with no configuration. Do: >> >> emacs25 -Q --debug-init -l /home/grfz/.emacs.d/elpa-27.0/orgalist-1.3/orgalist.el -f compose-mail --eval "(progn (orgalist-mode t) (end-of-buffer) (newline) (newline))" >> >> (you'll have to adjust the path to your orglist.el) >> >> and hit RETURN in the newly created emacs frame and this last new >> line will be indented. >> >> >> I also tested with a freshly build emacs from the master branch >> and it showed the same behaviour. > > Indeed. When I tried make Orgalist mode fair with other minor modes and > switched to using advices, I encountered a few unexpected hiccups, most > notably bug#31361, which is responsible for some erratic indentation. > > I eventually worked around it, and just updated Orgalist. It should be > available on ELPA toworrow. Hopefully, thing will become a bit smoother. > > Thank you for the reports. > > Regards, And, as always, thank you! This is fairly heroic work -- I say that after having made an attempt at orgstruct-mode, and run away screaming. And look, no funny indentation! - Yet a list item with a ridiculous amount of text in it does not wrap into a second list item. - Neither does the second list item, despite having an equivalent amount of spurious typing in it. - And before I get tired of the experiment, here's the same thing with a numbered list. - Oh damn, I hit M-RET, and the numbered list turned into an unnumbered list. No good deed goes unpunished :)