From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27875 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: European Charset Date: 07 Dec 1999 11:54:05 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: <9t966yaaeb5.fsf@mraz.iskon.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164820 26810 80.91.224.250 (21 Oct 2002 01:47:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:47:00 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA05497 for ; Tue, 7 Dec 1999 11:55:13 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB15596; Tue, 7 Dec 1999 10:55:01 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 07 Dec 1999 10:55:12 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id KAA21615 for ; Tue, 7 Dec 1999 10:55:01 -0600 (CST) Original-Received: from beaver.jprc.com (BEAVER.JPRC.COM [207.86.147.217]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA05492 for ; Tue, 7 Dec 1999 11:54:34 -0500 (EST) Original-Received: (from karl@localhost) by beaver.jprc.com (8.9.3/8.9.3) id LAA30143; Tue, 7 Dec 1999 11:54:05 -0500 X-Authentication-Warning: beaver.jprc.com: karl set sender to karl@justresearch.com using -f Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: Hrvoje Niksic's message of "07 Dec 1999 17:47:10 +0100" Original-Lines: 9 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.2 (Mercedes) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27875 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27875 Hrvoje Niksic writes: > "C-x 8 not defined." > Where did you get that? Probably from x-compose.el. You have to bind the composition key somewhere you like. I like `M-C'; Kai evidently likes `C-x 8'. (load "x-compose") ; to get ISO 8-bits. (global-set-key "\M-C" compose-map)