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: Wed, 17 Jan 2024 19:57:34 +0100 Message-ID: References: <83jzoaeqln.fsf@gnu.org> <835xztcqtc.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32077"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jan 17 19:58:28 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 1rQB7M-00087C-5C for ged-emacs-devel@m.gmane-mx.org; Wed, 17 Jan 2024 19:58:28 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rQB6b-0000Re-L5; Wed, 17 Jan 2024 13:57:41 -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 1rQB6a-0000RM-0X for emacs-devel@gnu.org; Wed, 17 Jan 2024 13:57:40 -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 1rQB6Y-0004IF-Er; Wed, 17 Jan 2024 13:57:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eshelyaron.com; s=mail; t=1705517856; bh=6d84GMQPfi02zKUBaaeqr6u1wo2OqDlaP13sEYwAf98=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=xaKj/+HqOjca+vT8i40NNHBMf9uSTN6HTYOXnL+ySrPDCoE43boyasDf55qLOL3cV 0R1WRkXg3QlL/j2SX0RbPlpB+TDWxob1rjD4fQTpfsVd+UEqUp0pYV/RZVnJARyfKo Yr1LkD/FUXVOASvYFJquN1k/0JPacSbEGy+N9nxwGN9NhFLCyb345PEfvFeBRkZdBk 297rp96bkdfi5ZgvOcI9l3voE+7mltHKKEz14rz8aVe4Stgijtt+qSKxC9USM4XcVt hEaBSUiYiUNvKMxFx+InbncAC8txEHCfayHotMWoSmWMJS7CcScspWZwpDyE5NPOTi lfm9rjmrPhxMQ== In-Reply-To: <835xztcqtc.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 16 Jan 2024 16:10:07 +0200") 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:315043 Archived-At: Hi, Eli Zaretskii writes: >> From: Eshel Yaron >> >> Eli Zaretskii writes: >> >> >> If any of this looks like it might be appropriate for upstream Emacs, >> >> I'll format and submit the relevant parts as individual patches. >> > >> > Thanks. Maybe we should begin by installing this as a feature branch >> > and ask people to try it and report feedback. >> >> If that'd make it easier for people, sure. I don't have access to push >> to emacs.git though, I can open a request for access on Savannah, or we >> could set up some mirror. WDYT? > > Are you still making frequent changes to the code? Or is it > relatively stable? I think it's likely there'll be a few more changes to make. The commands I listed here work pretty well, but there are a many completion tables/styles/settings that I haven't tested yet, and some might require further tweaks. Regards, Eshel