From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Philip K." Newsgroups: gmane.emacs.devel Subject: Re: Poll: Change xref-show-definitions-function's default? Date: Sat, 02 Jan 2021 11:26:46 +0100 Message-ID: <87im8ftz15.fsf@posteo.net> References: <9af40a30-8964-3142-aadf-6592605720ec@yandex.ru> <781e8f60-c957-46c5-e164-7d4013ffb4db@gmx.at> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39289"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) Cc: emacs-devel , Dmitry Gutov To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 02 11:27:51 2021 Return-path: Envelope-to: ged-emacs-devel@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 1kve8V-000A7i-1z for ged-emacs-devel@m.gmane-mx.org; Sat, 02 Jan 2021 11:27:51 +0100 Original-Received: from localhost ([::1]:53040 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kve8U-00069Q-13 for ged-emacs-devel@m.gmane-mx.org; Sat, 02 Jan 2021 05:27:50 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52288) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kve7Y-0005jr-0k for emacs-devel@gnu.org; Sat, 02 Jan 2021 05:26:52 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]:39729) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kve7W-00013m-GI for emacs-devel@gnu.org; Sat, 02 Jan 2021 05:26:51 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 037D2240100 for ; Sat, 2 Jan 2021 11:26:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1609583208; bh=0X+QoWBRgCN1uZ8Z4pRdK52AwbS/xaY7nq6UI3Hl0KU=; h=From:To:Cc:Subject:Date:From; b=MSFulqKzwoT51cGhcZUVPh8DvNtoHM+6SVV1K0tmeCKkNBpPc/SHOA5/GyycUeWhS h/VgR8bxFLozFlEF+MbQp4Q/5E8kRFYHetqBkdkHNHrkj3N7SPYpNLoSUVJftKolkm y0MIA4fVghLlZtvzgmIgl/AYtnCY1L8HjWkXZedZaMerONLUXe4zNyh0upH/9hCr1p LWqPxK5Dw0cMgDjQMPaovkGMwq47GvmHnWdd4K9i0PJEQwDXcKXaHaobvTCZi0JN8i 9liD54+zvMKZ21qJpuzvRCw06LPiMhWP25wcYuYBa5OojI+M9g3gJAGv0CIS9rAeyE 2aTdv1yiGGZGw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4D7J3C1Zhdz6tmS; Sat, 2 Jan 2021 11:26:47 +0100 (CET) In-Reply-To: <781e8f60-c957-46c5-e164-7d4013ffb4db@gmx.at> (martin rudalics's message of "Fri, 1 Jan 2021 08:59:29 +0100") Received-SPF: pass client-ip=185.67.36.66; envelope-from=philipk@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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.io gmane.emacs.devel:262306 Archived-At: martin rudalics writes: >> In commit 8c383456291185b029b469061338b5b797a49747 I have done a bit of cleanup and documented the existing alternative options. >> >> What do you say we make one of them the default? > > Sometimes I'd like to choose an alternative from a menu or some sort of > drop down list. At least when I use the mouse. Would that be feasible > to add, somehow? Do you mean something like this: https://github.com/fmdkdd/dotfiles/blob/master/emacs/.emacs.d/elisp/xref-posframe.el? > martin > > -- Philip K.