From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eshel Yaron Newsgroups: gmane.emacs.devel Subject: Re: Possible minibuffer completion enhancements Date: Tue, 16 Jan 2024 14:58:28 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6692"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jan 16 14: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 1rPjyN-0001VP-R3 for ged-emacs-devel@m.gmane-mx.org; Tue, 16 Jan 2024 14:59:23 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rPjxb-0007lt-I2; Tue, 16 Jan 2024 08:58:35 -0500 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 1rPjxZ-0007lI-IU for emacs-devel@gnu.org; Tue, 16 Jan 2024 08:58:33 -0500 Original-Received: from mail.eshelyaron.com ([107.175.124.16] helo=eshelyaron.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rPjxY-0002LB-8V for emacs-devel@gnu.org; Tue, 16 Jan 2024 08:58:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eshelyaron.com; s=mail; t=1705413511; bh=t1nRhx7zx6wyFQigwEVyo00Jbde03pC5YTKc76XNwLU=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=THdmWFmTUQJ194pmMUgJeTBr0YjHL2NKPj7veoy2VPGoVrcwL9V4k8qh7yMgLpbEL rsadztpl/z/y9ATdTzFT3LTuD/nYclk+tVPrZc3K+UNqjIR3z7rLOefDStP+xgm6Yu 1HOAsUBRe0Q0rET60EjwnVMFN4aZHbkn5Qu+VeC78Y3ticlZzpHv4LfptWK+SG+ZWP xu+koEEp+c/5plWdsos98MWyxHL4KovaH/2eh8AS0QoxNWnkJZF33m6ubbWX6zaohf KrxdtegUawx11/gp9O1I6ekTCI1Pum2vp0st4LUI01Yo4tdUR2PzKu5GPZO2IiPU40 NeqGZC77FR6kg== In-Reply-To: (Stefan Kangas's message of "Mon, 15 Jan 2024 15:35:49 -0600") Received-SPF: pass client-ip=107.175.124.16; envelope-from=me@eshelyaron.com; helo=eshelyaron.com 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, T_SCC_BODY_TEXT_LINE=-0.01 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:315017 Archived-At: Hi, Stefan Kangas writes: > Eshel Yaron writes: > >> In general, I'm happy to upstream anything that seems useful/desirable >> in my working branch, even if I haven't mentioned it here specifically. > > Thanks. Could I ask that you send patches to us for the changes you > think might be generally useful? Sure, I've just sent one in Bug#68508. Do you feel that any of the minibuffer commands I suggested should be sent for review as well? Thanks, Eshel