`set-default-font' does not function anymore

2006-10-22 Thread Zhang Wei
`set-default-font' does not function anymore, I've got the following settings in my .emacs: (create-fontset-from-fontset-spec (concat -*-courier-medium-r-normal-*-14-*-*-*-*-*-fontset-courier, chinese-gb2312:-*-simsun-medium-r-*-*-14-*-*-*-c-*-gb2312*-*,

Re: More mode-line stuff

2006-10-22 Thread Chong Yidong
Nick Roberts [EMAIL PROTECTED] writes: If you move the mouse over the line=number indicator you get the tooltip: mouse-1: select (drag to resize), mouse-2: delete others, mouse-3: delete this so you might expect mouse-3 to delete the indicator/turn off the mode and not the window. I

Re: `set-default-font' does not function anymore

2006-10-22 Thread Chong Yidong
Zhang Wei [EMAIL PROTECTED] writes: `set-default-font' does not function anymore, I've got the following settings in my .emacs: (create-fontset-from-fontset-spec (concat -*-courier-medium-r-normal-*-14-*-*-*-*-*-fontset-courier,

ruler-mode/key-bindings

2006-10-22 Thread Nick Roberts
Ruler-mode, Emacs reports that mouse clicks in the header-line are undefined e.g header-line S-mouse-1 is undefined even though it is bound to ruler-mode-mouse-set-left-margin and performs that function. The commentary says: ;; ... It works only on Emacs 21. but presumably this is not true.

Re: `.newsrc.eld' saves chinese group name in wrong coding

2006-10-22 Thread Katsumi Yamaoka
In [EMAIL PROTECTED] Richard Stallman wrote: I'd say this design decision will certainly cause subtle bugs, such as the one we are discussing in this thread. I suggest to modify the design to not use encoded strings internally. I hastened to change the nndoc code so as to use encoded

Re: More mode-line stuff

2006-10-22 Thread Nick Roberts
If you move the mouse over the line=number indicator you get the tooltip: mouse-1: select (drag to resize), mouse-2: delete others, mouse-3: delete this so you might expect mouse-3 to delete the indicator/turn off the mode and not the window. I think mouse-3 _should_ turn off

Re: More mode-line stuff

2006-10-22 Thread Chong Yidong
Nick Roberts [EMAIL PROTECTED] writes: Let's not change the functionality at this stage. What stage? This one. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: emacs-unicode-2: `kinsoku processing' and `nospace-between-words' don't work

2006-10-22 Thread Kenichi Handa
In article [EMAIL PROTECTED], Zhang Wei [EMAIL PROTECTED] writes: Zhang Wei [EMAIL PROTECTED] writes: `kinsoku processing' and `nospace-between-words' don't work with auto-fill-mode. It don't work with UTF-8 and Chinese-GBK language environment, but it work with Chinese-GB language

Re: Python mode and eldoc freeze

2006-10-22 Thread Stefan Monnier
After some trial and error, I propose the following patch. I have verified that it makes the reported bug go away. Does anyone disagree with it? Looks good to me, Stefan who's never actually used Python ___ emacs-pretest-bug mailing

Re: `.newsrc.eld' saves chinese group name in wrong coding

2006-10-22 Thread Stefan Monnier
It could be, although it would make sense to manipulate group names in encoded form, in the sense of not decoded. It could ``make sense'', but it's IMO a bad idea, since, as we both know, Emacs is not well suited to handling unibyte strings. Huh? Unibyte strings are perfectly well

Re: Fwd: Serious performace problems on Windows XP with new(!) GNU Emacs v22 (both patched and unpatched EmacsW32 were tried)

2006-10-22 Thread Richard Stallman
I think (1) the timer should become an idle-timer, (2) quitting must be permitted, You can permit quitting by using with-local-quit. Want to do that? ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org