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: Re: [ELPA] New package proposal: buffer-expose Date: Sat, 23 Feb 2019 11:24:01 +0100 Message-ID: References: <87lg26onuj.fsf@mat.ucm.es> 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="199947"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 Cc: emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 23 11:24:17 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 1gxUTh-000pwD-06 for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2019 11:24:17 +0100 Original-Received: from localhost ([127.0.0.1]:35848 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxUTf-0006Vy-SG for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2019 05:24:15 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:46661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxUTZ-0006Vm-Ew for emacs-devel@gnu.org; Sat, 23 Feb 2019 05:24:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxUTY-0003bE-7i for emacs-devel@gnu.org; Sat, 23 Feb 2019 05:24:09 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]:39370) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gxUTX-0003Wc-HY for emacs-devel@gnu.org; Sat, 23 Feb 2019 05:24:08 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id B67EA160060 for ; Sat, 23 Feb 2019 11:24:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1550917443; bh=W+codLjLT+WFZcfT8ZtBpsv51XlyI9I85sSAI6jQJ/8=; h=Subject:To:Cc:From:Date:From; b=MLzsnpVQF2aChpzHfOYvzaK6N7F9aBivrApqPs5jz7/q3hGDSKOsLglJI5nNZ256x neYU30Mj8oAnUViTPziBrn7RD+LWjsJvcPidWhD38NXhi9JVbYRPuY0dBrp1g1KfpX t+J9p0Kl0uVMAU7n6ss9i883DMU4uh9yd6tMVnFK2cHfH2mlF6TtBc9hH/sLzxo/GJ bKHJP9hrFOhQZGLkoJYxkvsmoVrMTmN2fShakKHe0pQwIb/XL84R4fWj8mkp11Yle1 xz2Jgk/1CNzuZHfi/Qr6PySQ7gqjly7e7IEhjS8raxbr6oiXiHPA8lm7t8L+FeBeHS g/XyR5eyR2iuw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 44647Q4vy0z6tmF; Sat, 23 Feb 2019 11:24:02 +0100 (CET) In-Reply-To: <87lg26onuj.fsf@mat.ucm.es> 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-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:233539 Archived-At: > I couldn't wait, so I cloned and installed it. Works nicely. However > when byte compiling I obtain > > buffer-expose.el:962:1:Warning: the following functions are not known to be defined: > aw-switch-to-window, avy-handler-default, aw--lead-overlay, > aw-update, aw-select Thanks, fixed. Note ace-window is not a dependency it's just optional if you want to use the command buffer-expose-ace-window.