From xemacs-m  Fri Mar 21 01:03:56 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id BAA00474
	for <xemacs-beta@xemacs.org>; Fri, 21 Mar 1997 01:03:53 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id XAA08685;
	Thu, 20 Mar 1997 23:15:34 -0800
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: char-before (Re: XEmacs 19.15-b102 is released)
References: <199703210649.PAA08954@mikan.jaist.ac.jp>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: =?ISO-2022-JP?B?GyRCPGkyLBsoQiAbJEJDTkknGyhC?= / MORIOKA
 Tomohiko's message of Fri, 21 Mar 1997 15:49:45 JST
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
Date: 20 Mar 1997 23:15:33 -0800
Message-ID: <m2lo7hlnqi.fsf@altair.xemacs.org>
Lines: 19
X-Mailer: Gnus v5.4.33/XEmacs 20.1(beta9)

MORIOKA Tomohiko writes:

> char-before: a built-in function.

> Return character in current buffer preceding position POS.
> POS is an integer or a buffer pointer.
> If POS is out of range, the value is nil.
> If `enable-multibyte-characters' is nil or POS is not at character boundary,
> multi-byte form is ignored, and only one byte preceding POS
> is returned as a character.

> (char-before POS)

O.K.  Do I need to make a dummy definition of
enable-multibyte-characters for compatibility?  It sounds too
dangerous to actually implement.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

