all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Tracing what is loading
@ 2008-12-07  0:34 Harry Putnam
  2008-12-07  9:58 ` Juanma Barranquero
  0 siblings, 1 reply; 28+ messages in thread
From: Harry Putnam @ 2008-12-07  0:34 UTC (permalink / raw)
  To: help-gnu-emacs

I hope I've used good judgement here.  I'm running 23 but the question
is so basic I thought better to keep the line noise off the devel list
and ask here.

How can I ensure that some specific code of my choosing is loaded at
the earliest possible point when emacs starts.

What I want to do is load something like this:

;;[Tip from Kai G] make loaded files give a message
 (defadvice load (before debug-log activate)
(message "Now loading: %s" (locate-library (ad-get-arg 0))))

That will tell exactly what is loading and in what order.

Maybe there is a better or hopefully simpler way like possibly
compiling something directly into the binary when it is compiled.





^ permalink raw reply	[flat|nested] 28+ messages in thread
* Speedbar question
@ 2007-10-10 13:30 Ke Lu
  0 siblings, 0 replies; 28+ messages in thread
From: Ke Lu @ 2007-10-10 13:30 UTC (permalink / raw)
  To: help-gnu-emacs

When I press space key speedbar-toggle-line-expansion at a java file,
It expand and show classes,imports and packages which looks like following.
          [-] ActionDispatcherExample.java
            +> ActionDispatcherExample{}
           {+} Imports
            => org.apache.struts.webapp.dispatch

When I press space key speedbar-toggle-line-expansion at class,
It expand and show veriables and methods.
          [-] ActionDispatcherExample.java
            -> ActionDispatcherExample{}
            {+} Variables
            {+} Methods
           {+} Imports
            => org.apache.struts.webapp.dispatch

When I press space key speedbar-toggle-line-expansion at methods,
It expand and show methods which I realy want to see.
          [-] ActionDispatcherExample.java
            -> ActionDispatcherExample{}
            {+} Variables
            {-} Methods
              +> execute()
              +> doFoo()
              +> doBar()
           {+} Imports
            => org.apache.struts.webapp.dispatch

Is there any way to expand until fuctions  when I
press space key speedbar-toggle-line-expansion at a java file?

^ permalink raw reply	[flat|nested] 28+ messages in thread
* Speedbar question
@ 2005-02-11 20:39 Javier Oviedo
  2005-02-12 11:09 ` Eli Zaretskii
                   ` (2 more replies)
  0 siblings, 3 replies; 28+ messages in thread
From: Javier Oviedo @ 2005-02-11 20:39 UTC (permalink / raw)


Hello all.

I just started using speedbar and like it very much, but I have found one
rather annoying behavior(or at least I think so). When I click on a file in
the speedbar window, in order to open it in the main frame, the mouse
pointer gets automatically moved to the top right corner of my emacs frame.
Why does this happen? Is there a way to disable this feature? I would like
the mouse pointer to remain exactly where it was when I clicked on the file
name.

Any help? Thoughts?

Thanks!

-- 
Javier

^ permalink raw reply	[flat|nested] 28+ messages in thread
* Speedbar question
@ 2003-03-20 16:57 John Wilde
  2003-03-20 19:39 ` Eric Ludlam
  0 siblings, 1 reply; 28+ messages in thread
From: John Wilde @ 2003-03-20 16:57 UTC (permalink / raw)


I would like to use the speedbar for a custom file type and define a
regular expression that determines the line in the file to jump to.  i
am able to run etags to create the TAGS file that I want, but how do I
make this work with speedbar so that it will expand into a list?
(Like, for example, the way functions are listed when a .cpp file is
opened)

thank you!

-john

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

end of thread, other threads:[~2008-12-08  7:11 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-07  0:34 Tracing what is loading Harry Putnam
2008-12-07  9:58 ` Juanma Barranquero
2008-12-07 11:22   ` speedbar question Maindoor
2008-12-07 15:21     ` Drew Adams
2008-12-07 15:34       ` Maindoor
2008-12-07 17:10         ` Drew Adams
2008-12-08  5:42           ` Maindoor
2008-12-08  7:06             ` Speedbar is messed up Maindoor
2008-12-08  7:11               ` Maindoor
2008-12-08  5:46           ` speedbar question Maindoor
2008-12-07 23:09   ` Tracing what is loading Harry Putnam
2008-12-08  0:41     ` Juanma Barranquero
2008-12-08  4:46       ` Harry Putnam
  -- strict thread matches above, loose matches on Subject: below --
2007-10-10 13:30 Speedbar question Ke Lu
2005-02-11 20:39 Javier Oviedo
2005-02-12 11:09 ` Eli Zaretskii
     [not found] ` <mailman.1861.1108208577.2841.help-gnu-emacs@gnu.org>
2005-02-14 15:30   ` Javier Oviedo
2005-02-14 21:33 ` Eric Ludlam
2005-02-15 18:34   ` Javier Oviedo
2005-02-15 20:54   ` Javier Oviedo
2003-03-20 16:57 John Wilde
2003-03-20 19:39 ` Eric Ludlam
2003-03-21 16:03   ` John Wilde
2003-03-24 14:00     ` Eric Ludlam
2003-03-25  1:03       ` John Wilde
2003-03-25 10:45         ` Kai Großjohann
2003-03-25 15:14         ` Kevin Rodgers
2003-03-25 19:40           ` John Wilde

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.