From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Kangas Newsgroups: gmane.emacs.devel Subject: Re: Emacs should provide more modern item completion out of the box Date: Wed, 8 Jan 2020 11:22:41 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="206529"; mail-complaints-to="usenet@blaine.gmane.org" Cc: ndame , "emacs-devel@gnu.org" , Dmitry Gutov To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jan 08 11:24:42 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ip8Uw-000S23-8y for ged-emacs-devel@m.gmane-mx.org; Wed, 08 Jan 2020 11:23:34 +0100 Original-Received: from localhost ([::1]:41402 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ip8Uv-0005aq-24 for ged-emacs-devel@m.gmane-mx.org; Wed, 08 Jan 2020 05:23:33 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40062) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ip8UJ-0004o0-1l for emacs-devel@gnu.org; Wed, 08 Jan 2020 05:22:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ip8UI-0007z4-1a for emacs-devel@gnu.org; Wed, 08 Jan 2020 05:22:54 -0500 Original-Received: from mail-pj1-f54.google.com ([209.85.216.54]:50773) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ip8UH-0007yf-SU for emacs-devel@gnu.org; Wed, 08 Jan 2020 05:22:53 -0500 Original-Received: by mail-pj1-f54.google.com with SMTP id r67so879553pjb.0 for ; Wed, 08 Jan 2020 02:22:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=tdarfpRAdykagArfTcYX6j0KwxobYUHn+p9zZaE3xTA=; b=gy53Tlx3pz/SULO0jcaY2cNiueZT96oqxk3rpR98oxKsy41HvYALkRDvU497HMuGGR 5oRd8BVXIvynFpuVwXwzpSn6ifSCIa62do2flJ1Bj5KvN+ZADO75mHajH0Ex+laXG7Gz xZ8Q8Rn3LwKh9p5/Eh8+fzmlTjeJv68xQHCle7IMD4rmZKP2wTLqrR7ieTrsrqLfBWUf PVdgAD4a3ad2ZBPBsM5SfYepZxpk5J0i39FVitFJz4UDOFsmyaADcfB1zGtmlWqvPtgn kB33n4n1jni66p/UmJOALqYNmIGw9kQTjmpYWNP8/REQHsJO4OXkxouDENwXXBZLYReR AHCQ== X-Gm-Message-State: APjAAAV+iHAVeQR/Hq/vWLsHX2ZQwTubmIchpsYWks42+4uMd6X/jLLL ekLHOqZgLcrVR8cqDZAr0xcFLod69Jtkn/szcd8= X-Google-Smtp-Source: APXvYqxel3eENjv9Vc2A1mTFvoUXaLDdSrdOXvHdfwKfXCpi0rpK392+8qSw7ooCKmIpj7HlKG31khCC5SD1jzUqGl8= X-Received: by 2002:a17:902:bf47:: with SMTP id u7mr4696565pls.259.1578478972848; Wed, 08 Jan 2020 02:22:52 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.216.54 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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.org gmane.emacs.devel:244112 Archived-At: Andrea Corallo writes: > Hi, in my opinion despite completion the other feature that is really > killer in helm-M-x is that it suggests the key bindings associated with > the listed commands. > > This is extremely helpful for learning new Emacs key bindings with > almost no effort. I think this is an excellent feature suggestion, and have therefore filed a wishlist bug report for it: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=39035 Best regards, Stefan Kangas