From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.help Subject: Re: change buffer in other frame, multiple monitors Date: Thu, 28 May 2015 21:03:16 +0600 Message-ID: References: <06e2726d-4e00-4fb6-bfa3-0f272a652796@googlegroups.com> <874mmwpynx.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1432825442 1224 80.91.229.3 (28 May 2015 15:04:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 May 2015 15:04:02 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Michael Heerdegen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 28 17:04:01 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YxzLk-00035h-RV for geh-help-gnu-emacs@m.gmane.org; Thu, 28 May 2015 17:04:00 +0200 Original-Received: from localhost ([::1]:59455 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxzLj-0005Vi-WA for geh-help-gnu-emacs@m.gmane.org; Thu, 28 May 2015 11:04:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxzLT-0005Q8-PJ for help-gnu-emacs@gnu.org; Thu, 28 May 2015 11:03:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxzLO-0007xA-9C for help-gnu-emacs@gnu.org; Thu, 28 May 2015 11:03:43 -0400 Original-Received: from mail-lb0-x236.google.com ([2a00:1450:4010:c04::236]:34029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxzLN-0007wy-RB for help-gnu-emacs@gnu.org; Thu, 28 May 2015 11:03:38 -0400 Original-Received: by lbcmx3 with SMTP id mx3so30291011lbc.1 for ; Thu, 28 May 2015 08:03:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=mE4TiKd6JXSGn2Tpsm5+alsxrpUcRXZzIFR/gfkV7C4=; b=VsS/4/amhFGei3JyVmHqDnQfbINHo9VOFXegvYdwkWCcCljD7F/iWrjUrpcqVmgxo4 FzWXmI5ZeWAZDeljjgsPo27sUCui8Iw1WUzoV0HBRyn5/0D61yBGx0AtR4qrfka6nO8K Da4nVVAqKh/E2elJg5nrn6JWgzks5L7O019Ns1tyilGb5H7nlFU150GHHWuiczeYdX3l /0Sp94IqziTwAI2xokvc2TX77aQTz2u9ee8CMMA7DLyqC9ETEnjvntP9mo0T0S2OfTJg 1HppCmlYoIrmQcsQwzXMUMQnEU2+OjP3qFbbDyayRwlIPovaaDZTAIgqGsJAMo3PjRTE NyHg== X-Received: by 10.112.162.38 with SMTP id xx6mr3333480lbb.110.1432825416893; Thu, 28 May 2015 08:03:36 -0700 (PDT) Original-Received: by 10.25.43.65 with HTTP; Thu, 28 May 2015 08:03:16 -0700 (PDT) In-Reply-To: <874mmwpynx.fsf@web.de> X-Google-Sender-Auth: fb9_i8CE0jmcLaZNHyeya9CrBRo X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::236 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104636 Archived-At: On Thu, May 28, 2015 at 8:25 PM, Michael Heerdegen wrote: > What do you want instead: that a > random window in a random frame is selected and forced to display the > buffer? I think the implicit assumption is that there exists a unique frame other than the current one, and that it contains a single window. I find myself in such a setup quite often, although my normal workflow is then to switch to the other frame (using windmove + framemove) and then select whatever buffer I need in that frame.