Re: Parens Matching
- From: Pascal Bourguignon <pjb@xxxxxxxxxxxxxxxxx>
- Date: Sun, 30 Mar 2008 18:06:27 +0200
dstein64 <DStein64@xxxxxxxxx> writes:
I am still new to emacs and Common Lisp, so this may be a trivial
question. When I am working in SLIME, I typically have 2 buffers, one
for the REPL, and one for editing code. When a function is small, and
I close a parenthesis, emacs quickly flashes the corresponding
parenthesis that is being closed. However, when a function is very
long, I can not see what open parenthesis corresponds to the closed
parenthesis I just typed. This is because it is above what is viewable
on the screen. How should I deal with this? Is there any key binding
in SLIME that allows me to quickly flash the corresponding open paren
that I am working in? Thanks.
If you cannot see the opening parenthesis, it means your function is
way too big. Factorize! Abstract away!
--
__Pascal Bourguignon__ http://www.informatimago.com/
READ THIS BEFORE OPENING PACKAGE: According to certain suggested
versions of the Grand Unified Theory, the primary particles
constituting this product may decay to nothingness within the next
four hundred million years.
.
- References:
- Parens Matching
- From: dstein64
- Parens Matching
- Prev by Date: Re: Parens Matching
- Next by Date: Re: Parens Matching
- Previous by thread: Re: Parens Matching
- Next by thread: Re: Parens Matching
- Index(es):
Relevant Pages
|