From: Trastabuga
Subject: Newbie: switching between REPL and source in Slime
Date: 
Message-ID: <1137617908.373459.190610@g43g2000cwa.googlegroups.com>
Hi

Going to REPL from lisp source is done by C-c C-z.
Now that I finished with REPL, how can I jump back to source code using
some keys (with mouse it's easy :)?

Thank you,
Andrei

From: Florian Leitner
Subject: Re: Newbie: switching between REPL and source in Slime
Date: 
Message-ID: <89d86$43ceaf27$506d4c8c$13254@news.chello.at>
This is a multi-part message in MIME format.
--------------090503050201080908080209
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

hi andrei,

if you have split your frame into two visible buffer (which i assume is
the case because you write "with mouse it's easy"), to switch between
visible buffers, use "C-x o" (like 'other'). To switch between
non-visible buffers in the same frame, use "C-x b" (like 'buffer')and
then type (tab-completion!) the buffer you want to move to. Btw., a
good, so-called "GNU Emacs reference card" for the latest Version (21)
can be found at:

http://www.hpcc.uh.edu/usergroup/20050225/emacsreference.pdf

Trastabuga schrieb:
> Hi
> 
> Going to REPL from lisp source is done by C-c C-z.
> Now that I finished with REPL, how can I jump back to source code using
> some keys (with mouse it's easy :)?
> 
> Thank you,
> Andrei
> 

--------------090503050201080908080209
Content-Type: text/x-vcard; charset=utf-8;
 name="allthatstuff.vcf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="allthatstuff.vcf"

begin:vcard
fn:Florian Leitner
n:Leitner;Florian
org:Institute for Molecular Pathology;Eisenhaber Bioinformatics Group
adr:;;Dr.-Bohr-Gasse 7;Vienna;;1030;Austria
···························@gmx.net
x-mozilla-html:FALSE
url:http://mendel.imp.univie.ac.at
version:2.1
end:vcard


--------------090503050201080908080209--
From: David Trudgett
Subject: Re: Newbie: switching between REPL and source in Slime
Date: 
Message-ID: <m3r775c9k6.fsf@rr.trudgett>
Florian Leitner <············@gmx.net> writes:

> hi andrei,
>
> if you have split your frame into two visible buffer (which i assume is
> the case because you write "with mouse it's easy"), to switch between
> visible buffers, use "C-x o" (like 'other'). To switch between

Also, "C-x 0" while in the REPL half of the screen, will hide the REPL
window and you will be back in your code window full
screen. (Obviously, this assumes the usual case of REPL in one half of
the screen and code in the other half, as happens when you type "C-c
C-z")

If you're in the code window half of the screen, typing "C-x 1" will
make it full screen.


David



-- 

David Trudgett
http://www.zeta.org.au/~wpower/

Nothing in the world is more dangerous than sincere ignorance
and conscientious stupidity.

    -- Martin Luther King, Jr.
From: tichy
Subject: Re: Newbie: switching between REPL and source in Slime
Date: 
Message-ID: <dqmbcg$p05$1@nemesis.news.tpi.pl>
Trastabuga wrote:
> Hi
> 
> Going to REPL from lisp source is done by C-c C-z.
> Now that I finished with REPL, how can I jump back to source code using
> some keys (with mouse it's easy :)?

Hi.

Please read this: http://common-lisp.net/project/slime/doc/html/slime_37.html

Regards. Szymon.