From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: s/unser/user/ in lisp/org-table.el Date: Sun, 30 Mar 2008 19:10:35 +0200 Message-ID: <95EB7FCA-FB9B-44CF-A149-EA7C9D7B0ADC@science.uva.nl> References: <878x02o2io.fsf@sparse.yi.org> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jg3L1-0001CX-Sw for emacs-orgmode@gnu.org; Sun, 30 Mar 2008 15:37:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jg3Kz-0001BV-SX for emacs-orgmode@gnu.org; Sun, 30 Mar 2008 15:37:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jg3Kz-0001BQ-OG for emacs-orgmode@gnu.org; Sun, 30 Mar 2008 15:37:05 -0400 Received: from fk-out-0910.google.com ([209.85.128.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jg3Kz-0002fF-9u for emacs-orgmode@gnu.org; Sun, 30 Mar 2008 15:37:05 -0400 Received: by fk-out-0910.google.com with SMTP id 26so1777743fkx.10 for ; Sun, 30 Mar 2008 12:37:04 -0700 (PDT) In-Reply-To: <878x02o2io.fsf@sparse.yi.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jason Riedy Cc: emacs-orgmode@gnu.org On Mar 29, 2008, at 12:24 AM, Jason Riedy wrote: > Little, copyright-less change appended. > > BTW, while I'm waiting for completion of my copyright assignment, > my little orgtbl changes are sitting in a fork on repo.or.gz: > http://repo.or.cz/w/org-mode/ejr.git > > The changes have been updated to the new structure, and > everything *appears* to work. > > You may want to describe forks in README_GIT. Pulling from a > fork would be a bit more controlled than giving out push access, > removing the various copyright concerns. I don't know of a > sensible way to manage ChangeLog files. > > Jason > -- > diff --git a/lisp/org-table.el b/lisp/org-table.el > index ee83da7..fbeb5e8 100644 > --- a/lisp/org-table.el > +++ b/lisp/org-table.el > @@ -176,7 +176,7 @@ from accept as input, do not present for > editing > t: accept as input and present for editing" > :group 'org-table-calculation > :type '(choice > - (const :tag "Never, don't even check unser input for them" > nil) > + (const :tag "Never, don't even check user input for them" > nil) > (const :tag "Always, both as user input, and when editing" t) > (const :tag "Convert user input, don't offer during > editing" 'from))) Applied, thanks. - Carsten