> 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
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.
> 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
> Does this give good results?
Please don't install such a workaround. The problem is much more pervasive
than just debug.el and is trivially fixed by setting
display-buffer-reuse-frames to t.
> ! (if (and debugger-window
> ! (window-live-p debugger-window))
> !
> emacs -q
> If pop-up-frames is non-nil, each step (e.g. `d') in the debugger
> creates a new frame. This is crazy.
I think the only thing crazy about it is to set pop-up-frames to t while
keeping display-buffer-reuse-frames to nil. Such a setup will lead to the
above problem in many more situat
> 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 (decode_coding_string): Check CODING_FINISH_INTERRUPT.
> Anyway, I've just confir
> 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.
Testc
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 recurs
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
withou
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
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 d
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)
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
What this patch does is that it makes the dialog pop down for a click
in an Emacs window for Lesstif/Motif and Lucid only. We discussed
this before, this is not the way a dialog shall behave (as seen in
other GUI programs), and the code was explicitly changed to not pop
I will install your patch. Thanks.
___
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
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 2005
AUCTeX calls `read-file-name' (and consequently `x-file-dialog') with
the string "" 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 Windows.
The
$B%([EMAIL PROTECTED]"1|MM$H$N5U!{8r:]!"=c?h$JK\5$$NNx0&$r5a$a$kJ}!"(B
$B=O$J1|%5%^!"?'9aN)$Dhttp://live.livedear.com/?num=love
$B!!M6$o$l$k$?$a$KEPO?$J$5$l$F$$$k$N$GM6$$$d$9$$$O$:$G$9!#(B
[EMAIL PROTECTED]http://live.livedear.com/?num=love
-
$B%([EMAIL PROTECTED]"1|MM$H$N5U!{8r:]!"=c?h$JK\5$$NNx0&$r5a$a$kJ}!"(B
$B=O$J1|%5%^!"?'9aN)$Dhttp://live.livedear.com/?num=love
$B!!M6$o$l$k$?$a$KEPO?$J$5$l$F$$$k$N$GM6$$$d$9$$$O$:$G$9!#(B
[EMAIL PROTECTED]http://live.livedear.com/?num=love
-
The documentation of select-frame doesn't explain what the optional
argument 'no-enter' is for.
In GNU Emacs 22.0.50.1 (powerpc-apple-darwin7.9.0)
of 2005-06-04 on madonna - Aquamacs Distribution 0.9.2 beta-8
Distributor `Apple Computers' version (10 4 1) .
configured using `configure '--w
Title: PayPal update
Dear
PayPal member,
Due to recent activity, including possible
unauthorise
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
bec
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.
In GNU
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, Octag
> 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
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
26 matches
Mail list logo