From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: [dev] suggesting removal of two defcustoms in org-list.el Date: Sun, 12 Feb 2012 21:20:22 +0100 Message-ID: <87zkcn6by1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwfwS-0004Mh-7z for emacs-orgmode@gnu.org; Sun, 12 Feb 2012 15:22:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RwfwR-0001Nu-3n for emacs-orgmode@gnu.org; Sun, 12 Feb 2012 15:22:36 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:47631) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwfwQ-0001Nl-Ue for emacs-orgmode@gnu.org; Sun, 12 Feb 2012 15:22:35 -0500 Received: by wera13 with SMTP id a13so3802981wer.0 for ; Sun, 12 Feb 2012 12:22:33 -0800 (PST) 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: Org Mode List Hello, There are two defcustoms in org-list.el that I'd like to remove. The first one is `org-list-end-regexp', which should become a defconst, since ending a list with two blank lines (unless `org-empty-line-terminates-plain-lists' in non-nil) is standard by now. It doesn't make Org documents portable at all, too. The next step would be to remove altogether `org-list-ending-method', which should always default to `both' value, since other value are just artificial limitations. Are there any objections to these changes? I'm still pondering about `org-list-automatic-rules', which may also become hard-coded. Regards, -- Nicolas Goaziou