Re: no-byte-compile no longer considered safe?

2006-04-10 Thread Richard Stallman
Should no-byte-compile be marked as a safe variable, It already is, since a month ago. But the problem could still be related to that. Does Emacs currently ask any questions when you visit any of these files? ___ emacs-pretest-bug mailing

Re: balance-windows causes core dump

2006-04-10 Thread Stefan Monnier
Richard == Richard Stallman [EMAIL PROTECTED] writes: On my GNU/Linux system here, I can crash Emacs as follows: emacs -Q C-x 2 M-x balance-windows RET Nobody seems to have investigated this, so I tried it (please forgive the delay), but it did not fail for me.

Re: Wrong type argument: arrayp, nil with LANG=C under Windows

2006-04-10 Thread Eli Zaretskii
From: Ralf Angeli [EMAIL PROTECTED] Date: Sun, 09 Apr 2006 13:32:35 +0200 Trying to start Emacs from an MSYS shell with the command line LANG=C drive:/path/to/emacs -Q results in Wrong type argument: arrayp, nil Thanks, I think I fixed this; please try again. However, the behavior

Re: crash in xdisp.c: show_mouse_face

2006-04-10 Thread Kim F. Storm
Phil [EMAIL PROTECTED] writes: On Apr 3, 2006, at 2:42 AM, YAMAMOTO Mitsuharu wrote: Phil, do you possibly set the variable `mouse-highlight' to some integer? I've confirmed that nothing I am doing uses mouse-highlight. Just to be sure ... what is printed by ESC : mouse-highlight

Re: Wrong type argument: arrayp, nil with LANG=C under Windows

2006-04-10 Thread Ralf Angeli
* Eli Zaretskii (2006-04-10) writes: From: Ralf Angeli [EMAIL PROTECTED] Date: Sun, 09 Apr 2006 13:32:35 +0200 Trying to start Emacs from an MSYS shell with the command line LANG=C drive:/path/to/emacs -Q results in Wrong type argument: arrayp, nil Thanks, I think I fixed this;

Re: no-byte-compile no longer considered safe?

2006-04-10 Thread Bill Wohler
Richard Stallman [EMAIL PROTECTED] writes: Should no-byte-compile be marked as a safe variable, It already is, since a month ago. But the problem could still be related to that. Does Emacs currently ask any questions when you visit any of these files? Ah, now I see what happened and

Strange redisplay problem in minibuffer.

2006-04-10 Thread Kim F. Storm
Try this: ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Strange redisplay problem in minibuffer.

2006-04-10 Thread Stefan Monnier
Kim == Kim F Storm [EMAIL PROTECTED] writes: Try this: Huh? I tried it and it didn't do anything. Stefan ;-) ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Strange display behavior after filling

2006-04-10 Thread YAMAMOTO Mitsuharu
I found some strange display behavior after filling. In the following, row means a displayed horizontal segment, and line means a sequence of characters delimited by newlines. 1. emacs -D -Q 2. M-q (I'm not sure why this is needed.) 3. Insert 123456789 (without quotations or newlines) 18

Re: no-byte-compile no longer considered safe?

2006-04-10 Thread Richard Stallman
Ah, now I see what happened and I found the bug. I was actually being asked for another variable in the same Local Variables stanza. If you add the following to a file, make recompile will compile it: ;; Local Variables: ;; no-byte-compile: t ;; url-unreserved-chars: nil

Re: Strange display behavior after filling

2006-04-10 Thread Eli Zaretskii
Date: Tue, 11 Apr 2006 11:48:06 +0900 (JST) From: YAMAMOTO Mitsuharu [EMAIL PROTECTED] I found some strange display behavior after filling. In the following, row means a displayed horizontal segment, and line means a sequence of characters delimited by newlines. 1. emacs -D -Q 2.