From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: 10 problems with Elisp, part 10 Date: Tue, 06 Aug 2024 14:54:00 +0300 Message-ID: <86bk25q33b.fsf@gnu.org> References: <87sevj9b50.fsf@jeremybryant.net> <871q33rj7v.fsf@dataswamp.org> <86ed73qhly.fsf@gnu.org> <87frrjoryg.fsf_-_@dataswamp.org> <86wmkuq60j.fsf@gnu.org> <87a5hqq4v3.fsf@dataswamp.org> <87mslqes7m.fsf@web.de> <874j7ypvr4.fsf@dataswamp.org> <87mslqceby.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33988"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "Dr. Arne Babenhauserheide" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 06 13:54:41 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sbIlz-0008bP-Oa for ged-emacs-devel@m.gmane-mx.org; Tue, 06 Aug 2024 13:54:39 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sbIlQ-0005jB-Kb; Tue, 06 Aug 2024 07:54:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sbIlP-0005iw-0E for emacs-devel@gnu.org; Tue, 06 Aug 2024 07:54:03 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sbIlO-0007BB-Aq; Tue, 06 Aug 2024 07:54:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=XjaP7xZf13s558M1EiUbym4VLmQjCHhN+w2paPwrCqw=; b=JgXQafqmHPaIfGh/WPlF ZbG4h/ztkg3OL9q7vcAlbEQf8nh2qeOmw/7FYO0tQkPPgA0tUK52mjRo5WbZ+j04NDiItMp94kQqg p7OjKU8G6RuMEvTJu1JL6JizkpoX00LtodHdDFNEyvkvY3UNspXHaI0BPMn/SJpaeM4AfmU1qotuf MY+NSG36aydeWHrUTHhs+ZLlHLT6K8/sHJyufGQQE/SuIOOPaIr29qF4CbGT+oBY/dYw3Dg18U5KM jeFy7n6K4p0uPlMBVlZJdwEbXKgtxi7DxcWugWmUE4VlIfEj78QdYu1IPyVrNjcnDHl36Z5OI0Jww ie+pRTPY8ELcbA==; In-Reply-To: <87mslqceby.fsf@web.de> (arne_bab@web.de) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:322439 Archived-At: > From: "Dr. Arne Babenhauserheide" > Date: Tue, 06 Aug 2024 09:14:57 +0200 > > Emanuel Berg writes: > > > Dr Arne Babenhauserheide wrote: > > > >> After having seen how I could write interactive indentation > >> highlighting in wisp-mode in a few hours of hacking and > >> a few dozen lines of code [...] > > > > Excellent, now have a look at ispell.el - 4 323 lines - or > > flyspell.el that is 2 393 lines - you can reduce it a lot, > > I take it. > > That’s not my point. > > My point is that the buffer as abstraction is already pretty good. Indeed. As is looking-at and beginning-of-line, btw.