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: Question about completion behavior Date: Sun, 13 Mar 2022 20:57:35 +0200 Message-ID: <83fsnllly8.fsf@gnu.org> References: <87lexiiqnk.fsf@yahoo.com> <20220310102157.wmmn7bkkdbux7aug@Ergus> <8735jqhxdr.fsf@yahoo.com> <20220310140331.xa53sex6wywkr56l@Ergus> <86ee39r69o.fsf@mail.linkov.net> <20220312001752.stzknhydiep6nsxn@Ergus> <8635jn81wt.fsf@mail.linkov.net> <20220313112108.j3lvtnvgybo7em65@Ergus> <86pmmpahdm.fsf@mail.linkov.net> <20220313185056.h5xm6b26zrltn7ty@Ergus> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29902"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org, monnier@iro.umontreal.ca, juri@linkov.net To: Ergus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Mar 13 19:59:18 2022 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 1nTTQz-0007Ze-Ur for ged-emacs-devel@m.gmane-mx.org; Sun, 13 Mar 2022 19:59:18 +0100 Original-Received: from localhost ([::1]:53174 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nTTQy-0002gq-So for ged-emacs-devel@m.gmane-mx.org; Sun, 13 Mar 2022 14:59:16 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:39102) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nTTPb-0001Av-2c for emacs-devel@gnu.org; Sun, 13 Mar 2022 14:57:51 -0400 Original-Received: from [2001:470:142:3::e] (port=60732 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nTTPa-0007zt-Nf; Sun, 13 Mar 2022 14:57:50 -0400 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=07RUf1t6szKIVO7WtXojppPVdAasfz+0Tfa8u9qZPlQ=; b=enOmV1eUCdo8 injjXEoPioK+Lv1wgUTB76CZnHK/yvRHDrY996U0Qx19DgDYftzy3nkATqg00VE43ahWRyfKwAeK5 amb5aJ3XWVbWsUUBERY6aQgNNsdiDF2QKwH1vNhcIst11pVtu71+YRpuvTDoG3vPhkMQgWXME3cd7 SY99mx3OE/PLptSLsCdBqHfKtafNL5Pu+hJheeaSf8zo1eZuDhif2tYWUXb0meO00yNy6JYU+oJ5N w3H0fbWU88PmVEHOcE8/SpN9pVqGPUaKkqHswPy3uT1UVQCfagn8erfHuqdAWRkGDGIh7LGgGcVBf eeCzTZH9tsGvZnuvAvWv3A==; Original-Received: from [87.69.77.57] (port=2338 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nTTPZ-0005rO-G2; Sun, 13 Mar 2022 14:57:50 -0400 In-Reply-To: <20220313185056.h5xm6b26zrltn7ty@Ergus> (message from Ergus on Sun, 13 Mar 2022 19:50:56 +0100) 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" Xref: news.gmane.io gmane.emacs.devel:287087 Archived-At: > Date: Sun, 13 Mar 2022 19:50:56 +0100 > From: Ergus > Cc: Po Lu , Eli Zaretskii , > Stefan Monnier , emacs-devel@gnu.org > > > (defvar completion-header-format > > (propertize "%s possible completions:" > > 'face 'shadow > > :help "Please select a completion") > > "Format of completion header.") > > > Interesting... I couldn't find the propertize function in the text > property section of the manual... It's described in the second section of the Text Properties chapter; the section's name is "Changing Text Properties". So it is strange that you didn't find it.