From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Pierre-Yves Luyten Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] open bookmark in other frame Date: Thu, 11 Oct 2018 13:42:07 +0200 Message-ID: <11a4ae7e2dc92c5a47096a6386de48b7@luyten.fr> References: <9d4a9ab3-d802-447e-3c74-81373b7e6101@luyten.fr> <87ftxd8smp.fsf@mbork.pl> <87a7nliix5.fsf@red-bean.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1539258387 5274 195.159.176.226 (11 Oct 2018 11:46:27 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 11 Oct 2018 11:46:27 +0000 (UTC) User-Agent: Roundcube Webmail/1.3.7 Cc: emacs-devel@gnu.org To: Karl Fogel , Marcin Borkowski Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 11 13:46:23 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gAZQ6-0001HY-7Q for ged-emacs-devel@m.gmane.org; Thu, 11 Oct 2018 13:46:22 +0200 Original-Received: from localhost ([::1]:33727 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAZSC-00084j-St for ged-emacs-devel@m.gmane.org; Thu, 11 Oct 2018 07:48:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAZME-0003dw-SA for emacs-devel@gnu.org; Thu, 11 Oct 2018 07:42:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAZM9-0008Gv-RR for emacs-devel@gnu.org; Thu, 11 Oct 2018 07:42:22 -0400 Original-Received: from 18.mo3.mail-out.ovh.net ([87.98.172.162]:47058) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gAZM5-0008BF-Hd for emacs-devel@gnu.org; Thu, 11 Oct 2018 07:42:16 -0400 Original-Received: from player750.ha.ovh.net (unknown [10.109.146.137]) by mo3.mail-out.ovh.net (Postfix) with ESMTP id 8BAF11DB28E for ; Thu, 11 Oct 2018 13:42:10 +0200 (CEST) Original-Received: from RCM-web4.webmail.mail.ovh.net (unknown [194.206.55.11]) (Authenticated sender: py@luyten.fr) by player750.ha.ovh.net (Postfix) with ESMTPSA id F3303180095; Thu, 11 Oct 2018 13:42:07 +0200 (CEST) Original-Received: from [194.206.55.11] via [194.206.55.11] by mail.ovh.net with HTTP (HTTP/1.1 POST); Thu, 11 Oct 2018 13:42:07 +0200 In-Reply-To: <87a7nliix5.fsf@red-bean.com> X-Sender: py@luyten.fr X-Originating-IP: 194.206.55.11 X-Webmail-UserID: py@luyten.fr X-Ovh-Tracer-Id: 3968234222406447235 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedtkedrudekgdegtdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 87.98.172.162 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:230335 Archived-At: Le 2018-10-10 23:35, Karl Fogel a =C3=A9crit=C2=A0: > Marcin Borkowski writes: >>=20 >> How about a default keybinding? >=20 > (Marcin, I think Pierre-Yves did include a > keybinding: "F" in the bookmark-map -- unless you meant something else > by "default keybinding"?) >=20 As discussed, i will change the "F" to 5 in bookmarks list. But i had no=20 plan to include a keybinding outside of menu list. As of today i can see=20 below bindings. + bookmark-jump (C-x r b) + bookmark-set (C-x r m) + bookmark-bmenu-list (C-x r l) What i learned writing the patch is the existence of "bookmark-map"=20 which is not bound by default and offers all interfactive bookmark=20 related functions. So, i will amend patch to add the "other-frame" in=20 this specific map, but i will not add in Ctl-x map. Regards Pierre-Yves