make bootstrap Failure

2007-01-04 Thread David Hansen
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 posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of th

Re: C-RET is shown as just RET by substitute-command-keys

2007-01-04 Thread Lennart Borgman (gmail)
Richard Stallman wrote: > That is interesting. I suspect that (control ?\r) recognizes that ?\r > is a control character, and figureds that making it "control" should > be a no-op. > > is that a bug? Given that `?\C-\r' is not the same as `?\r', I think it's a bug. Do

Re: [gmane.emacs.help] Re: raise frame no go

2007-01-04 Thread Leo
* Jan Djärv (2007-01-04 12:42 +0100) said: ^ > Metacity (the default Gnome window manager) is a complete mess when > it comes to raise frame. Some versions works, some don't. Some > require the code below, some don't. In some configurations > (i.e. focus on click vs. focus on mouse) ra

Re: Windox XP Mouse wheel error when using 2nd monitor placed to the left of primary monitor

2007-01-04 Thread Paul Whitfield
Jason Rumney wrote: Paul Whitfield wrote: In GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) of 2005-12-18 on NEUTRINO Perhaps you should update from CVS more often. Oops... a more recent CVS update fixes the problem... Sorry for the noise. Regards Paul ==

Re: Executable deleted after first run

2007-01-04 Thread Leo
* Richard Stallman (2007-01-04 17:33 -0500) said: > Is it possible for `make install' to detect this defective file > system? It would be ok for `make install' to create a symlink > conditionally in that case. > > Otherwise we can only document the problem, perhaps in etc/PROBLE

Re: [gmane.emacs.help] Re: raise frame no go

2007-01-04 Thread Leo
* Leo (2007-01-04 19:18 +) said: ^^^ > * Jan Djärv (2007-01-04 12:42 +0100) said: > ^ >> Metacity (the default Gnome window manager) is a complete mess when >> it comes to raise frame. Some versions works, some don't. Some >> require the code below, some don't. In some configurat

Re: Windox XP Mouse wheel error when using 2nd monitor placed to the left of primary monitor

2007-01-04 Thread Jason Rumney
Paul Whitfield wrote: In GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) of 2005-12-18 on NEUTRINO Perhaps you should update from CVS more often. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-

Re: C-RET is shown as just RET by substitute-command-keys

2007-01-04 Thread Richard Stallman
> That is interesting. I suspect that (control ?\r) recognizes that ?\r > is a control character, and figureds that making it "control" should > be a no-op. > > is that a bug? Given that `?\C-\r' is not the same as `?\r', I think it's a bug. Does anyone else have an opin

Re: Cursor placement with mouse in long lines with wrapped tab

2007-01-04 Thread Richard Stallman
> I have the patch installed that Chong suggested and with this patch it works > fine. But when I remove Chong's patch, the bug is reproducible again. Has this patch been installed in CVS? Chong Yidong seems to be on vacation, since he is not answering. It would be useful if you, or

Re: Executable deleted after first run

2007-01-04 Thread Richard Stallman
All regular files are hard links. That is true in ordinary Unix-style file systems, but he has a peculiar file system, and it sounds like it treats the "second name" differently from the "first name". ___ emacs-pretest-bug mailing list emacs-pretes

Re: Executable deleted after first run

2007-01-04 Thread Richard Stallman
It appears your machine is using a defective file system that doesn't correctly implement multiple file names. It would be good for Emacs to work better with that defective file system, if there is an easy way to do it. Is there any reason to choose hard link over symbolic link? Yes. It is

Windox XP Mouse wheel error when using 2nd monitor placed to the left of primary monitor

2007-01-04 Thread Paul Whitfield
I have a windows XP notebook with an external monitor. The external monitor is placed to the left of the notebook monitor configured as a "secondary display" When an emacs frame is on this monitor (2nd monitor to the left of the primary), then the mouse wheel does not work and the error is d

Re: say where attempt to write backup file was

