From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [RFC] Standardized code block keywords Date: Fri, 21 Oct 2011 10:27:44 -0600 Message-ID: <87aa8u5mu7.fsf@gmail.com> References: <87pqhrih3s.fsf@gmail.com> <30891.1319141196@alphaville.dokosmarshall.org> <87fwinifqu.fsf@gmail.com> <32184.1319143892@alphaville.dokosmarshall.org> <808vofwf1w.fsf@somewhere.org> <87y5wfgwn7.fsf_-_@gmail.com> <87y5wemt4h.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHHzU-0007to-FH for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 12:30:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHHzL-0008Iv-2v for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 12:30:37 -0400 Received: from mail-qy0-f169.google.com ([209.85.216.169]:49856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHHzK-0008IR-Dv for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 12:30:30 -0400 Received: by qyk29 with SMTP id 29so826897qyk.0 for ; Fri, 21 Oct 2011 09:30:29 -0700 (PDT) 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: Nicolas Goaziou Cc: Sebastien Vauban , emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Eric Schulte writes: > >> There are currently a number of instances of synonymous keywords when >> dealing with code blocks, specifically. >> >> named code blocks [1] -- "source" "srcname" "function" >> calling external functions [2] -- "call" "lob" >> named data [3] -- "tblname" "resname" "results" "data" >> > > - Cases [1] and [2] : I'd suggest to drop all of them and to use "name", > shared by both source code and data. Is it really different to name > a source block or a list? > I think you mean [1] and [3] in the above, and I agree, these could easily be the same term and "name" has a nice generality to it. Although it is unintuitive in the case of un-named data, e.g., #+name: | 1 | | 2 | | 3 | looks weird to me. > > - Case [3] : I like "call". "lob" is too cryptic. > assuming you mean [2] above, I think call is emerging as the clear winner in this case. > >> Are there cases where we want to continue to allow synonyms (e.g., in >> named data so that "results" can be used for code block results but >> "data" can be used for hand-written data)? > > No. One Keyword to name them all. > Noted, Thanks for the input -- Eric > > Regards, > > [1] DEFINITION NOT FOUND: 1 > > [2] DEFINITION NOT FOUND: 3 > > [3] DEFINITION NOT FOUND: 2 -- Eric Schulte http://cs.unm.edu/~eschulte/