Re: Loop in coding.c (was: Re: its possible to make emacs not respond with ido mode)

2005-06-05 Thread Kenichi Handa
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Kim F. Storm) writes: Handa-san, can you pls. verify the patch below. Stefan Monnier [EMAIL PROTECTED] writes: - This is annoying and time consuming, so i press c-g. However, ido doesnt stop looking, so I get annoyed and press c-g several

Re: yes-or-no-p menu

2005-06-05 Thread YAMAMOTO Mitsuharu
On Sat, 4 Jun 2005 09:04:02 +0200, jhd [EMAIL PROTECTED] said: But I would also like C-g to do a quit as it does on X11, but I could not find a way to make PopUpMenuSelect return and pop down the menu form within an event handler function. Anybody knows how to do that? Installing a Carbon

CURSOS DE SOCORRISTA INTERNACIONAL

2005-06-05 Thread cursosderesgate
A RESGATE TREINAMENTOS é a agência de treinamento autorizada no estado do Espirito Santo pela Rescue Training International, para ministrar os cursos do National Safety Council. - instituição sem fins lucrativos criada por um ato do Congresso dos Estados Unidos da América, Lei número 259,

OS X: mouse wheel on powerbooks broken, Option modifier

2005-06-05 Thread David Reitter
Forwarding this with a subject line. I can confirm both bugs. --- Howard Melman: I'm using Aquamacs 0.9.2b5 on a new G4 PowerBook running 10.4.1. I find that Option-u doesn't generate a M-u key sequence and therefore doesn't run uppercase-word. I say it doesn't generate a key sequence

PayPal - Webform update information

2005-06-05 Thread PayPal.com
Title: PayPal update Dear PayPal member, Due to recent activity, including possible

$BBg?M$NJ}$X(B

2005-06-05 Thread info
$B%([EMAIL PROTECTED]1|MM$H$N5U!{8r:]!=c?h$JK\5$$NNx0$r5a$a$kJ}!(B $B=O$J1|%5%^!?'9aN)$Dc:J$O$b$A$m$s!F|K\Cf$N4{:'[EMAIL PROTECTED],ITNQ8r:](B $BAjj$r5a$a$FEv%5%$%H$r$4MxMQ$5$l$F$*$j$^$9!#(B $B---(B $B!!(Bhttp://live.livedear.com/?num=love

$BBg?M$NJ}$X(B

2005-06-05 Thread info
$B%([EMAIL PROTECTED]1|MM$H$N5U!{8r:]!=c?h$JK\5$$NNx0$r5a$a$kJ}!(B $B=O$J1|%5%^!?'9aN)$Dc:J$O$b$A$m$s!F|K\Cf$N4{:'[EMAIL PROTECTED],ITNQ8r:](B $BAjj$r5a$a$FEv%5%$%H$r$4MxMQ$5$l$F$*$j$^$9!#(B $B---(B $B!!(Bhttp://live.livedear.com/?num=love

Loop in x-file-dialog under MS Windows

2005-06-05 Thread Ralf Angeli
AUCTeX calls `read-file-name' (and consequently `x-file-dialog') with the string default as argument for the default file name. We have various reports where this call, when invoked from a menu, led to a loop which made Emacs unresponsive until `C-g' was typed. This happens only under MS

Re: [make-mode.el] Multi-line font locking not working correctly

2005-06-05 Thread Richard Stallman
I think the only feasible fix for this problem is to turn off the new feature of highlighting the value assigned to the make macro, and go back to highlighting only the macro name. It is sort of unfortunate, but I don't know how to fix it any better than this. *** make-mode.el03 Jun

Re: [make-mode.el] Infinite loop

2005-06-05 Thread Richard Stallman
Suppose you have a Makefile with the following contents: FOO = bar \ xxx/xxx.xx xxx/xxx.xx If you put the cursor at the start of the second line and type `M-: (looking-at makefile-dependency-regex) RET' Emacs will enter an infinite loop. I tried this. It was not

Re: info completion shows too many results

2005-06-05 Thread Richard Stallman
Does this fix the problem? *** info.el 28 May 2005 07:54:19 -0400 1.428 --- info.el 05 Jun 2005 13:31:18 -0400 *** *** 1379,1384 --- 1379,1421 (defvar Info-read-node-completion-table) + (defun Info-read-node-name-2 (string path-and-suffixes action)

Re: debugger with pop-up-frames non-nil: keeps creating new frames

2005-06-05 Thread Richard Stallman
Does this give good results? *** debug.el29 Mar 2005 12:47:37 -0500 1.79 --- debug.el05 Jun 2005 14:06:22 -0400 *** *** 97,102 --- 97,107 This variable is used by `debugger-jump', `debugger-step-through', and `debugger-reenable' to temporarily disable

Re: Crash when visiting source file

2005-06-05 Thread Richard Stallman
Eli sent you some suggestions for how to proceed in debugging this. Is there any progress? And does the bug still happen? ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: [EMAIL PROTECTED]: Selecting region setting point with mouse at left border]

2005-06-05 Thread Kim F. Storm
Richard Stallman [EMAIL PROTECTED] writes: Will you be able to investigate this bug report? I have tried to reproduce it on GNU/Linux, but it works for me. I tried with the variable-pitch face, on a line with a ' as the first character on a line -- and I can select it with the mouse without

Re: Crash when visiting source file

2005-06-05 Thread Steven T. Hatton
On Sunday 05 June 2005 16:26, Richard Stallman wrote: Eli sent you some suggestions for how to proceed in debugging this. Is there any progress? And does the bug still happen? I can try to get some more out of GDB, but I really think the problem is that EDE is blowing the stack with a

Re: after-change-functions called when menu action

2005-06-05 Thread Stefan Monnier
The hooks in after-change-functions seem to be called even when I just open a menu from the menu bar with the mouse (before even selecting a menu item!). Clearly, no change has been made to the buffer in such a situation. I think that after-change-functions shouldn't be called.

Re: [make-mode.el] Multi-line font locking not working correctly

2005-06-05 Thread Stefan Monnier
I think the only feasible fix for this problem is to turn off the new feature of highlighting the value assigned to the make macro, and go back to highlighting only the macro name. Yes, please. It is sort of unfortunate, but I don't know how to fix it any better than this. I don't find it

Re: Loop in coding.c

2005-06-05 Thread Kenichi Handa
In article [EMAIL PROTECTED], Stefan Monnier [EMAIL PROTECTED] writes: Yes, the patch is correct. But, it's strange. I remember I installed something like that long ago. And, ChangeLog surely has this entry. 2004-06-11 Kenichi Handa [EMAIL PROTECTED] * coding.c

Re: Crash when visiting source file

2005-06-05 Thread Eli Zaretskii
From: Steven T. Hatton [EMAIL PROTECTED] Date: Sun, 5 Jun 2005 18:05:03 -0400 Cc: emacs-pretest-bug@gnu.org I can try to get some more out of GDB, but I really think the problem is that EDE is blowing the stack with a recursive call. To see if this is the case, compare inside GDB the