From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Daniel Colascione Newsgroups: gmane.emacs.devel Subject: Re: Defuns in comint Date: Thu, 03 Oct 2024 21:58:28 -0700 Message-ID: <0194FCFF-9899-41A2-A8CC-EFFDCF26ADA8@dancol.org> References: <5DF72E31-D02C-4B4D-93A5-A04E7C372EC1@dancol.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18187"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: K-9 Mail for Android Cc: emacs-devel@gnu.org To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 04 06:59:24 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 1swaPT-0004Xf-97 for ged-emacs-devel@m.gmane-mx.org; Fri, 04 Oct 2024 06:59:23 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1swaOf-0005YG-MC; Fri, 04 Oct 2024 00:58:33 -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 1swaOe-0005Y6-Hg for emacs-devel@gnu.org; Fri, 04 Oct 2024 00:58:32 -0400 Original-Received: from dancol.org ([2600:3c01:e000:3d8::1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1swaOc-00017L-B9 for emacs-devel@gnu.org; Fri, 04 Oct 2024 00:58:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dancol.org; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID: References:In-Reply-To:Subject:CC:To:From:Date:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=wj96MF+ZFFuTjSqnyG3cgooyeTzzUqFKl077W3xkG+s=; b=Cn+e0EQeMG0gkn4OaCrataeZPi dW5bCamuoBumHk9uGPoWC+uXY8dJBebXypVIY/EDAOAG6acFvtaK6ou1XCPPPMjB5V6uRqF3AocJT 57A0kzJX7NZoJZJtdY7LptbwMINiEgN7bzHhFlzvyROud6fR+qzKB+j0OKkj7/VLWNR3RKXJvDflh ybUbq5PJNdCZNC6JEpeGR4cwadtby01wQjabnWihU48ciNWAtzlRy/zLONXwArRn8fppcqELZ9xe8 rkQMV6p8Rey43ZwliAHpaJc+Z/dTlFKMpP33G/CjWqAGq5OBXBN0iXpH4JeGbrSTnDwS+PBsj0SGe BpqwbCsw==; Original-Received: from [12.51.135.7] (port=50416 helo=[127.0.0.1]) by dancol.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.96) (envelope-from ) id 1swaOZ-0001kl-0z; Fri, 04 Oct 2024 00:58:28 -0400 In-Reply-To: Received-SPF: pass client-ip=2600:3c01:e000:3d8::1; envelope-from=dancol@dancol.org; helo=dancol.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:324299 Archived-At: On October 3, 2024 9:40:34 PM PDT, Yuri Khan = wrote: >On Fri, 4 Oct 2024 at 06:05, Daniel Colascione wrot= e: >> >> How would people feel about defining defuns in comint mode as subproces= ses outputs? This way, the same navigation keys people already have become = more useful in comint mode without breaking anything, because defun navigat= ion in comint is useless today=2E >> >> If not defuns, then paragraphs? Sentences? I feel like there should be = *some* way of using existing sets of movement and marking commands to talk = about outputs, and probably inputs=2E > >Maybe pages? (Might even work out of the box if the prompt contains ^L) We'd need to add forward and backward page function hooks=2E Right now, pa= ge boundaries are still regexp-only, as many things were in days of yore=2E