Re: Setting file-precious-flag fails to honour umask on new files

2006-06-16 Thread David Howells
Richard Stallman <[EMAIL PROTECTED]> wrote: > Does this fix it? That's not quite right as it chmods the process to umask. What you want is: *** files.el12 Jun 2006 14:12:27 -0400 1.844 --- files.el15 Jun 2006 09:23:00 -0400 *** *** 3630,3637 (

Re: [EMAIL PROTECTED]: Overlay string not displayed on text with `display' property]

2006-06-16 Thread Kim F. Storm
YAMAMOTO Mitsuharu <[EMAIL PROTECTED]> writes: >> On Thu, 15 Jun 2006 16:45:01 +0200, [EMAIL PROTECTED] (Kim F. Storm) >> said: > > Then the cursor is displayed at a wrong position. > > Another assertion violation can be observed by replacing the last > expression with (put-text-property

Re: Delayed redisplay problem

2006-06-16 Thread Kim F. Storm
Jorgen Schaefer <[EMAIL PROTECTED]> writes: > I now found out where the problem occurs, too. Both Circe and my > comint mode do perform > > (save-excursion > (goto-char (point-max)) > (recenter -1) > (sit-for 0)) > > on scrolling to keep the bottom-most line of the buffer at

Re: Delayed redisplay problem

2006-06-16 Thread Johan Bockgård
[EMAIL PROTECTED] (Kim F. Storm) writes: > It doesn't happen to me with the test case you provided. > > I might be doing something wrong, but I'm not sure how to proceed. > > Maybe you can give me a 100% step-by-step test case starting from > emacs -D -Q. Try it on a tty. $ emacs -nw -Q ---

dos-w32.el uses obsolete variable find-file-not-found-hooks

2006-06-16 Thread Lennart Borgman
I think the subject says it all. In GNU Emacs 22.0.50.1 (i386-mingw-nt5.0.2195) of 2006-06-16 ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Has anyone used Purify with Emacs?

2006-06-16 Thread Marshall, Simon
Thanks for the work on 22.1 guys. This isn't a bug report, yet, it's a question. I figured I'd try emacs from CVS (I don't know of any official pretest releases), and I figured I'd use Rational's Purify tool (not to be confused with Emacs notion of purify as being part of the dumping process) to

Detached minibuffer cropped text

2006-06-16 Thread Marshall, Simon
Start emacs like this: xrdb -load ^D emacs -Q --eval '(setq minibuffer-frame-alist (quote ((width . 80) (height . 1))) initial-frame-alist (quote ((minibuffer' The detached minibuffer has insufficient space to display text. There isn't room to display the lower few pixels of minibuffer text.

vc-diff uses unknown -L switch

2006-06-16 Thread Marshall, Simon
I forgot to say previously - thanks for the work on 22.1 guys. Anyway, the bug with emacs from CVS trunk (is this correct for 22.1???) updated 2006-06-15. On Solaris 8 with a file under CVS, if I do C-x v = I get: /usr/bin/diff: illegal option -- L usage: diff [-bitw] [-c | -e | -f | -h | -n] fi

C-down-mouse-1 and msb.el

2006-06-16 Thread Marshall, Simon
With earlier emacs releases, with emacs -q and C-down-mouse-1 would immediately popup a buffer menu. With M-x msb-mode and C-down-mouse-1, you would immediately get the msb buffer menu. Now, with CVS 2006-06-15 emacs -Q and M-x msb-mode, C-down-mouse-1 does not popup a menu until mouse-1 is relea

Re: Setting file-precious-flag fails to honour umask on new files

2006-06-16 Thread Richard Stallman
That's not quite right as it chmods the process to umask. I don't understand what "chmods the process" means. Could you explain? In any case, your change does seem right, so would someone please install it? Or I will, as soon as I can. ___ emacs-

Re: Delayed redisplay problem

2006-06-16 Thread Kim F. Storm
[EMAIL PROTECTED] (Johan Bockgård) writes: > Try it on a tty. Thanks -- your recipe worked every time. I've installed a patch which fixes it for me. -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk ___ emacs-pretest-bug mailing list emacs-pre