all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* debug messages in mini-buffer
@ 2004-01-26 21:48 Jeffery B. Rancier
  2004-01-26 22:44 ` Jeffery B. Rancier
  0 siblings, 1 reply; 6+ messages in thread
From: Jeffery B. Rancier @ 2004-01-26 21:48 UTC (permalink / raw)


I get some form of debug messages in mini-buffer when performing
certain actions, e.g.,

,----
| (iconify-frame (#<frame jbr-keys.el 0x14dc800\ >))
| (make-frame-visible (#<frame jbr-keys.el 0x14dc800\ >))
`----

Anyone know what might be causing this?  What I can search for in my elisp?

-- 
Thanks,
Jeff

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: debug messages in mini-buffer
  2004-01-26 21:48 debug messages in mini-buffer Jeffery B. Rancier
@ 2004-01-26 22:44 ` Jeffery B. Rancier
  0 siblings, 0 replies; 6+ messages in thread
From: Jeffery B. Rancier @ 2004-01-26 22:44 UTC (permalink / raw)


jeff.rancier@softechnics.com (Jeffery B. Rancier) writes:

> I get some form of debug messages in mini-buffer when performing
> certain actions, e.g.,
>
> ,----
> | (iconify-frame (#<frame jbr-keys.el 0x14dc800\ >))
> | (make-frame-visible (#<frame jbr-keys.el 0x14dc800\ >))
> `----
>
> Anyone know what might be causing this?  What I can search for in my elisp?

I suppose my version would help:

GNU Emacs 21.3.1 (i386-msvc-nt5.1.2600) of 2003-03-27 on buffy

on Windows XP.

-- 
Thanks,
Jeff

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: debug messages in mini-buffer
       [not found] <mailman.1396.1075155267.928.help-gnu-emacs@gnu.org>
@ 2004-01-31 20:20 ` Kai Grossjohann
  2004-02-04 18:21   ` Jeffery B. Rancier
       [not found]   ` <mailman.1895.1075918940.928.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Kai Grossjohann @ 2004-01-31 20:20 UTC (permalink / raw)


jeff.rancier@softechnics.com (Jeffery B. Rancier) writes:

> I get some form of debug messages in mini-buffer when performing
> certain actions, e.g.,
>
> ,----
> | (iconify-frame (#<frame jbr-keys.el 0x14dc800\ >))
> | (make-frame-visible (#<frame jbr-keys.el 0x14dc800\ >))
> `----
>
> Anyone know what might be causing this?  What I can search for in my
> elisp?

Looks like speedbar.  I had a patch once to turn these messages off.  
IMHO these messages should be off unless debugging is specifically
requested (or in developer releases).

Kai

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: debug messages in mini-buffer
  2004-01-31 20:20 ` Kai Grossjohann
@ 2004-02-04 18:21   ` Jeffery B. Rancier
       [not found]   ` <mailman.1895.1075918940.928.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 6+ messages in thread
From: Jeffery B. Rancier @ 2004-02-04 18:21 UTC (permalink / raw)


Kai Grossjohann <kai@emptydomain.de> writes:

> jeff.rancier@softechnics.com (Jeffery B. Rancier) writes:
>
>> I get some form of debug messages in mini-buffer when performing
>> certain actions, e.g.,
>>
>> ,----
>> | (iconify-frame (#<frame jbr-keys.el 0x14dc800\ >))
>> | (make-frame-visible (#<frame jbr-keys.el 0x14dc800\ >))
>> `----
>>
>> Anyone know what might be causing this?  What I can search for in my
>> elisp?
>
> Looks like speedbar.  I had a patch once to turn these messages off.  
> IMHO these messages should be off unless debugging is specifically
> requested (or in developer releases).

That's curious.  I don't use speedbar.
-- 
Jeff

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: debug messages in mini-buffer
       [not found]   ` <mailman.1895.1075918940.928.help-gnu-emacs@gnu.org>
@ 2004-02-05  9:36     ` Kai Grossjohann
  2004-02-06 17:07       ` Jeffery B. Rancier
  0 siblings, 1 reply; 6+ messages in thread
From: Kai Grossjohann @ 2004-02-05  9:36 UTC (permalink / raw)


jeff.rancier@softechnics.com (Jeffery B. Rancier) writes:

> That's curious.  I don't use speedbar.

Hm.  Or was it semantic?

Kai

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: debug messages in mini-buffer
  2004-02-05  9:36     ` Kai Grossjohann
@ 2004-02-06 17:07       ` Jeffery B. Rancier
  0 siblings, 0 replies; 6+ messages in thread
From: Jeffery B. Rancier @ 2004-02-06 17:07 UTC (permalink / raw)


Kai Grossjohann <kai@emptydomain.de> writes:

> jeff.rancier@softechnics.com (Jeffery B. Rancier) writes:
>
>> That's curious.  I don't use speedbar.
>
> Hm.  Or was it semantic?

My bad, I see ECB loads it, so I'm sure you're right.

,----
| ECB 2.11 uses semantic 1.4.4, eieio 0.17 and speedbar 0.14beta4.
`----


-- 
Thanks,
Jeff

,----
| Jeffery B. Rancier
| 
| Softechnics
| a METTLER TOLEDO company
`----

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-02-06 17:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-26 21:48 debug messages in mini-buffer Jeffery B. Rancier
2004-01-26 22:44 ` Jeffery B. Rancier
     [not found] <mailman.1396.1075155267.928.help-gnu-emacs@gnu.org>
2004-01-31 20:20 ` Kai Grossjohann
2004-02-04 18:21   ` Jeffery B. Rancier
     [not found]   ` <mailman.1895.1075918940.928.help-gnu-emacs@gnu.org>
2004-02-05  9:36     ` Kai Grossjohann
2004-02-06 17:07       ` Jeffery B. Rancier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.