From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Clemens Radermacher Newsgroups: gmane.emacs.devel Subject: [ELPA] New package proposal: frog-menu Date: Mon, 11 Mar 2019 10:53:22 +0100 Message-ID: <9eba60b7-ee19-1c68-e783-7353186c0e68@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="243373"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 11 13:39:47 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h3KDa-0011Bc-EW for ged-emacs-devel@m.gmane.org; Mon, 11 Mar 2019 13:39:46 +0100 Original-Received: from localhost ([127.0.0.1]:32875 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3KDZ-0004gD-9l for ged-emacs-devel@m.gmane.org; Mon, 11 Mar 2019 08:39:45 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:58015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3Hch-0007zW-Ef for emacs-devel@gnu.org; Mon, 11 Mar 2019 05:53:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h3Hcg-0002hL-2y for emacs-devel@gnu.org; Mon, 11 Mar 2019 05:53:31 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:53101) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h3Hcf-0002d8-F6 for emacs-devel@gnu.org; Mon, 11 Mar 2019 05:53:29 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 7DF1D16005E for ; Mon, 11 Mar 2019 10:53:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1552298004; bh=nGd/DQJr1ORV+9yLp7mB0fijRCEnmaOxqHVDtSCmzDA=; h=To:From:Subject:Date:From; b=AdixSzG94+OARCM2TmI04gD89kg5Pec0QbwHqTxxOJHWZRy4QD0JBBBvk2Xl3Dcgx 0tFqcgAIdvOkVULhDXUqz6rPNqqr67YeEbBUrqatNHK1VFox+pqglPss7h6pitvr89 gr/2+txADEmrAWLxY+45b0X/8rlsFv5Vl9KorOVFisgapwQHn8OGK0yzGe41SoO96h u/LUEgs9jOZvVRDWv/K6Rk0PwZTLE6k8VFAhexUYpt6ZI3MPuA+EpHGtbvxy9PxnI2 DVn+2ntAlZIKEERR76e29JVZwRx3yOjyPeQadviPGVwd6/nTKgPCLLgvT9zocb+sgP /OCVuo+h0Uuzg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 44Hthg0XJrz6tmJ for ; Mon, 11 Mar 2019 10:53:22 +0100 (CET) Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 X-Mailman-Approved-At: Mon, 11 Mar 2019 08:37:24 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:234066 Archived-At: Hi all, This packages lets you quickly pick items from ad hoc menus (for example spelling corrections). It uses `posframe` and `avy` (both on GNU ELPA already). Code can be found at https://github.com/clemera/frog-menu. -- Clemens