2007-01-04 Thread Stefan Monnier
> So should the call to message in backup-buffer be wrapped in > (let ((resize-mini-windows 'grow-only) > (max-mini-window-height 1.0)) > ...) > Would you please verify that this succeeds in avoiding > problems in the cases of concern, and then send a patch? It doesn't solv

Re: Image scroll issue

2007-01-04 Thread Kim F. Storm
Chris Moore <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Kim F. Storm) writes: > >> Chris Moore <[EMAIL PROTECTED]> writes: >> >>> What else happens at 0.5 second intervals in Emacs that's not in >>> timer-list or timer-idle-list? >> >> Could you run it under GDB and break it a couple of times

Re: [gmane.emacs.help] Re: raise frame no go

2007-01-04 Thread Eli Zaretskii
> Date: Thu, 04 Jan 2007 12:42:19 +0100 > From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= <[EMAIL PROTECTED]> > Cc: emacs-pretest-bug@gnu.org > > Metacity (the default Gnome window manager) is a complete mess when it comes > to raise frame. Some versions works, some don't. Some require the code > below, s

Re: [gmane.emacs.help] Re: raise frame no go

2007-01-04 Thread Leo
* Jan Djärv (2007-01-04 12:42 +0100) said: ^ > Metacity (the default Gnome window manager) is a complete mess when > it comes to raise frame. Some versions works, some don't. Some > require the code below, some don't. In some configurations > (i.e. focus on click vs. focus on mouse) ra

Re: M-\ does not work with prefix argument as documented

2007-01-04 Thread Dieter Wilhelm
Kevin Rodgers <[EMAIL PROTECTED]> writes: > Dieter Wilhelm wrote: >> By the way, what is confusing to me is the fact that the diff output >> does not reflect the indentation of the code correctly. Please have a >> look at the progn command, in the code the lines below progn are >> indented with 2

Re: Image scroll issue

2007-01-04 Thread Chris Moore
[EMAIL PROTECTED] (Kim F. Storm) writes: > Chris Moore <[EMAIL PROTECTED]> writes: > >> What else happens at 0.5 second intervals in Emacs that's not in >> timer-list or timer-idle-list? > > Could you run it under GDB and break it a couple of times to > see what happens (and particularly where the

Re: Executable deleted after first run

2007-01-04 Thread Richard Stallman
> If so, you could then try putting a breakpoint at `unlink' and another > breakpoint at `rename'. These breakpoints will be hit occasionally > for legitimate reasons, so I hope you can suffer through that for a > few days. That way, you will see if the deletion of the executable

Re: M-\ does not work with prefix argument as documented

2007-01-04 Thread Kevin Rodgers
Dieter Wilhelm wrote: By the way, what is confusing to me is the fact that the diff output does not reflect the indentation of the code correctly. Please have a look at the progn command, in the code the lines below progn are indented with 2 additional spaces. Such visual distortions arise due

Re: C-RET is shown as just RET by substitute-command-keys

2007-01-04 Thread Kevin Rodgers
Richard Stallman wrote: > Do you get different results by binding [?\C-\r] or [C-return] instead? Thanks for the response. Yes, I do. That is interesting. I suspect that (control ?\r) recognizes that ?\r is a control character, and figureds that making it "control" should be a no-op.

Re: Cursor placement with mouse in long lines with wrapped tab

2007-01-04 Thread Kim F. Storm
Klaus Zeitler <[EMAIL PROTECTED]> writes: >> "Chris" == Chris Moore <[EMAIL PROTECTED]> writes: > Chris> > Chris> Klaus Zeitler <[EMAIL PROTECTED]> writes: > >> When I change the frame to 81 columns (the tab in the long line is now > >> wrapped after 1 char), clicking on the '

Re: [gmane.emacs.help] Re: raise frame no go

2007-01-04 Thread Jan Djärv
Metacity (the default Gnome window manager) is a complete mess when it comes to raise frame. Some versions works, some don't. Some require the code below, some don't. In some configurations (i.e. focus on click vs. focus on mouse) raise frame works, in some raise frame don't work. We mus

Re: Executable deleted after first run

2007-01-04 Thread Jan Djärv
Leo skrev: * Chris Moore (2007-01-04 10:45 +0100) said: ^^^ On 1/4/07, Leo <[EMAIL PROTECTED]> wrote: It turns out all hard links will be deleted after user log off. The file system is: `type ncpfs (rw,nosuid,nodev)' as I am running Emacs on my Univ's server. Is there any reason to

Re: Image scroll issue

2007-01-04 Thread Kim F. Storm
Chris Moore <[EMAIL PROTECTED]> writes: > What else happens at 0.5 second intervals in Emacs that's not in > timer-list or timer-idle-list? Could you run it under GDB and break it a couple of times to see what happens (and particularly where the 0.5 seconds timeout is coming from). -- Kim F. S

Re: Executable deleted after first run

2007-01-04 Thread Leo
* Chris Moore (2007-01-04 10:45 +0100) said: ^^^ > On 1/4/07, Leo <[EMAIL PROTECTED]> wrote: > >> It turns out all hard links will be deleted after user log off. The >> file system is: `type ncpfs (rw,nosuid,nodev)' as I am running >> Emacs on my Univ's server. > >> Is there any reason to

Re: Executable deleted after first run

2007-01-04 Thread Chris Moore
On 1/4/07, Leo <[EMAIL PROTECTED]> wrote: It turns out all hard links will be deleted after user log off. The file system is: `type ncpfs (rw,nosuid,nodev)' as I am running Emacs on my Univ's server. Is there any reason to choose hard link over symbolic link? All regular files are hard link