From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: org table updates [8.2.7 (8.2.7-elpaplus @ /Users/ctanis/.emacs.d/elpa/org-plus-contrib-20140613/)] Date: Mon, 28 Jul 2014 17:30:04 +0200 Message-ID: <87vbqhv1ja.fsf@bzg.ath.cx> References: <6304126B-0269-408D-A9AF-EA62F42169F5@weblar.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBog3-0007sd-Pd for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBofk-0005yu-Fr for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:35 -0400 Received: from mail-s76.mailgun.info ([184.173.153.204]:46713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBofk-0005nv-D8 for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:16 -0400 In-Reply-To: <6304126B-0269-408D-A9AF-EA62F42169F5@weblar.org> (Craig Tanis's message of "Fri, 13 Jun 2014 08:58:36 -0400") 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: Craig Tanis Cc: emacs-orgmode@gnu.org Hi Craig, Craig Tanis writes: > Specifically, there's a line in `org-self-insert-command' that checks > `last-command' against a list of table movement functions to see if > auto-blank-field should occur. This list includes > `yas/expand' -- obsolesced in yasnippet 0.8, in favor of > `yas-expand'. It uses yas-expand now. > In my opinion, this list should be a configurable variable, as other > minor modes may introduce functions that should also trigger auto-blank > behavior. I also check for `autopair-newline' here, since this is the > binding for RET when autopair-mode is active. I could not come up with a good name for an option, which should probably start with "org-table-" -- if you have an idea, please let me know. Thanks, -- Bastien