From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] open bookmark in other frame Date: Sat, 13 Oct 2018 08:04:26 -0700 Message-ID: <864ldpga6d.fsf@stephe-leake.org> References: <9d4a9ab3-d802-447e-3c74-81373b7e6101@luyten.fr> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1539442959 24954 195.159.176.226 (13 Oct 2018 15:02:39 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 13 Oct 2018 15:02:39 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (windows-nt) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 13 17:02:35 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 1gBLR2-0006MB-Vr for ged-emacs-devel@m.gmane.org; Sat, 13 Oct 2018 17:02:33 +0200 Original-Received: from localhost ([::1]:45270 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gBLT9-0003yn-FN for ged-emacs-devel@m.gmane.org; Sat, 13 Oct 2018 11:04:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gBLT3-0003yh-TR for emacs-devel@gnu.org; Sat, 13 Oct 2018 11:04:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gBLT0-0006PU-IV for emacs-devel@gnu.org; Sat, 13 Oct 2018 11:04:37 -0400 Original-Received: from smtp89.iad3b.emailsrvr.com ([146.20.161.89]:41425) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gBLT0-0006Nx-5N for emacs-devel@gnu.org; Sat, 13 Oct 2018 11:04:34 -0400 Original-Received: from smtp20.relay.iad3b.emailsrvr.com (localhost [127.0.0.1]) by smtp20.relay.iad3b.emailsrvr.com (SMTP Server) with ESMTP id D0E19A00F0 for ; Sat, 13 Oct 2018 11:04:28 -0400 (EDT) X-Auth-ID: board-president@tomahawk-creek-hoa.com Original-Received: by smtp20.relay.iad3b.emailsrvr.com (Authenticated sender: board-president-AT-tomahawk-creek-hoa.com) with ESMTPSA id 7DDBAA00EF for ; Sat, 13 Oct 2018 11:04:28 -0400 (EDT) X-Sender-Id: board-president@tomahawk-creek-hoa.com Original-Received: from Takver4 (99-113-184-62.lightspeed.sntcca.sbcglobal.net [99.113.184.62]) (using TLSv1.2 with cipher AES256-GCM-SHA384) by 0.0.0.0:25 (trex/5.7.12); Sat, 13 Oct 2018 11:04:28 -0400 In-Reply-To: <9d4a9ab3-d802-447e-3c74-81373b7e6101@luyten.fr> (Pierre-Yves Luyten's message of "Wed, 10 Oct 2018 22:14:02 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 146.20.161.89 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:230366 Archived-At: Pierre-Yves Luyten writes: > Hello, > > people sometimes use several frames, so i would like to make opening > bookmark one shot. Attached patch adds two funcs, > "bookmark-jump-other-frame" and the equivalent from the bookmarks > menu, "bookmark-bmenu-other-frame" The prefered solution to "open in other frame" is to use the Gnu ELPA package "other-frame-window". -- -- Stephe