bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strange error caused by post-command-hook.


From: ishikawa
Subject: Re: Strange error caused by post-command-hook.
Date: Thu, 12 Jul 2007 17:00:56 +0900
User-agent: Thunderbird 1.5.0.12 (X11/20070509)

Dear Martin Rudalics,

Thank you for the additional information.

I am now trying to figure out where minibuffer-setup-hook is set.
Things get quite interesting. It seems that there are certainly more
references to minibuffer-setup-hook than to post-command-hook, etc..

I need to refresh my knowledge of edebug now.

Thank you again.

Chiaki Ishikawa

martin rudalics wrote:
 > I tried the following mods to record what is inside post-command-hook.
 > But this is too verbose and I wonder if there is a way to
 > record the output of Fmessage() only to *Message* file
 > instead of showing it to the minibuffer.

My previous suggestions were rather silly.  The bug should occur with
`minibuffer-setup-hook', that is, within `minibuffer-with-setup-hook'.
You'd have to identify an object in your .emacs that causes
`minibuffer-setup-hook' to add a function to `post-command-hook' that's
triggering the bug, likely somewhere within `find-file-read-args'.
Could you try to edebug the latter?








reply via email to

[Prev in Thread] Current Thread [Next in Thread]