From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85706 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Recent nnir update broke search on office365 Date: Wed, 04 Feb 2015 09:15:19 +0900 Organization: Emacsen advocacy group Message-ID: References: <84386qhoxj.fsf@davestoy.home> <871tma9mmj.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1423009009 1554 80.91.229.3 (4 Feb 2015 00:16:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Feb 2015 00:16:49 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33945@lists.math.uh.edu Wed Feb 04 01:16:45 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YIne9-0001E6-AO for ding-account@gmane.org; Wed, 04 Feb 2015 01:16:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1YIndD-0007yH-Id; Tue, 03 Feb 2015 18:15:47 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YIndB-0007y4-Si for ding@lists.math.uh.edu; Tue, 03 Feb 2015 18:15:45 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YIndA-0000Ef-Lj for ding@lists.math.uh.edu; Tue, 03 Feb 2015 18:15:45 -0600 Original-Received: from memphis-mail.hostforweb.net ([216.246.47.48] helo=memphis.hostforweb.net) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1YIncu-0007hd-IB for ding@gnus.org; Wed, 04 Feb 2015 01:15:33 +0100 Original-Received: from localhost ([127.0.0.1]:48103) by memphis.hostforweb.net with smtp (Exim 4.84) (envelope-from ) id 1YInco-000eBo-70 for ding@gnus.org; Tue, 03 Feb 2015 18:15:22 -0600 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130012 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.12) Emacs/25.0.50 (i686-pc-cygwin) Cancel-Lock: sha1:e0QIlzhPdvyX7Y63Q//UXl1wNzY= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - memphis.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: memphis.hostforweb.net: acl_c_authenticated_local_user: yamaokac X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.0 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85706 Archived-At: On Sun, 01 Feb 2015 14:22:44 +0800, Eric Abrahamsen wrote: > `default-process-coding-system', which is bad because: > 1. That variable doesn't exist in xemacs How about simply making it a user option (the default is utf-8)? utf-8 is available in XEmacsen[1]. > 2. It's probably just the wrong thing to do. I think so. The most reasonable solution might be to use `default-buffer-file-coding-system' that is used for text encoding, however the value of it is unreliable. I don't know how, but on Cygwin `(set-language-environment "Japanese")' sets it to `japanese-shift-jis-unix' even though the locale is set to ja_JP.UTF-8, for instance. So is `default-process-coding-system'. [1] XEmacs 21.4 users need to load Mule-UCS: (require 'un-define)