Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id EA434431FD0 for ; Mon, 26 Sep 2011 07:56:46 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 36EXKOH1iHHC for ; Mon, 26 Sep 2011 07:56:46 -0700 (PDT) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by olra.theworths.org (Postfix) with ESMTP id 8D15B431FB6 for ; Mon, 26 Sep 2011 07:56:46 -0700 (PDT) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R8BPi-0001dv-G5 for notmuch@notmuchmail.org; Mon, 26 Sep 2011 15:40:06 +0200 Received: from login2.uio.no ([129.240.12.28]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Sep 2011 15:40:06 +0200 Received: from pre by login2.uio.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Sep 2011 15:40:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: notmuch@notmuchmail.org From: Petter Reinholdtsen Subject: Re: encoding problem with Emacs notmuch.el =?iso-8859-1?Q?=28=E6?= =?iso-8859-1?Q?=F8=E5=29?= Date: Mon, 26 Sep 2011 15:06:28 +0200 Organization: University of Oslo, Norway Lines: 20 Message-ID: <2fl7h4vfo6j.fsf@login2.uio.no> References: <8739nakeb5.fsf@zancas.localnet> <2flipomf3vc.fsf_-_@login2.uio.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: login2.uio.no User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) Cancel-Lock: sha1:AbVAvYSr2yXhS44SmWTwgzz/mUM= X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2011 14:56:47 -0000 [Petter Reinholdtsen] > (Hm, now I hope the characters are encoded as UTF-8. Time will > tell. :) Hm, it ended up as ISO-8859-1. Anwway, I was able to get around the problem by commenting out this block from my .emacs file and start emacs using LC_CTYPE=nb_NO.UTF-8: (set-language-environment "Latin-1") (if (featurep 'mule) (set-language-environment "Latin-1") (set-input-mode (car (current-input-mode)) (nth 1 (current-input-mode)) 0) (standard-display-european t)) Happy hacking, -- Petter Reinholdtsen