Re: `cp' don't preserve timestamps by default on windows-xp

2007-07-11 Thread Eli Zaretskii
From: Zhang Wei [EMAIL PROTECTED] Date: Wed, 11 Jul 2007 12:06:40 +0800 The `cp' command of my installation don't preserve timestamps by default `cp' never did. Only the Windows copy commands do. that makes the .elc files and the .el files have same timestamps as they are installed, and

Re: `cp' don't preserve timestamps by default on windows-xp

2007-07-11 Thread Zhang Wei
Eli Zaretskii [EMAIL PROTECTED] writes: If they have the same timestamps, why do you get source is newer messages? I don't get them on my machine, and lread.c explicitly checks for .elc time _less_ than the .el time, not _less_or_equal_. Could you please look closer at this problem and tell

Re: `cp' don't preserve timestamps by default on windows-xp

2007-07-11 Thread Eli Zaretskii
From: Zhang Wei [EMAIL PROTECTED] Date: Wed, 11 Jul 2007 14:37:41 +0800 Eli Zaretskii [EMAIL PROTECTED] writes: If they have the same timestamps, why do you get source is newer messages? I don't get them on my machine, and lread.c explicitly checks for .elc time _less_ than the .el

Re: `cp' don't preserve timestamps by default on windows-xp

2007-07-11 Thread Zhang Wei
Eli Zaretskii [EMAIL PROTECTED] writes: Make won't do any multi-processing unless you use the -j switch. Did you? I didn't use the -j switch. [...] Please tell the details of the system on which this happens: what Windows version, on what type of filesystem(s) (NTFS, FAT, other) you have

Re: `cp' don't preserve timestamps by default on windows-xp

2007-07-11 Thread Eli Zaretskii
From: Zhang Wei [EMAIL PROTECTED] Date: Wed, 11 Jul 2007 15:12:24 +0800 Windows XP SP2, FAT32 filesystem (both source and dest). Hmm, it might be an issue with FAT32 timestamps. Could you please add -v to the `cp' switches and post here everything that `cp' displays while copying the lisp/

customize-group erc-server save buffer error

2007-07-11 Thread Zhang Wei
M-x customize-group RET erc-server RET goto this section: --8---cut here---start-8--- Erc Server Coding System: Hide Value Value Menu Cons-cell: encoding: utf-8 decoding: undecided --8---cut here---end---8--- change the

[unicode-2] Chinese characters too small

2007-07-11 Thread Leo
I configured XTerm and Emacs to use the same font with same size as follows: in .Xresources: XTerm*faceName: xft:monospace:pixelsize=16 XTerm*faceNameDoublesize: fzsongti Emacs.Font: monospace:pixelsize=16 in .emacs: (when window-system (set-fontset-font (frame-parameter nil 'font)

Re: [unicode-2] Chinese characters too small

2007-07-11 Thread Kenichi Handa
In article [EMAIL PROTECTED], Leo [EMAIL PROTECTED] writes: I configured XTerm and Emacs to use the same font with same size as follows: in .Xresources: XTerm*faceName: xft:monospace:pixelsize=16 XTerm*faceNameDoublesize: fzsongti Emacs.Font: monospace:pixelsize=16 in .emacs: