Deutsch English Français Italiano |
<vtmpjv$nt6i$7@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro <ldo@nz.invalid> Newsgroups: comp.lang.lisp Subject: Re: A Mandelbrot set generator in HG LISP Date: Tue, 15 Apr 2025 23:20:31 -0000 (UTC) Organization: A noiseless patient Spider Lines: 17 Message-ID: <vtmpjv$nt6i$7@dont-email.me> References: <Mandelbrot-20250412145830@ram.dialup.fu-berlin.de> <vtevj6$1k3qh$3@dont-email.me> <jwvfrialnlr.fsf-monnier+comp.lang.lisp@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 16 Apr 2025 01:20:31 +0200 (CEST) Injection-Info: dont-email.me; posting-host="106e88ba52bf91129f74dfc3c9756b79"; logging-data="783570"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ySfEaKrHaHnaNviLWaVvf" User-Agent: Pan/0.162 (Pokrosvk) Cancel-Lock: sha1:3zK0XIrMHy9VFLTHmOb7ztBJUGQ= Bytes: 1825 On Mon, 14 Apr 2025 12:22:33 -0400, Stefan Monnier wrote: > Eww! I was just checking how Emacs implements its bracket-highlighting feature. You know, if you position the insertion point at one opening or closing parenthesis, it will highlight the corresponding member of the pair. Turns out it’s a bit strange: you have to position the cursor *on* an opening parenthesis in order for it to highlight the corresponding closer, but *after* the closing parenthesis for it to highlight the corresponding opener. And remember, this is the editor that is famously written in Lisp. So you see, the “parenthesis pileup” tradition forces Emacs to implement this feature in a, shall we say, less than intuitive fashion.