bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 21.1 on HP-UX 10.20 behaves oddly


From: Esa A E Peuha
Subject: Re: Emacs 21.1 on HP-UX 10.20 behaves oddly
Date: Thu, 24 Jan 2002 16:05:20 +0200 (EET)

On Wed, 23 Jan 2002, Eli Zaretskii wrote:

> charset being -1 seems to be the problem, but I wonder how did that
> happen.

When decode_coding_iso2022 reads a ISO_graphic_plane_0 character, it
doesn't check whether charset0 is negative before assigning it to
charset; every other place where charset can be set has such check.
The -1 comes from CODING_SPEC_ISO_PLANE_CHARSET(coding, 0).

> Yes, but do you understand why was Fformat_time_string called during
> startup?  (I'm trying to figure out what is special about your system
> that causes the problem.)

Fformat_time_string is called by the Lisp function emacs-version, which
is called from startup.el during startup.  I don't think there's anything
odd about that.

-- 
Esa Peuha
student of mathematics at the University of Helsinki
http://www.helsinki.fi/~peuha/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]