From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleg Katsitadze Newsgroups: gmane.emacs.help Subject: Re: hebrew in emacs Date: Sat, 3 Nov 2007 13:36:14 +0200 Message-ID: <20071103113614.GA12414@thor> References: <13557981.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194089816 5220 80.91.229.12 (3 Nov 2007 11:36:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 Nov 2007 11:36:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 03 12:36:58 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IoHJB-0005g1-QU for geh-help-gnu-emacs@m.gmane.org; Sat, 03 Nov 2007 12:36:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IoHJ1-00059n-Ei for geh-help-gnu-emacs@m.gmane.org; Sat, 03 Nov 2007 07:36:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IoHIj-00056R-11 for help-gnu-emacs@gnu.org; Sat, 03 Nov 2007 07:36:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IoHIg-00052X-Va for help-gnu-emacs@gnu.org; Sat, 03 Nov 2007 07:36:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IoHIg-00052B-Ox for help-gnu-emacs@gnu.org; Sat, 03 Nov 2007 07:36:26 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IoHIg-000721-DM for help-gnu-emacs@gnu.org; Sat, 03 Nov 2007 07:36:26 -0400 Original-Received: by nf-out-0910.google.com with SMTP id f5so1100425nfh for ; Sat, 03 Nov 2007 04:36:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=46rvUEMIKzLxEnfjVR9/Yc+iZUebzhkY8oZzQuMn+5g=; b=guTA5sCaQVnyjVuYTdR5twM9igyjz6kFUX81P+vMffgM+fBZHdAkAmNNP6qpYY/iBDEPvpM/Qamixb43KAbqEcxLoz8jQLElbq8O3Ro5F8jodVKRqySqUZtO6p8iEBupdssO4o5FO5lOBLRYf8knJ9Dpqv8lOaNUVm8q1zx3cQ4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=jZT6cNiM9dvqFhfMAAm/9PD2BwROtyo/7Gzq7NmpMiq6uqornuXaSzq4lcTKRvgJZ9n7bgcVTqqH60cfZ1x+zB0m+A01lCLezQBEEjv6nJkkxmTIBPM5GLI2E/CkAfhJW/ZnwX/Cxxi9P9wteT5qV8RDrCABsEcbX2iHmXuV42A= Original-Received: by 10.86.86.12 with SMTP id j12mr1622221fgb.1194089784952; Sat, 03 Nov 2007 04:36:24 -0700 (PDT) Original-Received: from localhost ( [195.110.7.101]) by mx.google.com with ESMTPS id f31sm7450234fkf.2007.11.03.04.36.23 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 03 Nov 2007 04:36:24 -0700 (PDT) Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <13557981.post@talk.nabble.com> User-Agent: Mutt/1.5.16 (2007-06-11) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:49002 Archived-At: On Fri, Nov 02, 2007 at 04:16:17PM -0700, Eddy-14 wrote: > (set-terminal-coding-system 'utf-8) > (set-keyboard-coding-system 'utf-8) > (set-language-environment 'UTF-8) For me, just the following seems to work (only I use Russian instead of Hebrew): (set-language-environment 'Hebrew) (prefer-coding-system 'utf-8) HTH, Oleg