From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier " Newsgroups: gmane.emacs.help Subject: Re: displaying the Eurosign at all Date: 07 Oct 2002 18:45:29 -0400 Organization: Yale University Sender: help-gnu-emacs-admin@gnu.org Message-ID: <5lk7kthnqu.fsf@rum.cs.yale.edu> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1034031880 2305 127.0.0.1 (7 Oct 2002 23:04:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 7 Oct 2002 23:04:40 +0000 (UTC) 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 17ygvW-0000au-00 for ; Tue, 08 Oct 2002 01:04:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17ygsB-000162-00; Mon, 07 Oct 2002 19:01:11 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!news.ycc.yale.edu!rum.cs.yale.edu!rum.cs.yale.edu Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: rum.cs.yale.edu User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-Original-NNTP-Posting-Host: rum.cs.yale.edu X-Original-Trace: 7 Oct 2002 18:45:30 -0400, rum.cs.yale.edu Original-Xref: shelby.stanford.edu gnu.emacs.help:105805 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2352 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2352 >>>>> "Raimund" == Raimund Kohl writes: > I am following this discussion about the Euro-Sign ... and wonder, how to > produce an Euro sign within a buffer if I have NO Euro key an my keyboard. > I am using a US keyboard and running emacs 21.1.1. on SuSE 8.0 Use one of the input methods that allows a euro sign. C-u C-\ latin-9-prefix RET selects one of them and `~ e' inserts then a € char in your buffer. Or set LANG=de_DE@euro and then use the Multi_key (which you may have to bind to some key with xmodmap) and then use Multi_key e = (this should work in all Xwindows applications, more or less). Stefan