From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David House Newsgroups: gmane.emacs.devel Subject: Re: how about a find-library-other-window command? Date: Thu, 21 Jun 2007 10:57:49 +0100 Message-ID: <18042.19357.517899.64196@gargle.gargle.HOWL> References: <87bqfb7grk.fsf@jurta.org> <87abuuhg52.fsf@jurta.org> <87lkeebpha.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182419885 5536 80.91.229.12 (21 Jun 2007 09:58:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2007 09:58:05 +0000 (UTC) Cc: Juri Linkov , schwab@suse.de, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 21 11:58:04 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I1JQR-0004fj-2e for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2007 11:58:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1JQQ-00031z-Oc for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2007 05:58:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I1JQN-0002zW-Hn for emacs-devel@gnu.org; Thu, 21 Jun 2007 05:57:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1JQM-0002xH-3G for emacs-devel@gnu.org; Thu, 21 Jun 2007 05:57:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1JQL-0002x7-T8 for emacs-devel@gnu.org; Thu, 21 Jun 2007 05:57:57 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I1JQL-0005jg-Av for emacs-devel@gnu.org; Thu, 21 Jun 2007 05:57:57 -0400 Original-Received: by ug-out-1314.google.com with SMTP id 34so602703ugf for ; Thu, 21 Jun 2007 02:57:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:mime-version:content-type:content-transfer-encoding:message-id:date:to:cc:subject:in-reply-to:references:x-mailer; b=EhrqNiiqmS/RY9vpFK+KIdQ2+dx+x/V+co06vWdbdP968tZF8vmxfHOnJtnHOVnMvTKuxmvo6MVRD8m7BwgcGdMQWG+Eh+koj9G4XEUnXOFkN6eVIpltHQFuuShQhiv6A19h58/UbGZxhRbDSPuCaPW63ym638h+w6Z8I493KXY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:mime-version:content-type:content-transfer-encoding:message-id:date:to:cc:subject:in-reply-to:references:x-mailer; b=s2qEfVrRlM+IPcVEFRQr67AHteqp97zhT5ZXtMWOELiKS4DXtY854VvaaCXGK/F50JcvIF4p61xE/aaXyLyJh6EWkT4mwixXlLlwLV4pOi5rwoJB04lMBD6kmq8mR9y1qvFR8YMheAZ7O6ReJXA0ZIk3sAYoKnS5S4PTbYSTtnE= Original-Received: by 10.66.220.17 with SMTP id s17mr1920444ugg.1182419876407; Thu, 21 Jun 2007 02:57:56 -0700 (PDT) Original-Received: from tarn ( [86.132.138.230]) by mx.google.com with ESMTP id z40sm1890859ugc.2007.06.21.02.57.50 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 21 Jun 2007 02:57:55 -0700 (PDT) In-Reply-To: X-Mailer: VM 7.19 under Emacs 23.0.0.1 X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:73513 Archived-At: Richard Stallman writes: > I do not want anything that would replace C-x 4 f and similar > commands with four-character sequences. I would be happy with a system whereby C-x 4 was equivalent to C-x in the other window, so that find-file-other-window becomes C-x 4 C-f (as it is also currently) and C-x 4 f is set-fill-column-other-window. The latter perhaps isn't that useful, but for consistency's sake, it should be that. In other words we make a copy of ctrl-x-map and put it on C-x 4, but with every command having its effects in the other window. -- -David House, dmhouse@gmail.com