Missing right-hand side of space boxes

2006-03-06 Thread Stefan Monnier
So I reverted my header-line to a non-3d look for SES's sake, but it's still not shown correctly. This time, there is no box-within-a-box (and no header-line either): src/emacs -bg grey80 -q --eval (progn (fundamental-mode) (apply 'insert (list \hello \ (propertize (concat \there\

Re: Problems with international characters in menus on Mac OSX

2006-03-06 Thread Kenichi Handa
In article [EMAIL PROTECTED], YAMAMOTO Mitsuharu [EMAIL PROTECTED] writes: (define-key global-map [menu-bar test] (cons Test test-menu)) (Test keymap Test) (define-key test-menu [test-insert] '(menu-item å ä ö Å (lambda () (interactive) (insert å ä ö Å It also works on Mac OS X/Carbon.

Re: emacs-unicode-2: copy paste problem of non standard encoding ctext

2006-03-06 Thread Kenichi Handa
I've overlooked your reply mail in the flow of bouncing mails... Anyway, at first, I was careless when I wrote this: 1, (set-selection-coding-system 'chinese-gbk) Of course you need it. In the other environment, I think UTF-8 extended segment (which is more widely accepted) should be used for

Saving safe local variables garbles 8-bit characters in .emacs file

2006-03-06 Thread Ralf Angeli
Under certain circumstances saving safe local variables permanently, i.e. answering with `!' to the respective question may garble 8-bit characters in a .emacs file. For this to happen the .emacs file has to contain UTF-8 characters and has to be saved as UTF-8. In addition Emacs has to be

Re: emacs-unicode-2: copy paste problem of non standard encoding ctext

2006-03-06 Thread Zhang Wei
Kenichi Handa [EMAIL PROTECTED] writes: I'm very confused. You at first sent us the patch for decoding gbk-0 encoded compound text. So, I thought crxvt-gb also accepts such an encoding, and thus committed the recent change for making ctext-pre-write-convsion produce correct gbk-0 extended

Re: Added text makes `C-h b' wider than 70 chars

2006-03-06 Thread Richard Stallman
I don't see the change doing that, but I could be wrong. In practice, I've only seen this added to less than a dozen lines. You are right, this message does not appear often. I had overlooked that point. Therefore, putting it on a separate line would be ok. Assume the change I already

Re: leim: No such file or directory

2006-03-06 Thread Kenichi Handa
In article [EMAIL PROTECTED], Leon [EMAIL PROTECTED] writes: Hi, This might be a bug. During the last step of installation, ``make install prefix=/tmp/E/emacs gives error: /tmp/E/emacs/share/emacs/23.0.0/leim: No such file or directory ``make install will run without error. --

Re: infinite loop(?) in decode_coding

2006-03-06 Thread Kenichi Handa
Nozomu Ando [EMAIL PROTECTED] writes: emacs-unicode-2 hangs when finding a file contains \0. Thank you for finding this bug. I've just committed a fix. --- Kenichi Handa [EMAIL PROTECTED] ___ emacs-pretest-bug mailing list

RE: doc string for `yank' should mention paste

2006-03-06 Thread Drew Adams
The doc string for `yank' should mention the commonly understood paste operation as a (rough) synonym. Yanking is more than pasting, but at a first approximation they are the same thing. Users should be able to find `yank' when they do `M-x apropos-documentation paste'.

Re: Added text makes `C-h b' wider than 70 chars

2006-03-06 Thread Richard Stallman
I've never seen a list of bindings what would not require vertical scrolling anyway, so I don't think adding to the vertical dimension would do any harm. That reasining is not valid. If the change makes only half as many commands fit in one screenful, that is a change for the worse.