all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Speedbar question
@ 2003-03-20 16:57 John Wilde
  2003-03-20 19:39 ` Eric Ludlam
  0 siblings, 1 reply; 21+ 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] 21+ 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; 21+ 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] 21+ messages in thread
* Speedbar question
@ 2007-10-10 13:30 Ke Lu
  0 siblings, 0 replies; 21+ 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] 21+ messages in thread
* Re: Tracing what is loading
@ 2008-12-07  9:58 Juanma Barranquero
  2008-12-07 11:22 ` speedbar question Maindoor
  0 siblings, 1 reply; 21+ messages in thread
From: Juanma Barranquero @ 2008-12-07  9:58 UTC (permalink / raw)
  To: Harry Putnam; +Cc: help-gnu-emacs

On Sun, Dec 7, 2008 at 00:34, Harry Putnam <reader@newsguy.com> wrote:

> ;;[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.

That will skip calls to Fload from C code (defadvice does not work for
calls from C).

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

Not necessarily simpler. If you want to do that on a permanent basis,
you can add code to Fload to show a message. If it is just once for
some debugging, you can use the trace facilities of GDB.

    Juanma




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

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

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-20 16:57 Speedbar question 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
  -- strict thread matches above, loose matches on Subject: below --
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
2007-10-10 13:30 Ke Lu
2008-12-07  9:58 Tracing what is loading 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  5:46         ` Maindoor

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.