From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: bookmark.el patch for 1) other window and 2) C-x p instead of C-x r Date: Sat, 14 Jul 2007 15:47:48 -0700 Message-ID: <87ir8mzjor.fsf@red-bean.com> References: <87myxzx4ck.fsf@kfs-lx.testafd.dk> <877ip3505z.fsf@red-bean.com> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1184453288 15165 80.91.229.12 (14 Jul 2007 22:48:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Jul 2007 22:48:08 +0000 (UTC) Cc: emacs-devel@gnu.org, drew.adams@oracle.com, storm@cua.dk To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 15 00:48:06 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 1I9qPF-00063M-SY for ged-emacs-devel@m.gmane.org; Sun, 15 Jul 2007 00:48:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9qPF-00058L-8P for ged-emacs-devel@m.gmane.org; Sat, 14 Jul 2007 18:48:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I9qPC-000588-6V for emacs-devel@gnu.org; Sat, 14 Jul 2007 18:48:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I9qPA-00057w-QK for emacs-devel@gnu.org; Sat, 14 Jul 2007 18:48:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9qPA-00057t-JY for emacs-devel@gnu.org; Sat, 14 Jul 2007 18:48:00 -0400 Original-Received: from sanpietro.red-bean.com ([66.146.193.61]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I9qP9-0005c1-Jw; Sat, 14 Jul 2007 18:47:59 -0400 Original-Received: from localhost ([127.0.0.1]:52081) by sanpietro.red-bean.com with esmtp (Exim 4.63) (envelope-from ) id 1I9qOz-0000XB-3H; Sat, 14 Jul 2007 17:47:49 -0500 In-Reply-To: (Richard Stallman's message of "Sat\, 14 Jul 2007 18\:33\:50 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Linux 2.6 (newer, 3) 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:74795 Archived-At: Richard Stallman writes: > Please do not define either C-x p or C-x j. Merely to separate the > bookmark commands from the register commands is not a good reason > to use up one of those two slots. > > If we had lots of such prefixes available, then I'd be all in favor of > using one for this. But we don't, so we should save them for > something more important. > > Please put the bookmark commands on C-x r where they were before. Will do.