Go Back   Rhinocerus > Newsgroup > Newsgroup comp.lang.lisp

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 03-09-2010, 08:05 PM
Slobodan Blazeski
Guest
 
Posts: n/a
Default Using SLIME as an IDE

Three weeks ago I wiped out the XP installation on my laptop and
installed ubuntu 9.10. I've run ubuntu in the past mostly as dual boot
or as a virtual machine so I'm not a complete newbie. Now I'm using
slime and getting friendlier with Emacs everyday Ctrl+X , 3 is my
favourite. However there is one thing that I lack which really
bothers me. That is being unable to see the asdf project file
structure. I really need to visually see all the files on the left
side of the screen and if possible click on them. Is there anything
that could do something similar with SLIME or some other hack that
will help me.

Slobodan
http://slobodanblazeski.blogspot.com
Reply With Quote
Alt Today
Advertising
 
and become member of Rhinocerus
Standard Sponsored Links

  #2 (permalink)  
Old 03-09-2010, 08:37 PM
John Thingstad
Guest
 
Posts: n/a
Default Re: Using SLIME as an IDE

The Tue, 09 Mar 2010 13:05:18 -0800, Slobodan Blazeski wrote:

> Three weeks ago I wiped out the XP installation on my laptop and
> installed ubuntu 9.10. I've run ubuntu in the past mostly as dual boot
> or as a virtual machine so I'm not a complete newbie. Now I'm using
> slime and getting friendlier with Emacs everyday Ctrl+X , 3 is my
> favourite. However there is one thing that I lack which really bothers
> me. That is being unable to see the asdf project file structure. I
> really need to visually see all the files on the left side of the screen
> and if possible click on them. Is there anything that could do something
> similar with SLIME or some other hack that will help me.
>
> Slobodan
> http://slobodanblazeski.blogspot.com


Not that I am aware. But lispworks has this. Perhaps you can get some
ideas from this.



--
John Thingstad
Reply With Quote
  #3 (permalink)  
Old 03-09-2010, 10:09 PM
Juanjo
Guest
 
Posts: n/a
Default Re: Using SLIME as an IDE

On Mar 9, 10:05*pm, Slobodan Blazeski <slobodan.blaze...@gmail.com>
wrote:
> being *unable to see the asdf project file
> structure. I really need to visually see all the files on the left
> side of the screen and if possible click on them.


Do you know speedbar? M-x speedbar shows a navigation panel that lets
you travel through the directories of your project, opening files.
Some IDE extensions (CEDET) hack on top of speedbar introducing
project-wise navigation. It would be a nice addition for slime, if
that does not exist already.

Juanjo
Reply With Quote
  #4 (permalink)  
Old 03-10-2010, 06:35 AM
Tim X
Guest
 
Posts: n/a
Default Re: Using SLIME as an IDE

Slobodan Blazeski <slobodan.blazeski@gmail.com> writes:

> Three weeks ago I wiped out the XP installation on my laptop and
> installed ubuntu 9.10. I've run ubuntu in the past mostly as dual boot
> or as a virtual machine so I'm not a complete newbie. Now I'm using
> slime and getting friendlier with Emacs everyday Ctrl+X , 3 is my
> favourite. However there is one thing that I lack which really
> bothers me. That is being unable to see the asdf project file
> structure. I really need to visually see all the files on the left
> side of the screen and if possible click on them. Is there anything
> that could do something similar with SLIME or some other hack that
> will help me.
>


Have a look at emacs 'speedbar'. It may not do exactly what you want out
of the box, but I'm pretty confident you would be able to configure it
to meet your needs. Essentially, it provides a narrow window that can
display data in a form of tree. The data can be files, tags, etc. Under
X it pops up as a window in its own frame, so you can position it where
you want. Clicking on the file can then open the file in a buffer or if
its a tags list, jump to that position in the source file etc.

If you go to the emacs wiki, you should be able to find more detailed
discussion and examples of how you can configure it etc.

http://www.emacswiki.org/

Note also that the latest dev version of emacs also now bundles the
CEDET tools and while I don't think CEDET has any existing configuration
for working with CL, it does provide some frameworks that may be useful
editions for setting up an even more powerful CL IDE

--
Tim

tcross (at) rapttech dot com dot au
Reply With Quote
  #5 (permalink)  
Old 03-10-2010, 04:49 PM
Slobodan Blazeski
Guest
 
Posts: n/a
Default Emacs speedbar doesn't show .lisp and .asd files

On Mar 10, 12:09*am, Juanjo <juanjose.garciarip...@googlemail.com>
wrote:
> On Mar 9, 10:05*pm, Slobodan Blazeski <slobodan.blaze...@gmail.com>
> wrote:
>
> > being *unable to see the asdf project file
> > structure. I really need to visually see all the files on the left
> > side of the screen and if possible click on them.

>
> Do you know speedbar? M-x speedbar shows a navigation panel that lets
> you travel through the directories of your project, opening files.
> Some IDE extensions (CEDET) hack on top of speedbar introducing
> project-wise navigation. It would be a nice addition for slime, if
> that does not exist already.
>
> Juanjo


Great just what I need. Many many thanks.

Slobodan



Reply With Quote
  #6 (permalink)  
Old 03-10-2010, 04:50 PM
Slobodan Blazeski
Guest
 
Posts: n/a
Default Solved Re: Emacs speedbar doesn't show .lisp and .asd files

On Mar 10, 6:49*pm, Slobodan Blazeski <slobodan.blaze...@gmail.com>
wrote:
> On Mar 10, 12:09*am, Juanjo <juanjose.garciarip...@googlemail.com>
> wrote:
>
> > On Mar 9, 10:05*pm, Slobodan Blazeski <slobodan.blaze...@gmail.com>
> > wrote:

>
> > > being *unable to see the asdf project file
> > > structure. I really need to visually see all the files on the left
> > > side of the screen and if possible click on them.

>
> > Do you know speedbar? M-x speedbar shows a navigation panel that lets
> > you travel through the directories of your project, opening files.
> > Some IDE extensions (CEDET) hack on top of speedbar introducing
> > project-wise navigation. It would be a nice addition for slime, if
> > that does not exist already.

>
> > Juanjo

>
> Great just what I need. Many many thanks.
>
> Slobodan

I forgot to change the subject I needed just to mark show all files in
order to see the .lisp files.


Slobodan
Reply With Quote
 
Reply

Popular Tags in the Forum
ide, slime

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Slime with Squeeze? Norbert_Paul Newsgroup comp.lang.lisp 4 02-24-2010 09:07 AM
SLIME, EMACS, and configuration ccc31807 Newsgroup comp.lang.lisp 6 02-12-2010 11:31 PM
Error when posting on slime newsgroup Cecil Westerhof Newsgroup comp.lang.lisp 2 01-02-2010 11:18 AM
slime question: sldb-mode slime-goto-source broken? jrwats Newsgroup comp.lang.lisp 1 10-17-2009 01:37 PM
SLIME C-c C-k causes name-conflicts zoav1602 Newsgroup comp.lang.lisp 6 06-18-2009 09:33 AM



All times are GMT. The time now is 06:48 PM.


Copyright ©2009

LinkBacks Enabled by vBSEO 3.3.0 RC2 © 2009, Crawlability, Inc.