unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Documenting a preference for US English?
       [not found]                                 ` <838tggmv1s.fsf@gnu.org>
@ 2017-10-12 21:24                                   ` Phil Sainty
  2017-10-13  5:11                                     ` Marcin Borkowski
                                                       ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Phil Sainty @ 2017-10-12 21:24 UTC (permalink / raw)
  To: emacs-devel; +Cc: Eli Zaretskii

On 2017-10-13 01:04, Eli Zaretskii wrote:
> Thanks, this is fine with me, but please in the future use the US
> English spelling of words such as "behavior".

Sure, I'll attempt to keep this in mind in future.

I spotted that I had both spellings of that word (I'd copied the US
spelling from your suggestion, but typed the UK spelling elsewhere),
and I then spent some time trying to establish whether US spelling
was preferred, but (a) I didn't find anything in the documentation,
and (b) I found other pre-existing instances of UK English elsewhere,
so I ended up changing them to the UK spelling for internal consistency
with the rest of the documentation I'd written (on the assumption that
there may have been other such words as well -- UK spelling is never
going to jump out at me as wrong, so I won't necessarily realise if a
given word has a different spelling in US English in the first place).

I've also now found the following discussion from 2008 regarding the
existing instances of UK English:
http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg01848.html

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.

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

There is, however, the following example in lisp/textmodes/ispell.el:

;; Local Variables:
;; mode: emacs-lisp
;; comment-column: 40
;; ispell-check-comments: exclusive
;; ispell-local-dictionary: "american"
;; End:

Perhaps the Emacs repository's .dir-locals.el entry for emacs-lisp-mode
ought to include these ispell variables?


-Phil




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

* Re: Documenting a preference for US English?
  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
                                                       ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Marcin Borkowski @ 2017-10-13  5:11 UTC (permalink / raw)
  To: Phil Sainty; +Cc: Eli Zaretskii, emacs-devel


On 2017-10-12, at 23:24, Phil Sainty <psainty@orcon.net.nz> wrote:

> I've also now found the following discussion from 2008 regarding the
> existing instances of UK English:
> http://lists.gnu.org/archive/html/emacs-devel/2008-06/msg01848.html

How about this?

http://lists.gnu.org/archive/html/emacs-devel/2005-06/msg00451.html

;-)

Best,

-- 
Marcin Borkowski



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

* Re: Documenting a preference for US English?
  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
  2017-10-13  6:29                                     ` Thien-Thi Nguyen
  2017-10-13  8:35                                     ` Eli Zaretskii
  3 siblings, 0 replies; 5+ messages in thread
From: Paul Eggert @ 2017-10-13  5:48 UTC (permalink / raw)
  To: Phil Sainty, emacs-devel; +Cc: Eli Zaretskii

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


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

* Re: Documenting a preference for US English?
  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
@ 2017-10-13  6:29                                     ` Thien-Thi Nguyen
  2017-10-13  8:35                                     ` Eli Zaretskii
  3 siblings, 0 replies; 5+ messages in thread
From: Thien-Thi Nguyen @ 2017-10-13  6:29 UTC (permalink / raw)
  To: Phil Sainty; +Cc: emacs-devel

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


() Phil Sainty <psainty@orcon.net.nz>
() Fri, 13 Oct 2017 10:24:17 +1300

   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.

Not in the proper docs, but an anchor for them (eventually):

 http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=78479a398

Thanks for prompting.

-- 
Thien-Thi Nguyen -----------------------------------------------
 (defun responsep (query)
   (pcase (context query)
     (`(technical ,ml) (correctp ml))
     ...))                              748E A0E8 1CB8 A748 9BFA
--------------------------------------- 6CE4 6703 2224 4C80 7502


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: Documenting a preference for US English?
  2017-10-12 21:24                                   ` Documenting a preference for US English? Phil Sainty
                                                       ` (2 preceding siblings ...)
  2017-10-13  6:29                                     ` Thien-Thi Nguyen
@ 2017-10-13  8:35                                     ` Eli Zaretskii
  3 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2017-10-13  8:35 UTC (permalink / raw)
  To: Phil Sainty; +Cc: emacs-devel

> Date: Fri, 13 Oct 2017 10:24:17 +1300
> From: Phil Sainty <psainty@orcon.net.nz>
> Cc: Eli Zaretskii <eliz@gnu.org>
> 
> There is, however, the following example in lisp/textmodes/ispell.el:
> 
> ;; Local Variables:
> ;; mode: emacs-lisp
> ;; comment-column: 40
> ;; ispell-check-comments: exclusive
> ;; ispell-local-dictionary: "american"
> ;; End:
> 
> Perhaps the Emacs repository's .dir-locals.el entry for emacs-lisp-mode
> ought to include these ispell variables?

That could be problematic, since we have in the repository a small
amount of documents that are not written in US English (nor in English
in general).  For example, the tutorials.



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

end of thread, other threads:[~2017-10-13  8:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [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
2017-10-13  6:29                                     ` Thien-Thi Nguyen
2017-10-13  8:35                                     ` Eli Zaretskii

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