Re: facemenu-add-new-face lacks facep test

2006-10-16 Thread Richard Stallman
Ok, I will do this. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Xresource of enable-font-backend?

2006-10-16 Thread Kenichi Handa
Sorry for the late response. In article <[EMAIL PROTECTED]>, Leo <[EMAIL PROTECTED]> writes: > > You just requested Emacs to use a font whose family name is > > "mono" and size is 10 point. Why does it leads to using Xft > > font? > But then English characters have antialias while Chinese don't

(no subject)

2006-10-16 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Dan Jacobson <[EMAIL PROTECTED]> writes: > One can "set coding system for the next command" to dired a mounted > CDROM directory in the proper charset (big5 in my case). But the > moment one types g to refresh the dired, the dired is back in the > default charset.

Re: backward-up-list

2006-10-16 Thread Stefan Monnier
>>> (while (in-string-p) >>> (backward-char 1)) >> >> That's the way a snail would do it, >> >> (goto-char (or (nth 8 (syntax-ppss)) (point))) >> >> would be faster and solve the same problem with comments at the same time. > However, I'm not convinced here. > in-string-p is very clear and s

Re: no colors in os x emacs application

2006-10-16 Thread Jason Rumney
; Global coloring (global-font-lock-mode) This will toggle font lock off or on, depending on the state before the call. On older versions of Emacs, font-lock was off by default, so that line would turn it on. On current development versions of Emacs, font-lock is on by default, so that line

no colors in os x emacs application

2006-10-16 Thread Hal Perkins
From: Hal Perkins <[EMAIL PROTECTED]> To: emacs-pretest-bug@gnu.org Subject: no colors in os x emacs application --text follows this line-- Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be

comment fontification in GNUmakefile mode

2006-10-16 Thread Dieter Wilhelm
Hi CVS data from today $ emacs -Q -D M-x global-font-lock-mode open a file in makefile mode specify a variable like this VERSION := 100#this is the Ansys version number with an immediate sharp sign after the value, the comment is not highlighted. With the following line it works. VERSIO

Re: Failure to build on x86_84

2006-10-16 Thread Richard Stallman
It build OK, but when attempting to run is seg faults. Not build with -g so gdb gives very little information. In that case, please rebuild with -g and get more information. (Why ever build Emacs without -g?) ___ emacs-pretest-bug mailing lis

Re: (describe-function 'self-insert-command) takes too long

2006-10-16 Thread Richard Stallman
> ! (if (eq function 'self-insert-command) > ! (princ "It is bound to many ordinary text characters.\n") How do you know it is bound to anything at all? I will make it check that. Thanks. ___ emacs-pretest-bug mailing lis

Re: backward-up-list

2006-10-16 Thread Andreas Roehler
Stefan Monnier schrieb: (while (in-string-p) (backward-char 1)) That's the way a snail would do it, (goto-char (or (nth 8 (syntax-ppss)) (point))) would be faster and solve the same problem with comments at the same time. Stefan Thanks. However, I'm not convinced here. in

facemenu-add-new-face lacks facep test

2006-10-16 Thread Drew Adams
In the definition of `facemenu-add-new-face', there is this code: (cond ((facemenu-iterate ; check if equivalent face is already in the menu (lambda (m) (and (listp m) (symbolp (car m)) (face-equal (car m) symbol)))

RE: pp-eval-expression should use read-expression-history

2006-10-16 Thread Drew Adams
I made pp-eval-expression use X instead of x, and then I made all use of X read the way eval-expression does. Thx. (Did you also update the doc for X, to indicate the use of history? I don't know if that's necessary, but if it's done for other interactive specs, then it should be done her

Re: Failure to build on x86_84

2006-10-16 Thread Jan Djärv
Chong Yidong skrev: [EMAIL PROTECTED] writes: I have just attempted to build emacs22 on a AMD64x2 machine, SuSE10.1 Linux The configuration is ./configure --with-x-toolkit=yes --with-xpm --with-jpeg --with-tiff --with-gif --with-png --with-x It build OK, but when attempting to run is seg f

emacs-unicode-2: cpNNN and ibmNNN coding systems

2006-10-16 Thread Reiner Steib
Hi, in emacs-unicode-2, the coding systems ibm437 and cp437 are aliases: ,[ M-x describe-coding-system RET ibm437 RET ] | D -- ibm437 (alias of cp437) | | DOS codepage 437 | Type: charset (charset) | EOL type: Automatic selection from: | [cp437-unix cp437-dos cp437-mac] | This coding s

Re: Failure to build on x86_84

2006-10-16 Thread Chong Yidong
[EMAIL PROTECTED] writes: > I have just attempted to build emacs22 on a AMD64x2 machine, SuSE10.1 Linux > > The configuration is > > ./configure --with-x-toolkit=yes --with-xpm --with-jpeg --with-tiff > --with-gif --with-png --with-x > > It build OK, but when attempting to run is seg faults. > > I

Re: Failure to build on x86_84

2006-10-16 Thread Jan Djärv
[EMAIL PROTECTED] skrev: I have just attempted to build emacs22 on a AMD64x2 machine, SuSE10.1 Linux The configuration is ./configure --with-x-toolkit=yes --with-xpm --with-jpeg --with-tiff --with-gif --with-png --with-x It build OK, but when attempting to run is seg faults. Not build with

Re: pp-eval-expression should use read-expression-history

2006-10-16 Thread Richard Stallman
I made pp-eval-expression use X instead of x, and then I made all use of X read the way eval-expression does. One thing I am not sure of is whether to do the same thing to x. allout.el uses x to read objects that are not anything like Lisp expressions, so perhaps it is undesirable to use read-expr

Re: flyspell-correct-word does not work without windows system

2006-10-16 Thread Richard Stallman
Does this change work properly? *** flyspell.el 17 Sep 2006 11:31:26 -0400 1.106 --- flyspell.el 16 Oct 2006 07:55:17 -0400 *** *** 412,417 --- 412,418 (define-key map flyspell-auto-correct-binding 'flyspell-auto-correct-previous-word) (define-key map

Failure to build on x86_84

2006-10-16 Thread jpff
I have just attempted to build emacs22 on a AMD64x2 machine, SuSE10.1 Linux The configuration is ./configure --with-x-toolkit=yes --with-xpm --with-jpeg --with-tiff --with-gif --with-png --with-x It build OK, but when attempting to run is seg faults. Not build with -g so gdb gives very little i

Re: `ido-dired' don't refresh cache with `C-l'

2006-10-16 Thread Kim F. Storm
Zhang Wei <[EMAIL PROTECTED]> writes: > `ido-find-file' work with `ido-refresh-directory' (bind to `C-l') very > well. But `ido-dired' don't refresh cache with `C-l'. Thank you for the bug report. I have fixed it on the CVS trunk -- so the fix will find its way to the unicode branch "sometime so

`ido-dired' don't refresh cache with `C-l'

2006-10-16 Thread Zhang Wei
`ido-find-file' work with `ido-refresh-directory' (bind to `C-l') very well. But `ido-dired' don't refresh cache with `C-l'. If emacs crashed, and you have the emacs process in the gdb debugger, please include the output from the follow

May be an ange-ftp bug on windows-xp

2006-10-16 Thread Zhang Wei
The remote server is running Serv-U. We could see "220 Serv-U FTP Server v6.1 for WinSock ready..." in the greeting message. If the directory name contain SPACE characters, such as "This is a directory", ange-ftp can't CD to that dir. And I find out that the server understand this command: CD "T