From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#41691: [PATCH] Add bookmark-jump-other-tab Date: Wed, 03 Jun 2020 13:16:17 -0400 Message-ID: References: <20200603163925.11161-1-pirata@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="51610"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: 41691@debbugs.gnu.org To: Javier Olaechea Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jun 03 19:17:11 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1jgX0p-000DKb-6V for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 03 Jun 2020 19:17:11 +0200 Original-Received: from localhost ([::1]:42298 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jgX0o-0006Q9-9E for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 03 Jun 2020 13:17:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52830) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jgX0g-0006O0-T1 for bug-gnu-emacs@gnu.org; Wed, 03 Jun 2020 13:17:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:32968) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jgX0g-00007R-KD for bug-gnu-emacs@gnu.org; Wed, 03 Jun 2020 13:17:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jgX0g-0005OK-Fn for bug-gnu-emacs@gnu.org; Wed, 03 Jun 2020 13:17:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 03 Jun 2020 17:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41691 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 41691-submit@debbugs.gnu.org id=B41691.159120458520676 (code B ref 41691); Wed, 03 Jun 2020 17:17:02 +0000 Original-Received: (at 41691) by debbugs.gnu.org; 3 Jun 2020 17:16:25 +0000 Original-Received: from localhost ([127.0.0.1]:44514 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jgX05-0005NQ-MN for submit@debbugs.gnu.org; Wed, 03 Jun 2020 13:16:25 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:39852) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jgX04-0005NE-7J for 41691@debbugs.gnu.org; Wed, 03 Jun 2020 13:16:24 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45079) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jgWzy-0008Gd-Qg; Wed, 03 Jun 2020 13:16:18 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1jgWzx-0000I0-7d; Wed, 03 Jun 2020 13:16:17 -0400 X-Spook: Emergency Landing Stuck threat Lon Horiuchi Warning X-Ran: eA=m#gZ;u7D8P5@3YTPV(_a?X5I{.8cm,hNvc:sp:8ms!qxnT.A!/1lVl4.Vp'l2$tfcYw X-Hue: white X-Attribution: GM In-Reply-To: <20200603163925.11161-1-pirata@gmail.com> (Javier Olaechea's message of "Wed, 3 Jun 2020 11:39:25 -0500") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:181468 Archived-At: Personally I hope that every "-other-window" command doesn't get an "-other-tab" counterpart (to go along with "-other-frame"), but rather that a single systematic method is developed, like the elpa.gnu.org package other-frame-window. Ref eg https://lists.gnu.org/r/emacs-devel/2019-10/msg00261.html (AFAICS nothing has been implemented)