emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* s/unser/user/ in lisp/org-table.el
@ 2008-03-28 23:24 Jason Riedy
  2008-03-30 17:10 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Riedy @ 2008-03-28 23:24 UTC (permalink / raw)
  To: emacs-orgmode

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)))

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: s/unser/user/ in lisp/org-table.el
  2008-03-28 23:24 s/unser/user/ in lisp/org-table.el Jason Riedy
@ 2008-03-30 17:10 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-03-30 17:10 UTC (permalink / raw)
  To: Jason Riedy; +Cc: emacs-orgmode


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-30 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-28 23:24 s/unser/user/ in lisp/org-table.el Jason Riedy
2008-03-30 17:10 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).