From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Ulrich Dirr" Newsgroups: gmane.emacs.help Subject: Unicode input Date: Sun, 27 Apr 2003 11:00:43 +0200 Organization: 1&1 Internet AG Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1051434301 27609 80.91.224.249 (27 Apr 2003 09:05:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 27 Apr 2003 09:05:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 27 11:04:59 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 199i5j-0007BA-00 for ; Sun, 27 Apr 2003 11:04:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 199i60-0005m1-06 for gnu-help-gnu-emacs@m.gmane.org; Sun, 27 Apr 2003 05:05:16 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!news.f.de.plusline.net!feed.news.nacamar.de!news.belwue.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: p50802407.dip0.t-ipconnect.de Original-X-Trace: online.de 1051434044 11672 80.128.36.7 (27 Apr 2003 09:00:44 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Sun, 27 Apr 2003 09:00:44 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Original-Xref: shelby.stanford.edu gnu.emacs.help:112392 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8891 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8891 Hi. What is the 'standard' way to input unicode chars? My .emacs file: [...] (add-to-list 'load-path "c:/bin/emacs-21.2/site-lisp/") (load "utf-8") (add-to-list 'load-path "c:/bin/emacs-21.2/site-lisp/leim/quail") (load "cyrillic") (load "latin-ltx") (add-to-list 'load-path "c:/bin/emacs-21.2/site-lisp/mule-ucs") (require 'un-define) (modify-coding-system-alist 'file "\\.tex\\'" 'utf-8) Is this the correct setup? I looks sometimes weird when trying to input double accents. Best regards, Ulrich Dirr