Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / a8 / 6547c2b14bd945decd426182012f83e48bfcb1
1 Return-Path: <gmn-notmuch@m.gmane.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id EA434431FD0\r
6         for <notmuch@notmuchmail.org>; Mon, 26 Sep 2011 07:56:46 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 36EXKOH1iHHC for <notmuch@notmuchmail.org>;\r
16         Mon, 26 Sep 2011 07:56:46 -0700 (PDT)\r
17 Received: from lo.gmane.org (lo.gmane.org [80.91.229.12])\r
18         by olra.theworths.org (Postfix) with ESMTP id 8D15B431FB6\r
19         for <notmuch@notmuchmail.org>; Mon, 26 Sep 2011 07:56:46 -0700 (PDT)\r
20 Received: from list by lo.gmane.org with local (Exim 4.69)\r
21         (envelope-from <gmn-notmuch@m.gmane.org>) id 1R8BPi-0001dv-G5\r
22         for notmuch@notmuchmail.org; Mon, 26 Sep 2011 15:40:06 +0200\r
23 Received: from login2.uio.no ([129.240.12.28])\r
24         by main.gmane.org with esmtp (Gmexim 0.1 (Debian))\r
25         id 1AlnuQ-0007hv-00\r
26         for <notmuch@notmuchmail.org>; Mon, 26 Sep 2011 15:40:06 +0200\r
27 Received: from pre by login2.uio.no with local (Gmexim 0.1 (Debian))\r
28         id 1AlnuQ-0007hv-00\r
29         for <notmuch@notmuchmail.org>; Mon, 26 Sep 2011 15:40:06 +0200\r
30 X-Injected-Via-Gmane: http://gmane.org/\r
31 To: notmuch@notmuchmail.org\r
32 From: Petter Reinholdtsen <pre@usit.uio.no>\r
33 Subject: Re: encoding problem with Emacs notmuch.el =?iso-8859-1?Q?=28=E6?=\r
34         =?iso-8859-1?Q?=F8=E5=29?=\r
35 Date: Mon, 26 Sep 2011 15:06:28 +0200\r
36 Organization: University of Oslo, Norway\r
37 Lines: 20\r
38 Message-ID: <2fl7h4vfo6j.fsf@login2.uio.no>\r
39 References: <m2k4gmyjer.fsf@ecocode.net> <8739nakeb5.fsf@zancas.localnet>\r
40         <2flipomf3vc.fsf_-_@login2.uio.no>\r
41 Mime-Version: 1.0\r
42 Content-Type: text/plain; charset=us-ascii\r
43 X-Complaints-To: usenet@dough.gmane.org\r
44 X-Gmane-NNTP-Posting-Host: login2.uio.no\r
45 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)\r
46 Cancel-Lock: sha1:AbVAvYSr2yXhS44SmWTwgzz/mUM=\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Mon, 26 Sep 2011 14:56:47 -0000\r
60 \r
61 \r
62 [Petter Reinholdtsen]\r
63 > (Hm, now I hope the characters are encoded as UTF-8.  Time will\r
64 > tell. :)\r
65 \r
66 Hm, it ended up as ISO-8859-1.  Anwway, I was able to get around the\r
67 problem by commenting out this block from my .emacs file and start\r
68 emacs using LC_CTYPE=nb_NO.UTF-8:\r
69 \r
70   (set-language-environment "Latin-1")\r
71   (if (featurep 'mule)\r
72       (set-language-environment "Latin-1")\r
73     (set-input-mode (car (current-input-mode))\r
74                    (nth 1 (current-input-mode))\r
75                    0)    \r
76     (standard-display-european t))\r
77 \r
78 Happy hacking,\r
79 -- \r
80 Petter Reinholdtsen\r
81 \r