Re: *shell* buffer in GNU Emacs 23.0.0 has faulty terminal control

2006-09-27 Thread Peter Dyballa
Am 27.09.2006 um 02:52 schrieb Kenichi Handa: In article [EMAIL PROTECTED], Peter Dyballa [EMAIL PROTECTED] writes: Launching GNU Emacs 23.0.0 with -Q I create a *shell* buffer (tcsh is my login shell) and run git to clone some repository (X11R7.1). While git runs it produces progress

Re: fontification loop

2006-09-27 Thread T. V. Raman
See the other thread on emacs-devel that I started with subject did something change in the Emacs idle loop I started observing those problems around Sep 17. martin == martin rudalics [EMAIL PROTECTED] writes: Can you use the Lisp debugger to see what is calling the

gnus-registry text property removal question (was: [bug]Malformed -*- line)

2006-09-27 Thread Ted Zlatanov
On 27 Sep 2006, [EMAIL PROTECTED] wrote: In article [EMAIL PROTECTED], CHENG Gao [EMAIL PROTECTED] writes: While processing registry temp buffer, the code has , | (set-text-properties (point-min) (point-max) nil) ` I changed it to , | (toggle-auto-composition 0)

blessmail needs adding to lib-src/.cvsignore

2006-09-27 Thread Chris Moore
'blessmail' is a new 'derived object' in lib-src/ It should be added to lib-src/.cvsignore to stop 'cvs update' mentioning it as an unknown file. Chris. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org

Re: Emacs hangs on current display when the minibuffer is active on another display

2006-09-27 Thread Richard Stallman
If I leave the emacs on one display with the minibuffer active, emacs on the other display does not respond to anything until the minibuffer input is resolved (input entered, or quit). It is nearly impossible to fix this without making Emacs multi-threaded. I hope that will be

Re: *shell* buffer in GNU Emacs 23.0.0 has faulty terminal control

2006-09-27 Thread Miles Bader
It would help if you could save the exact raw output of git_xorg.sh into a file, and attach that file with a mime type of application/octet-stream or something to avoid anything mucking with it. E.g., do: ./git_xorg.sh file and send file as a binary attachment. -miles -- Unless there are

Re: *shell* buffer in GNU Emacs 23.0.0 has faulty terminal control

2006-09-27 Thread Miles Bader
Miles Bader [EMAIL PROTECTED] writes: E.g., do: ./git_xorg.sh file and send file as a binary attachment. hmmm, probably better do: ./git_xorg.sh file 12 In case it's writing that stuff to stderr. -miles -- We have met the enemy, and he is us. -- Pogo

Re: gnus-registry text property removal question (was: [bug]Malformed -*- line)

2006-09-27 Thread CHENG Gao
*On Wed, 27 Sep 2006 13:20:12 -0400 * Ted Zlatanov [EMAIL PROTECTED] climbed out of the dark hell and cried out: I noticed this problem with the gnus-registry before, and I thought the set-text-properties call would fix it (it's called before the buffer is written). This is the code:

Re: gnus-registry text property removal question (was: [bug]Malformed -*- line)

2006-09-27 Thread Kenichi Handa
In article [EMAIL PROTECTED], CHENG Gao [EMAIL PROTECTED] writes: *On Wed, 27 Sep 2006 13:20:12 -0400 * Ted Zlatanov [EMAIL PROTECTED] climbed out of the dark hell and cried out: I noticed this problem with the gnus-registry before, and I thought the set-text-properties call would fix it

Re: gnus-registry text property removal question (was: [bug]Malformed -*- line)

2006-09-27 Thread CHENG Gao
So if we change (set-text-properties (point-min) (point-max) nil) to (buffer-substring-no-properties (point-min) (point-max)) it should work right? ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org

Re: leim: No such file or directory

2006-09-27 Thread Kenichi Handa
In article [EMAIL PROTECTED], Leo [EMAIL PROTECTED] writes: [6 mki.log application/octet-stream (base64)] /bin/sh: line 0: cd: /usr/local/packages/emacs/share/emacs/23.0.0/leim: No such file or directory Ok, here's an error. I found one reason of this error and committed a fix in HEAD