unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: "Jan D." <jan.h.d@swipnet.se>
Cc: emacs-devel@gnu.org
Subject: Re: [Emacs-diffs] trunk r114483: * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
Date: Mon, 30 Sep 2013 14:36:54 -0400	[thread overview]
Message-ID: <jwvbo3arwc2.fsf-monnier+emacsdiffs@gnu.org> (raw)
In-Reply-To: <E1VQKV4-0004YL-Qw@vcs.savannah.gnu.org> (Jan D.'s message of "Sun, 29 Sep 2013 17:09:42 +0000")

> --- a/lisp/term/ns-win.el	2013-09-18 04:36:34 +0000
> +++ b/lisp/term/ns-win.el	2013-09-29 17:09:39 +0000
> @@ -912,6 +912,13 @@
>    ;; FIXME: This will surely lead to "MODIFIED OUTSIDE CUSTOM" warnings.
>    (menu-bar-mode (if (get-lisp-resource nil "Menus") 1 -1))
 
> +  ;; For NS nothing except UTF-8 makes sense.
> +  (add-hook 'before-init-hook
> +            #'(lambda ()
> +                (setq locale-coding-system 'utf-8-unix)
> +                (setq default-process-coding-system
> +                      '(utf-8-unix . utf-8-unix))))
> +
>    ;; OS X Lion introduces PressAndHold, which is unsupported by this port.
>    ;; See this thread for more details:
>    ;; http://lists.gnu.org/archive/html/emacs-devel/2011-06/msg00505.html

Does this apply to any Darwin build and only to Darwin builds?
What about tty-only Darwin builds?  And what about GNUstep builds?


        Stefan



       reply	other threads:[~2013-09-30 18:36 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1VQKV4-0004YL-Qw@vcs.savannah.gnu.org>
2013-09-30 18:36 ` Stefan Monnier [this message]
2013-09-30 19:17   ` [Emacs-diffs] trunk r114483: * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system Jan Djärv
2013-09-30 22:38     ` Stefan Monnier
2013-10-01 18:28       ` Jan Djärv
2013-10-02  0:43         ` Stefan Monnier
2013-10-02  3:12           ` Stephen J. Turnbull
2013-10-03  1:51             ` Stefan Monnier
2013-10-03  7:48               ` Andreas Schwab
2013-10-03  9:42                 ` Stephen J. Turnbull
2013-10-03 14:39                 ` Stefan Monnier
2013-10-02  6:29           ` Jan Djärv
2013-10-03  1:53             ` Stefan Monnier
2013-10-03 17:18               ` Jan Djärv

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=jwvbo3arwc2.fsf-monnier+emacsdiffs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=jan.h.d@swipnet.se \
    /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).