Ok, I will do this.
___
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
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
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.
>>> (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
; 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
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
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
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
> ! (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
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
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)))
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
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
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
[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
[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
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
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
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
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-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
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
22 matches
Mail list logo