From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#41905: Small change: In Customize, display name with with spaces, but keep symbol name underneath. Date: Fri, 19 Jun 2020 01:44:10 +0300 Organization: LINKOV.NET Message-ID: <87eeqcnged.fsf@mail.linkov.net> References: <87eeqde720.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="121024"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: ej32u@protonmail.com To: 41905@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jun 19 00:54:49 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1jm3Qn-000VPk-9D for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 19 Jun 2020 00:54:49 +0200 Original-Received: from localhost ([::1]:57346 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jm3Qm-000848-Cj for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 18 Jun 2020 18:54:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33628) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jm3Q1-0005zt-Uw for bug-gnu-emacs@gnu.org; Thu, 18 Jun 2020 18:54:01 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43075) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jm3Q1-0003c5-M0 for bug-gnu-emacs@gnu.org; Thu, 18 Jun 2020 18:54:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jm3Q1-0005eJ-Ji for bug-gnu-emacs@gnu.org; Thu, 18 Jun 2020 18:54:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 18 Jun 2020 22:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41905 X-GNU-PR-Package: emacs Original-Received: via spool by 41905-submit@debbugs.gnu.org id=B41905.159252083921707 (code B ref 41905); Thu, 18 Jun 2020 22:54:01 +0000 Original-Received: (at 41905) by debbugs.gnu.org; 18 Jun 2020 22:53:59 +0000 Original-Received: from localhost ([127.0.0.1]:54621 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jm3Pz-0005e3-35 for submit@debbugs.gnu.org; Thu, 18 Jun 2020 18:53:59 -0400 Original-Received: from relay8-d.mail.gandi.net ([217.70.183.201]:39663) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jm3Pt-0005dj-8R for 41905@debbugs.gnu.org; Thu, 18 Jun 2020 18:53:56 -0400 X-Originating-IP: 91.129.108.6 Original-Received: from mail.gandi.net (m91-129-108-6.cust.tele2.ee [91.129.108.6]) (Authenticated sender: juri@linkov.net) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id BA4981BF203; Thu, 18 Jun 2020 22:53:46 +0000 (UTC) In-Reply-To: <87eeqde720.fsf@mail.linkov.net> (Juri Linkov's message of "Thu, 18 Jun 2020 00:20:15 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:182151 Archived-At: >> This patch changes custom-unlispify-menu-entry to display symbols names >> with the "display" text property, but to keep the symbol name underneath. >> This is good when using try-expand-dabbrev-all-buffers, such as when >> writing the init file. > > Thanks, this is a nice idea. Your patch allows to copy the symbol by M-w > and paste into a program as a symbol. But what happens when a variable name is expanded in the customization buffer? (expanded in the sense that the down arrow is displayed before it) It seems the name displayed as a symbol, not as a human-readable string.