* {}-block matching in minibuffer
@ 2005-07-25 12:25 Marc Tfardy
2005-07-25 15:15 ` Johan Bockgård
0 siblings, 1 reply; 9+ messages in thread
From: Marc Tfardy @ 2005-07-25 12:25 UTC (permalink / raw)
Hi,
I use c-mode often and I have often very long if-blocks,
so when I close if-block with '}' I can't see the flashing
beginnig-} because it is not visible on the screen.
I know, there ist a method to say Emacs, it should display
the line with beginning-{ in minibufer when I close the
block, but I don't know how. Could someone give me one
hint? Thanks!
regards
Marc
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: {}-block matching in minibuffer
2005-07-25 12:25 {}-block matching in minibuffer Marc Tfardy
@ 2005-07-25 15:15 ` Johan Bockgård
2005-07-25 17:58 ` Marc Tfardy
0 siblings, 1 reply; 9+ messages in thread
From: Johan Bockgård @ 2005-07-25 15:15 UTC (permalink / raw)
Marc Tfardy <m-t-o___CUT_IT___@web.de> writes:
> I use c-mode often and I have often very long if-blocks, so when I
> close if-block with '}' I can't see the flashing beginnig-} because
> it is not visible on the screen. I know, there ist a method to say
> Emacs, it should display the line with beginning-{ in minibufer when
> I close the block, but I don't know how. Could someone give me one
> hint? Thanks!
Hint: The same question was asked here (gnu.emacs.help) 3 days ago.
--
Johan Bockgård
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: {}-block matching in minibuffer
2005-07-25 15:15 ` Johan Bockgård
@ 2005-07-25 17:58 ` Marc Tfardy
2005-07-25 18:00 ` Klaus Berndl
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Marc Tfardy @ 2005-07-25 17:58 UTC (permalink / raw)
Johan Bockgård wrote:
> Marc Tfardy <m-t-o___CUT_IT___@web.de> writes:
>
>
>>I use c-mode often and I have often very long if-blocks, so when I
>>close if-block with '}' I can't see the flashing beginnig-} because
>>it is not visible on the screen. I know, there ist a method to say
>>Emacs, it should display the line with beginning-{ in minibufer when
>>I close the block, but I don't know how. Could someone give me one
>>hint? Thanks!
>
>
> Hint: The same question was asked here (gnu.emacs.help) 3 days ago.
Thanks for this hint! I found thread you mean ("matching
parenthesis").
In my emacs (21.3.1) directory was no file mic-paren.el, so I downloaded
it from http://user.it.uu.se/~mic/emacs.html and everything works fine!
Thanks again!
Which surprises me - many years ago this matching parenthesis over
screen limits is allready functioned and I had nothing to install.
Strangely...
regards
Marc
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: {}-block matching in minibuffer
2005-07-25 17:58 ` Marc Tfardy
@ 2005-07-25 18:00 ` Klaus Berndl
2005-07-25 18:19 ` Marc Tfardy
2005-07-26 15:48 ` Emilio Lopes
[not found] ` <mailman.1778.1122394095.20277.help-gnu-emacs@gnu.org>
2 siblings, 1 reply; 9+ messages in thread
From: Klaus Berndl @ 2005-07-25 18:00 UTC (permalink / raw)
On Mon, 25 Jul 2005, Marc Tfardy wrote:
> Johan Bockgård wrote:
> > Marc Tfardy <m-t-o___CUT_IT___@web.de> writes:
> >
> >>I use c-mode often and I have often very long if-blocks, so when I
> >>close if-block with '}' I can't see the flashing beginnig-} because
> >>it is not visible on the screen. I know, there ist a method to say
> >>Emacs, it should display the line with beginning-{ in minibufer when
> >>I close the block, but I don't know how. Could someone give me one
> >>hint? Thanks!
> > Hint: The same question was asked here (gnu.emacs.help) 3 days ago.
>
> Thanks for this hint! I found thread you mean ("matching
> parenthesis").
> In my emacs (21.3.1) directory was no file mic-paren.el, so I downloaded
> it from http://user.it.uu.se/~mic/emacs.html and everything works fine!
> Thanks again!
This version is fully outdated!!
Please go to the Emacs Wiki and download the current version:
It can be obtained from the packages-site of Emacs Wiki:
http://www.emacswiki.org/elisp/index.html.
Go down the list and find a current mic-paren.el. Much smarter than what you
have downloaded and fixes some bugs.
Ciao,
Klaus
> Which surprises me - many years ago this matching parenthesis over
> screen limits is allready functioned and I had nothing to install.
> Strangely...
>
> regards
>
> Marc
--
Klaus Berndl mailto: klaus.berndl@sdm.de
sd&m AG http://www.sdm.de
software design & management
Carl-Wery-Str. 42, 81739 Muenchen, Germany
Tel +49 89 63812-392, Fax -220
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: {}-block matching in minibuffer
2005-07-25 18:00 ` Klaus Berndl
@ 2005-07-25 18:19 ` Marc Tfardy
2005-07-28 13:52 ` Klaus Berndl
0 siblings, 1 reply; 9+ messages in thread
From: Marc Tfardy @ 2005-07-25 18:19 UTC (permalink / raw)
Klaus Berndl wrote:
> On Mon, 25 Jul 2005, Marc Tfardy wrote:
>
>
>> Johan Bockgård wrote:
>>
>>>Marc Tfardy <m-t-o___CUT_IT___@web.de> writes:
>>>
>>>
>>>>I use c-mode often and I have often very long if-blocks, so when I
>>>>close if-block with '}' I can't see the flashing beginnig-} because
>>>>it is not visible on the screen. I know, there ist a method to say
>>>>Emacs, it should display the line with beginning-{ in minibufer when
>>>>I close the block, but I don't know how. Could someone give me one
>>>>hint? Thanks!
>>>
>>>Hint: The same question was asked here (gnu.emacs.help) 3 days ago.
>>
>>
>> Thanks for this hint! I found thread you mean ("matching
>> parenthesis").
>> In my emacs (21.3.1) directory was no file mic-paren.el, so I downloaded
>> it from http://user.it.uu.se/~mic/emacs.html and everything works fine!
>> Thanks again!
>
>
> This version is fully outdated!!
>
> Please go to the Emacs Wiki and download the current version:
>
> It can be obtained from the packages-site of Emacs Wiki:
> http://www.emacswiki.org/elisp/index.html.
>
> Go down the list and find a current mic-paren.el. Much smarter than what you
> have downloaded and fixes some bugs.
Yes, I found this link already in "matching parenthesis", but
unfortunately I get:
Access forbidden!
You don't have permission to access the requested object. It is either
read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
But I will try later.
regards
Marc
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: {}-block matching in minibuffer
2005-07-25 18:19 ` Marc Tfardy
@ 2005-07-28 13:52 ` Klaus Berndl
2005-07-28 21:32 ` Marc Tfardy
0 siblings, 1 reply; 9+ messages in thread
From: Klaus Berndl @ 2005-07-28 13:52 UTC (permalink / raw)
i just tried the download - has worked very well...
Klaus
On Mon, 25 Jul 2005, Marc Tfardy wrote:
> Klaus Berndl wrote:
> > On Mon, 25 Jul 2005, Marc Tfardy wrote:
> >
> >> Johan Bockgård wrote:
> >>
> >>>Marc Tfardy <m-t-o___CUT_IT___@web.de> writes:
> >>>
> >>>
> >>>>I use c-mode often and I have often very long if-blocks, so when I
> >>>>close if-block with '}' I can't see the flashing beginnig-} because
> >>>>it is not visible on the screen. I know, there ist a method to say
> >>>>Emacs, it should display the line with beginning-{ in minibufer when
> >>>>I close the block, but I don't know how. Could someone give me one
> >>>>hint? Thanks!
> >>>
> >>>Hint: The same question was asked here (gnu.emacs.help) 3 days ago.
> >>
> >> Thanks for this hint! I found thread you mean ("matching
> >> parenthesis").
> >> In my emacs (21.3.1) directory was no file mic-paren.el, so I downloaded
> >> it from http://user.it.uu.se/~mic/emacs.html and everything works fine!
> >> Thanks again!
> > This version is fully outdated!!
> > Please go to the Emacs Wiki and download the current version:
> > It can be obtained from the packages-site of Emacs Wiki:
> > http://www.emacswiki.org/elisp/index.html.
> > Go down the list and find a current mic-paren.el. Much smarter than
> > what you
> > have downloaded and fixes some bugs.
>
> Yes, I found this link already in "matching parenthesis", but
> unfortunately I get:
>
> Access forbidden!
>
> You don't have permission to access the requested object. It is either
> read-protected or not readable by the server.
>
> If you think this is a server error, please contact the webmaster.
> Error 403
>
>
> But I will try later.
>
> regards
>
> Marc
--
Klaus Berndl mailto: klaus.berndl@sdm.de
sd&m AG http://www.sdm.de
software design & management
Carl-Wery-Str. 42, 81739 Muenchen, Germany
Tel +49 89 63812-392, Fax -220
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: {}-block matching in minibuffer
2005-07-25 17:58 ` Marc Tfardy
2005-07-25 18:00 ` Klaus Berndl
@ 2005-07-26 15:48 ` Emilio Lopes
[not found] ` <mailman.1778.1122394095.20277.help-gnu-emacs@gnu.org>
2 siblings, 0 replies; 9+ messages in thread
From: Emilio Lopes @ 2005-07-26 15:48 UTC (permalink / raw)
Marc Tfardy <m-t-o___CUT_IT___ <at> web.de> writes:
> Which surprises me - many years ago this matching parenthesis over
> screen limits is allready functioned and I had nothing to install.
> Strangely...
It works when you *insert* a closing parenthesis and the corresponding
openning one is not visible.
^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <mailman.1778.1122394095.20277.help-gnu-emacs@gnu.org>]
end of thread, other threads:[~2005-07-28 21:32 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-25 12:25 {}-block matching in minibuffer Marc Tfardy
2005-07-25 15:15 ` Johan Bockgård
2005-07-25 17:58 ` Marc Tfardy
2005-07-25 18:00 ` Klaus Berndl
2005-07-25 18:19 ` Marc Tfardy
2005-07-28 13:52 ` Klaus Berndl
2005-07-28 21:32 ` Marc Tfardy
2005-07-26 15:48 ` Emilio Lopes
[not found] ` <mailman.1778.1122394095.20277.help-gnu-emacs@gnu.org>
2005-07-26 19:37 ` Marc Tfardy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).