From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthias Pfeifer Newsgroups: gmane.emacs.help Subject: ibuffer-do-view-other-frame not using other frame Date: Sun, 23 Nov 2014 09:41:56 +0100 Message-ID: <20141123094156.ba69d2c335e8b00d4c7c21ec@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1416732162 13890 80.91.229.3 (23 Nov 2014 08:42:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2014 08:42:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 23 09:42:31 2014 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 1XsSkZ-0005oz-CQ for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Nov 2014 09:42:31 +0100 Original-Received: from localhost ([::1]:47965 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsSkY-0000Vu-ST for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Nov 2014 03:42:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsSkF-0000Vl-Ga for help-gnu-emacs@gnu.org; Sun, 23 Nov 2014 03:42:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsSk3-0002BS-B3 for help-gnu-emacs@gnu.org; Sun, 23 Nov 2014 03:42:11 -0500 Original-Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:51468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsSk3-0002BM-4I for help-gnu-emacs@gnu.org; Sun, 23 Nov 2014 03:41:59 -0500 Original-Received: by mail-wi0-f171.google.com with SMTP id bs8so2958781wib.4 for ; Sun, 23 Nov 2014 00:41:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=xJEyV+DldPoFrx2zRjqplWPbL+3DsHBrRji5R05OzUo=; b=JTp+kg0/udfNAmnvJC1V9Tkq9M8Z4HrPCM7YlWCfuNa6Jm3TDsR3qWsDnaaw+oaTNP np9VfuYw0wksD2dwCd4O1dDsgWTfwqLfigOI6OjSt96Gt59PO38l6kP9yMr0byo9dEmR zNsbbJQQdARtu4DQqNjbge53vqU93KBWvpCQTMP3yzaIy+hhg9nthOSWyZFv0FcwTsE7 SlaiIlNVCUPRya0pxTGPbtaXDsHdnnKMCLbLUkzDO3cyHpgFuMxgOTq5LacygJK6IjKA kEsSQ7hucSl9jvY2pCtJk0whsakSQr5PqvvbqfEiKOjMOX6FirDKcMNbGv6Xwlu5MDZK QHkg== X-Received: by 10.194.189.81 with SMTP id gg17mr23552618wjc.115.1416732118022; Sun, 23 Nov 2014 00:41:58 -0800 (PST) Original-Received: from inspirion (dslb-178-005-152-013.178.005.pools.vodafone-ip.de. [178.5.152.13]) by mx.google.com with ESMTPSA id mu4sm6503151wib.2.2014.11.23.00.41.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 23 Nov 2014 00:41:57 -0800 (PST) X-Mailer: Sylpheed 3.4.0beta7 (GTK+ 2.24.23; i686-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22b 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:101124 Archived-At: Hi there, this is a queston about ibuffer: In ibuffer "H" is bound by default to "ibuffer-do-view-other-frame". The help text tells me > It is bound to H, . > > (ibuffer-do-view-other-frame) > > View each of the marked buffers in a separate frame. I expect that the command opens a new frame and shows the marked buffer there. However if i mark a buffer by pressing "m" then press "H". The marked buffer is shown in the current frame replacing the window showing ibuffer. However calling "ibuffer-visit-buffer-other-frame" on any buffer operates as expected and opens a new frame for showing. Is there somthing wrong about my understanding of ibuffer-do-view-other-frame? Is there something freaky in my setup? I have not customized ibuffer at all... Matthias --