From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#39143: 26.3; `widget-complete' in `customize-option' Date: Wed, 15 Jan 2020 20:06:10 +0200 Message-ID: <83blr44mst.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="ciao:159.69.161.202"; logging-data="110888"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 39143@debbugs.gnu.org To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jan 15 19:07:10 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 with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1irn4Q-000Sdq-FV for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 15 Jan 2020 19:07:10 +0100 Original-Received: from localhost ([::1]:58404 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irn4P-00070t-HS for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 15 Jan 2020 13:07:09 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51255) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irn4J-0006yx-2y for bug-gnu-emacs@gnu.org; Wed, 15 Jan 2020 13:07:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1irn4I-0005um-4j for bug-gnu-emacs@gnu.org; Wed, 15 Jan 2020 13:07:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:57771) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1irn4I-0005uf-1M for bug-gnu-emacs@gnu.org; Wed, 15 Jan 2020 13:07:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1irn4H-0003sZ-Rc for bug-gnu-emacs@gnu.org; Wed, 15 Jan 2020 13:07:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 15 Jan 2020 18:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39143 X-GNU-PR-Package: emacs Original-Received: via spool by 39143-submit@debbugs.gnu.org id=B39143.157911157114854 (code B ref 39143); Wed, 15 Jan 2020 18:07:01 +0000 Original-Received: (at 39143) by debbugs.gnu.org; 15 Jan 2020 18:06:11 +0000 Original-Received: from localhost ([127.0.0.1]:35511 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1irn3R-0003r4-Mo for submit@debbugs.gnu.org; Wed, 15 Jan 2020 13:06:11 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:42088) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1irn3L-0003q0-LV for 39143@debbugs.gnu.org; Wed, 15 Jan 2020 13:06:08 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1irn3G-0005Uy-Cr; Wed, 15 Jan 2020 13:05:58 -0500 Original-Received: from [176.228.60.248] (port=2256 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1irn3F-00025x-9a; Wed, 15 Jan 2020 13:05:58 -0500 In-reply-to: (message from Drew Adams on Wed, 15 Jan 2020 09:54:58 -0800 (PST)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 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:174642 Archived-At: > Date: Wed, 15 Jan 2020 09:54:58 -0800 (PST) > From: Drew Adams > > emacs -Q > > `M-x customize-option default-frame-alist' > > Click `INS'. > > Enter `cursor-color' for field `Parameter: '. > > Put cursor at beginning of field `Value: ', and delete the default > value, `nil'. > > Use `M-TAB' (or `ESC TAB'). > > You get this error/message: "Not in an editable field". In Emacs 27 get the message "No completions available for this field" instead. So this problem is already solved. > 1. That message is incorrect. The cursor is definitely in an editable > field. (Same incorrect message if you first type `Blu', then `M-TAB'.) This part is already solved. > 2. Emacs should provide reasonable completion for both fields, > `Parameter' and `Value', for `default-frame-alist'. It does provide completions for Parameter, although it's debatable whether they are "reasonable".