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: Allowing completion sources to customize completion display Date: Thu, 23 Nov 2023 15:48:04 +0200 Message-ID: <83zfz4funf.fsf@gnu.org> References: <831qcghn52.fsf@gnu.org> <87bkbkk5lk.fsf@catern.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10604"; mail-complaints-to="usenet@ciao.gmane.io" Cc: me@eshelyaron.com, sbaugh@janestreet.com, emacs-devel@gnu.org To: sbaugh@catern.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 23 14:49:21 2023 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 1r6A51-0002WK-9P for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Nov 2023 14:49:19 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r6A47-0006nD-H5; Thu, 23 Nov 2023 08:48:24 -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 1r6A3z-0006mb-VK for emacs-devel@gnu.org; Thu, 23 Nov 2023 08:48:17 -0500 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 1r6A3y-0006Lc-Go; Thu, 23 Nov 2023 08:48:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=kOLVDdZMziuZDcqzwwTDtzHTTAGxzg6sOQZX3Lagxb8=; b=naepC5C+5rGh J+rl+blrVSVRaNGhVS0Mstnwon71YcBUtKMbGNFFXfJg3QyFdwhVeNW+X83g/BMQ/QmIL6ajF4I/n jeFkV2OS6WCti6AxCyqICFEvtxhDnL9mB3Zix1tdyPaWAWjcfzQnKtf8656WIeQ11kT7xn1RBocYS USo/OU1x3BT1cMn8ZxGxqV3sjbTiPREgPQawlB+vl8/j7/lkF6YSN1PcBOqB1A9XkiD8dPqbDrQp3 aUOfpsfXN+4HCjAiISeOT2HMza9ECEuSCAvNH35cfqiR0xtMFgAQnuFzc6tYmo2xxaW6hTCYAjznM ASYunnC7N/ZUrq13cv51Uw==; In-Reply-To: <87bkbkk5lk.fsf@catern.com> (sbaugh@catern.com) 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:313153 Archived-At: > From: sbaugh@catern.com > Date: Thu, 23 Nov 2023 12:38:22 +0000 (UTC) > Cc: Eshel Yaron , sbaugh@janestreet.com, > emacs-devel@gnu.org > > Eli Zaretskii writes: > > > > IMNSHO, it will be a sad day when different completion sources will > > present different completion UI. There will be no end to user > > confusion. > > > > Completion UI is a user preference, and if we want to support > > different UIs (as we already do), we should leave it to the user to > > specify the UI he/she prefers, and then abide by that. > > Sure. I, as a user, want to specify two different UIs for two different > completion sources. > > Currently this is impossible. It shouldn't be possible. Users should not need to be aware of the completion sources.