From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21873 Path: main.gmane.org!not-for-mail From: Hallvard B Furuseth Newsgroups: gmane.emacs.gnus.general Subject: Re: local variables and Gnus security Date: 11 Mar 1999 19:01:19 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035159897 25178 80.91.224.250 (21 Oct 2002 00:24:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:24:57 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA28577 for ; Thu, 11 Mar 1999 13:03:49 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB16154; Thu, 11 Mar 1999 12:02:52 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 11 Mar 1999 12:02:56 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAA03306 for ; Thu, 11 Mar 1999 12:02:31 -0600 (CST) Original-Received: from mons.uio.no (6089@mons.uio.no [129.240.130.14]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id NAA28510 for ; Thu, 11 Mar 1999 13:02:16 -0500 (EST) Original-Received: from mons.uio.no (actually mons.uio.no [129.240.130.14]) by mons.uio.no with SMTP (PP); Thu, 11 Mar 1999 19:01:23 +0100 Original-Received: from bombur.uio.no ([129.240.186.42]) by mons.uio.no with esmtp (Exim 2.10 #1) id 10L9lo-00075p-00 for ding@gnus.org; Thu, 11 Mar 1999 19:01:20 +0100 Original-Received: by bombur.uio.no ; Thu, 11 Mar 1999 19:01:20 +0100 (MET) Original-To: ding@gnus.org In-Reply-To: empiric's message of "Thu, 11 Mar 1999 15:42:24 GMT" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21873 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21873 empiric writes: > François Pinard writes: > > I am just posting this so you can see what it came out like in my > article buffer. Why the \347's ?? Thanks It's the octal code for the latin-1 character . It'll display correctly if you have an 8-bit terminal with latin-1 font, and tell Emacs so. If I remember correctly, it's something like this: (set-language-environment "Latin-1") (set-terminal-coding-system 'iso-latin-1) (or enable-multibyte-characters (standard-display-european 1)) -- Hallvard