From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pawel Newsgroups: gmane.emacs.help Subject: Re: opening buffers in particular windows? Date: Sat, 03 Apr 2010 23:34:10 +0200 Organization: education Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1270330495 31892 80.91.229.12 (3 Apr 2010 21:34:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 3 Apr 2010 21:34:55 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Brendan Miller Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 03 23:34:47 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NyAzN-0006TC-RM for geh-help-gnu-emacs@m.gmane.org; Sat, 03 Apr 2010 23:34:46 +0200 Original-Received: from localhost ([127.0.0.1]:59728 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyAzN-00062P-7O for geh-help-gnu-emacs@m.gmane.org; Sat, 03 Apr 2010 17:34:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NyAyy-00062G-Hp for help-gnu-emacs@gnu.org; Sat, 03 Apr 2010 17:34:20 -0400 Original-Received: from [140.186.70.92] (port=44954 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NyAyv-000624-Nb for help-gnu-emacs@gnu.org; Sat, 03 Apr 2010 17:34:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NyAyt-000780-P7 for help-gnu-emacs@gnu.org; Sat, 03 Apr 2010 17:34:17 -0400 Original-Received: from mail-fx0-f212.google.com ([209.85.220.212]:58674) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NyAyt-00077o-Kc for help-gnu-emacs@gnu.org; Sat, 03 Apr 2010 17:34:15 -0400 Original-Received: by fxm4 with SMTP id 4so1258178fxm.26 for ; Sat, 03 Apr 2010 14:34:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:to:cc:subject:x-mailer :organization:references:from:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=xrXIcC/ujSuobvC0p/rDyN44J1662T7P0SWxAsTZPsU=; b=XTTeLdiDfciwqpKiprdhCZULHBysKYOTPNUU3dBAOvnaYibFVu59keo/DNKPnA/UPE SLHkUaubQoUS8ERHQ5+WT95bE90NpWq2XnTnvzpwQLx5YQHD3ocAMlyCl2jq/qPLB7R0 /txBIoMghpmZkrHmO7QueR4sSyujFcFPVTABk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:cc:subject:x-mailer:organization:references:from:date :in-reply-to:message-id:user-agent:mime-version:content-type; b=sFPHFvKgaj34zyfVFlyC7QPFEFcof11IECiqafukHhjUQOPDmKRWrgbX061aEhCW7i bcj/l7ETO4kL21tjSOWbmygcYHvOx3EPrQHYkR66OV5iHSXTaIZ4z3N7myHsr2OnIjRr eRsqLX2k7hTZo6niycrAVsuCfbS/uRZ+26dGs= Original-Received: by 10.223.16.66 with SMTP id n2mr3605771faa.83.1270330453739; Sat, 03 Apr 2010 14:34:13 -0700 (PDT) Original-Received: from localhost.localdomain (aif217.neoplus.adsl.tpnet.pl [83.25.213.217]) by mx.google.com with ESMTPS id 22sm5016347fkq.17.2010.04.03.14.34.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 03 Apr 2010 14:34:13 -0700 (PDT) X-MAILER: KMail/1.7.1 In-Reply-To: (Brendan Miller's message of "Fri, 2 Apr 2010 12:04:11 -0700") User-Agent: mozilla news reader X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72590 Archived-At: Brendan Miller writes: > M-x man is actually kind of annoying because I usually want it to open > in the window that I run the command in. > good point. the first thing I did after learning elisp a bit was to open buffer list (C-x b) in current window. Solution is specific to buffer list only, but the question remains for other cases. best regards