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 11:17:33 -0700 Message-ID: <87r6na26ki.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 1184437068 6409 80.91.229.12 (14 Jul 2007 18:17:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Jul 2007 18:17:48 +0000 (UTC) Cc: Drew Adams To: Emacs-Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 14 20:17:46 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 1I9mBX-0004AY-KX for ged-emacs-devel@m.gmane.org; Sat, 14 Jul 2007 20:17:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9mBX-0005Id-1h for ged-emacs-devel@m.gmane.org; Sat, 14 Jul 2007 14:17:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I9mBT-0005FF-VX for emacs-devel@gnu.org; Sat, 14 Jul 2007 14:17:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I9mBT-0005Ea-LN for emacs-devel@gnu.org; Sat, 14 Jul 2007 14:17:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9mBT-0005EH-D7 for emacs-devel@gnu.org; Sat, 14 Jul 2007 14:17:35 -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 1I9mBT-0005NG-5e for emacs-devel@gnu.org; Sat, 14 Jul 2007 14:17:35 -0400 Original-Received: from localhost ([127.0.0.1]:60317) by sanpietro.red-bean.com with esmtp (Exim 4.63) (envelope-from ) id 1I9mBR-00070f-ML; Sat, 14 Jul 2007 13:17:33 -0500 In-Reply-To: <877ip3505z.fsf@red-bean.com> (Karl Fogel's message of "Fri\, 13 Jul 2007 16\:55\:20 -0700") 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:74775 Archived-At: Karl Fogel writes: > Modified files: > man : ChangeLog > > Log message: > * regs.texi (Bookmarks): Adjust for recent keybinding changes in > bookmark.el, namely revision 1.90 (commitid mWoPbju3pgNotDps) and > revision 1.92 (commitid iTjqYHP9NtkZuDps). > > CVSWeb URLs: > http://cvs.savannah.gnu.org/viewcvs/emacs/man/ChangeLog?\ > cvsroot=emacs&r1=1.1300&r2=1.1301 I found this doc update lying around in my working copy -- apparently, I'd forgotten to commit it. Sorry. The original change for which the above updates the documentation was an incompatible change. RMS pointed out that incompatible changes should be discussed first, and only then committed. The original change had already gone in by that point. Since the most important thing is to have a consistent state in the tree (either all in or all out), I checked in the uncommitted doc updates above. So now we have a consistent state. If necessary, I can revert it all while we wait for consensus (which it looks like we have, but a few more days for comments wouldn't hurt), or I can just know for next time about the discuss-before-commit system for incompatible changes. My default is just to leave it, since the discussion is already well under way and we have no objections so far. (I'll adjust the actual keybindings later, as mentioned earlier in this thread.) However, I wanted to post this so everyone knows what's going on. -Karl