From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: scame via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#47669: Customize option setting with key should be more lenient Date: Mon, 12 Apr 2021 09:58:38 +0000 Message-ID: References: <877dl7zxae.fsf@gnus.org> Reply-To: scame Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3554"; mail-complaints-to="usenet@ciao.gmane.io" Cc: "47669@debbugs.gnu.org" <47669@debbugs.gnu.org> To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Apr 12 11:59:26 2021 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 1lVtLp-0000cE-2a for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 12 Apr 2021 11:59:25 +0200 Original-Received: from localhost ([::1]:60026 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lVtLn-0007EB-Ae for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 12 Apr 2021 05:59:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56248) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lVtLS-0007E5-IU for bug-gnu-emacs@gnu.org; Mon, 12 Apr 2021 05:59:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:45014) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lVtLR-0005ei-PB for bug-gnu-emacs@gnu.org; Mon, 12 Apr 2021 05:59:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lVtLR-00060R-Ob for bug-gnu-emacs@gnu.org; Mon, 12 Apr 2021 05:59:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: scame Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 12 Apr 2021 09:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47669 X-GNU-PR-Package: emacs Original-Received: via spool by 47669-submit@debbugs.gnu.org id=B47669.161822153323072 (code B ref 47669); Mon, 12 Apr 2021 09:59:01 +0000 Original-Received: (at 47669) by debbugs.gnu.org; 12 Apr 2021 09:58:53 +0000 Original-Received: from localhost ([127.0.0.1]:56560 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVtLJ-000602-Lp for submit@debbugs.gnu.org; Mon, 12 Apr 2021 05:58:53 -0400 Original-Received: from mail-40132.protonmail.ch ([185.70.40.132]:31644) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVtLI-0005zq-6I for 47669@debbugs.gnu.org; Mon, 12 Apr 2021 05:58:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1618221525; bh=PZP0KZ80c9/WiZkLaBEOgwbsqPAAdhgyvY1LIuzj418=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=TMo9x7qEz8omJHAdBqOWxs0tC9s21t1VVzi7rBXVFv3QQraRqcFoLXV3tmdEMLZjB BBG4F8KandXAIGjyQeKJO1NTA+eclhtURKG+Zh1/9HHTGLz7dlK+o7B0pPArWd4F4w mfs2lEb7Ng+9FJgkWd4D63mftLhXUlepDgPksOYI= In-Reply-To: <877dl7zxae.fsf@gnus.org> 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" X-ACL-Warn: , scame Xref: news.gmane.io gmane.emacs.bugs:203888 Archived-At: > > Since there can be several buttons on a single line, I think it makes > sense to make just the buttons be interactive -- adding DWIM here would > be potentially confusing, so I'm closing this bug report. Could you show a customize page which has multiple buttons on a line? I'd like to take a look.