From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: chad Newsgroups: gmane.emacs.devel Subject: Re: splitting windows and switching buffers Date: Tue, 27 Mar 2012 17:39:31 -0700 Message-ID: <9F98BB20-EC68-43B4-9231-3129FC955CC7@gmail.com> References: <4F6AD765.3050404@gmx.at> <87lims5x1q.fsf@gnu.org> <4F6B7937.2070202@gmx.at> <87d3845pk9.fsf@gnu.org> <4F6C51C1.7080903@gmx.at> <87limr4b2r.fsf_-_@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: multipart/alternative; boundary="Apple-Mail=_5E2E6C90-4E65-4714-A5EB-EF8C18257A0A" X-Trace: dough.gmane.org 1332895194 18545 80.91.229.3 (28 Mar 2012 00:39:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 28 Mar 2012 00:39:54 +0000 (UTC) To: sds@gnu.org, Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 28 02:39:52 2012 Return-path: Envelope-to: ged-emacs-devel@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 1SCgvU-00034H-Vs for ged-emacs-devel@m.gmane.org; Wed, 28 Mar 2012 02:39:49 +0200 Original-Received: from localhost ([::1]:53303 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCgvU-00012r-Cg for ged-emacs-devel@m.gmane.org; Tue, 27 Mar 2012 20:39:48 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCgvR-00012A-5s for emacs-devel@gnu.org; Tue, 27 Mar 2012 20:39:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCgvP-0001NL-Hy for emacs-devel@gnu.org; Tue, 27 Mar 2012 20:39:44 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:37069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCgvL-0001Mo-QW; Tue, 27 Mar 2012 20:39:40 -0400 Original-Received: by pbcup15 with SMTP id up15so1036452pbc.0 for ; Tue, 27 Mar 2012 17:39:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:mime-version:content-type:subject:date:in-reply-to:to :references:message-id:x-mailer; bh=297YE5IZ+ReITUcEvpg1yXeVksYAvmLHSI5yj8XvSx0=; b=CKTQdWJFGdphTFPFp2xEqcq5S+OydlVIkQCULYsLBTnRJoqwkimo5ENxeGBn+M2gR/ Z6bYukO1KLwcbL6RDCI1BUVubey60SgzQSUVsDtd4SuaYqQxd2RnELbCb4xHs8Homdij pF0soKKUeKw4gZkyOU/j4Gxz/sXnArqTZMfwFZjwktHudkiayNQRM/C3tHxuGwAG5Cs5 20bMqYlceqRP9AVUypuJBE7dF48rbIrB/iNJuTJFMmwoGakjoVWMzWlFas7cvUvNk687 kIP4f8L4bYG16fLWMZ6a5pYozl047UaLH+HEV3TF5rn3WXGtWKMT0d+XI5320HR6nL4M KccA== Original-Received: by 10.68.125.135 with SMTP id mq7mr66530101pbb.155.1332895175594; Tue, 27 Mar 2012 17:39:35 -0700 (PDT) Original-Received: from [10.0.1.21] (c-98-247-148-125.hsd1.wa.comcast.net. [98.247.148.125]) by mx.google.com with ESMTPS id w10sm1434823pbb.20.2012.03.27.17.39.33 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 27 Mar 2012 17:39:34 -0700 (PDT) In-Reply-To: <87limr4b2r.fsf_-_@gnu.org> X-Mailer: Apple Mail (2.1257) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149234 Archived-At: --Apple-Mail=_5E2E6C90-4E65-4714-A5EB-EF8C18257A0A Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On Mar 23, 2012, at 7:59 AM, Sam Steingold wrote: >=20 > That's why I have >=20 > (defun sds-split-window (size) [...] >=20 > bound to [f2] and I (almost) never use C-x 2 or C-x 3. I'm curious about this usage pattern; do you often want to split windows = in emacs without doing something specific in the other window? I = rebound find-file-other-window to a convenient place and almost never = used C-x 2/3 again. *Chad --Apple-Mail=_5E2E6C90-4E65-4714-A5EB-EF8C18257A0A Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=us-ascii
On Mar 23, 2012, at 7:59 AM, Sam Steingold wrote:

That's why I have

(defun sds-split-window (size) [...]

bound to [f2] and I (almost) never use C-x 2 or C-x 3.

I'm curious about this usage pattern; do you often want to split windows in emacs without doing something specific in the other window?  I rebound find-file-other-window to a convenient place and almost never used C-x 2/3 again.

*Chad

--Apple-Mail=_5E2E6C90-4E65-4714-A5EB-EF8C18257A0A--