emacs-devel
[Top][All Lists]
Advanced

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

Re: remove leim/leim-list.el for make bootstrap?


From: Kenichi Handa
Subject: Re: remove leim/leim-list.el for make bootstrap?
Date: Fri, 27 Mar 2009 16:02:59 +0900

In article <address@hidden>, Eli Zaretskii <address@hidden> writes:

> > From: Kenichi Handa <address@hidden>
> > CC: address@hidden, address@hidden, address@hidden, address@hidden
> > Date: Mon, 23 Mar 2009 11:47:30 +0900
> > 
> > % mkdir tmp
> > % cd tmp
> > ## Checkout the version before I changed encoding of leim-list.el.
> > % cvs co -D 2009-03-18 emacs
> > % cd emacs
> > % configure
> > % make
> > ## At this time, leim-list.el is in iso-2022-7bit
> > ## Now update the working directory to the latest version.
> > % cvs update -AdP
> > % make
> > ## Now leim-list.el is correctly build with utf-8 encoding.
> > 
> > So, I see no problem?!?

> Check the time stamps of quail.el and quail.elc against the time when
> leim-list.el was built.

Ok, here's another try.

% mkdir tmp
% cd tmp
## Checkout the version before I changed encoding of leim-list.el.
% cvs co -D 2009-03-18 emacs
% cd emacs
% configure
% make
## At this time, leim-list.el is in iso-2022-7bit
% ls -ltgo lisp/international/quail.el* lisp/international/mule-cmds.el* 
leim/leim-*.el
-rw-rw-r-- 1  27778 2009-03-23 17:10 leim/leim-list.el
-rw-rw-r-- 1  81172 2009-03-23 16:59 lisp/international/quail.elc
-rw-rw-r-- 1  86574 2009-03-23 16:46 lisp/international/mule-cmds.elc
-rw-rw-r-- 1 116878 2009-03-03 10:57 lisp/international/mule-cmds.el
-rw-rw-r-- 1 115090 2009-02-14 18:05 lisp/international/quail.el
-rw-rw-r-- 1   3113 2009-01-08 13:02 leim/leim-ext.el

## Now update the working directory to the latest version.
% cvs update -AdP
% ls -ltgo lisp/international/quail.el* lisp/international/mule-cmds.el* 
leim/leim-*.el
-rw-rw-r-- 1 116870 2009-03-23 20:03 lisp/international/mule-cmds.el
-rw-rw-r-- 1 115082 2009-03-23 20:03 lisp/international/quail.el
-rw-rw-r-- 1   3040 2009-03-23 20:03 leim/leim-ext.el
-rw-rw-r-- 1  27778 2009-03-23 17:10 leim/leim-list.el
-rw-rw-r-- 1  81172 2009-03-23 16:59 lisp/international/quail.elc
-rw-rw-r-- 1  86574 2009-03-23 16:46 lisp/international/mule-cmds.elc

% make
## Now leim-list.el is correctly build with utf-8 encoding.
% ls -ltgo lisp/international/quail.el* lisp/international/mule-cmds.el* 
leim/leim-*.el
-rw-rw-r-- 1  26904 2009-03-23 20:08 leim/leim-list.el
-rw-rw-r-- 1  81164 2009-03-23 20:07 lisp/international/quail.elc
-rw-rw-r-- 1  86291 2009-03-23 20:06 lisp/international/mule-cmds.elc
-rw-rw-r-- 1 116870 2009-03-23 20:03 lisp/international/mule-cmds.el
-rw-rw-r-- 1 115082 2009-03-23 20:03 lisp/international/quail.el
-rw-rw-r-- 1   3040 2009-03-23 20:03 leim/leim-ext.el

> The situation in which the problem happens
> should use an old quail.elc that still uses iso-2022, but new
> leim-ext.el and mule-cmds.el which are already switched to utf-8.

It seems that such a situation doesn't happen with the
normal building sequence as above.

---
Kenichi Handa
address@hidden




reply via email to

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