From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22818 Path: main.gmane.org!not-for-mail From: Jan Vroonhof Newsgroups: gmane.emacs.gnus.general Subject: Re: variable is void: enable-multibyte-characters Date: 28 Apr 1999 14:57:41 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160669 31321 80.91.224.250 (21 Oct 2002 00:37:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:37:49 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA15394 for ; Wed, 28 Apr 1999 08:59:18 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id HAB15996; Wed, 28 Apr 1999 07:58:34 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 28 Apr 1999 07:58:42 -0500 (CDT) 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 HAA03450 for ; Wed, 28 Apr 1999 07:58:32 -0500 (CDT) Original-Received: from frege.math.ethz.ch (daemon@frege-d-math-north-g-west.math.ethz.ch [129.132.145.3]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA15345 for ; Wed, 28 Apr 1999 08:58:24 -0400 (EDT) Original-Received: (from daemon@localhost) by frege.math.ethz.ch (8.9.1/8.9.1) id OAA17323 for ; Wed, 28 Apr 1999 14:57:42 +0200 (MET DST) Original-Received: from bolzano(129.132.146.140) via SMTP by frege, id smtpdAAAa004Ed; Wed Apr 28 14:57:41 1999 Original-Received: (vroonhof@localhost) by bolzano (SMI-8.6/D-MATH-client) id OAA15486; Wed, 28 Apr 1999 14:57:41 +0200 Original-To: ding@gnus.org In-Reply-To: Mike Andersen's message of "Tue, 27 Apr 1999 22:13:41 GMT" Original-Lines: 21 User-Agent: Gnus/5.070083 (Pterodactyl Gnus v0.83) XEmacs/21.0 (20 minutes to Nikko) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:22818 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22818 Mike Andersen writes: > Symbol's value as variable is void: enable-multibyte-characters > > Setting it to nil solves the problem, but I guess it's suppose to have a > default value? What version of 21.0 are you running? Mine says: enable-multibyte-characters' is a built-in boolean variable. Value: t Documentation: Emacs Compatible; Unimplemented Non-nil means the buffer contents are regarded as multi-byte form of characters, not a binary code. This affects the display, file I/O, and behaviors of various editing commands. Setting this to nil does not do anything.