unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Phil Sainty <psainty@orcon.net.nz>, emacs-devel@gnu.org
Cc: Eli Zaretskii <eliz@gnu.org>
Subject: Re: Documenting a preference for US English?
Date: Thu, 12 Oct 2017 22:48:41 -0700	[thread overview]
Message-ID: <103499a2-6ec8-05f2-9a56-e63e2d1b58bc@cs.ucla.edu> (raw)
In-Reply-To: <a633d011e2315d91860c98541a7cb51b@webmail.orcon.net.nz>

[-- Attachment #1: Type: text/plain, Size: 812 bytes --]

Phil Sainty wrote:
> I had grepped for "english" and then for "american" and "US" within
> those results, and didn't turn up any instructions to this end.

$ grep -ri 'american spell' $(git ls-files)
ChangeLog.2:	Rename using American spelling.  Update all uses.
doc/lispref/ChangeLog.1:	Prefer typical American spelling for "acknowledgment".
doc/misc/ChangeLog.1:	Prefer typical American spelling for "acknowledgment".
lisp/ChangeLog.16:	Prefer typical American spelling for "acknowledgment".
lisp/ChangeLog.16:	Emacs uses American spelling.
lisp/gnus/ChangeLog.3:	Use American spelling for 'normalize'

> Is there such a recommendation in the documentation that I missed,
> though?  If not, it sounds like it would be a good thing to add
> somewhere.

Sure, why not? I installed the attached.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-CONTRIBUTE-Suggest-American-English.patch --]
[-- Type: text/x-patch; name="0001-CONTRIBUTE-Suggest-American-English.patch", Size: 952 bytes --]

From 53e95d01fd8865204fdedcf30f4629d1d0634129 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Thu, 12 Oct 2017 22:38:28 -0700
Subject: [PATCH] * CONTRIBUTE: Suggest American English.

---
 CONTRIBUTE | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CONTRIBUTE b/CONTRIBUTE
index d01ac8b..78a2d51 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -195,7 +195,8 @@ them right the first time, so here are guidelines for formatting them:
   sentences starting with a capital and ending with a period (except
   the summary line should not end in a period).  See
   https://www.gnu.org/prep/standards/html_node/Comments.html
-  or run 'info "(standards)Comments"'.
+  or run 'info "(standards)Comments"'.  American English is preferred
+  in Emacs.
 
   They are preserved indefinitely, and have a reasonable chance of
   being read in the future, so it's better that they have good
-- 
2.7.4


  parent reply	other threads:[~2017-10-13  5:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <wvr4twbsfw2z.fsf@a.muc.corp.google.com>
     [not found] ` <a35b435658a9e801aa49f43d393f02f6@mail.orcon.net.nz>
     [not found]   ` <CAArVCkSxTJpBNpeGAFWGQgBiANeuBUKJ+q98Uu41Z-PgZXVBrg@mail.gmail.com>
     [not found]     ` <08c3b161-174d-1fb7-5df4-bbf7f7d47ee9@orcon.net.nz>
     [not found]       ` <CAArVCkRhAueaw+cVBdfswrcKBTjy1GCLc_YFetPGNdG9DAfcSg@mail.gmail.com>
     [not found]         ` <83val1xk58.fsf@gnu.org>
     [not found]           ` <b18f1eff-7614-c5a4-f307-efee7011275f@orcon.net.nz>
     [not found]             ` <CAArVCkTCOo0ay=nR6Y7qgWU-EnmadYL3p9CEnoKQmdK8xddxmA@mail.gmail.com>
     [not found]               ` <1f3ce5dd-e8b0-6aee-1614-bbe0200baa95@orcon.net.nz>
     [not found]                 ` <ac2788adba7dfa467bbe73d44fda22bf@webmail.orcon.net.nz>
     [not found]                   ` <83y3ox99yb.fsf@gnu.org>
     [not found]                     ` <fa207a80-eba1-280e-ad59-fb41d03e9e99@orcon.net.nz>
     [not found]                       ` <33aed754-b4cf-a75d-837d-14ee596613b1@orcon.net.nz>
     [not found]                         ` <83r2ucqqu6.fsf@gnu.org>
     [not found]                           ` <bcb5151d-f72f-7f16-539a-b8d1d100e3d3@orcon.net.nz>
     [not found]                             ` <8360bnqiy2.fsf@gnu.org>
     [not found]                               ` <3b8cac2b-4cd6-b0ef-e42a-01ef58975a01@orcon.net.nz>
     [not found]                                 ` <838tggmv1s.fsf@gnu.org>
2017-10-12 21:24                                   ` Documenting a preference for US English? Phil Sainty
2017-10-13  5:11                                     ` Marcin Borkowski
2017-10-13  5:48                                     ` Paul Eggert [this message]
2017-10-13  6:29                                     ` Thien-Thi Nguyen
2017-10-13  8:35                                     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=103499a2-6ec8-05f2-9a56-e63e2d1b58bc@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=psainty@orcon.net.nz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).