From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: winner.el vs. simple.el Date: Wed, 21 Apr 2004 16:23:17 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20040421161002.0C19.JMBARRANQUERO@wke.es> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1082558065 17973 80.91.224.253 (21 Apr 2004 14:34:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Apr 2004 14:34:25 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 21 16:34:16 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGIno-0004kL-00 for ; Wed, 21 Apr 2004 16:34:16 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGInn-0004q3-00 for ; Wed, 21 Apr 2004 16:34:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BGIjX-0006Pu-Kf for emacs-devel@quimby.gnus.org; Wed, 21 Apr 2004 10:29:51 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BGIjF-0006NF-A7 for emacs-devel@gnu.org; Wed, 21 Apr 2004 10:29:33 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BGIih-0006Ei-Rb for emacs-devel@gnu.org; Wed, 21 Apr 2004 10:29:31 -0400 Original-Received: from [62.22.181.117] (helo=idefix.laley.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BGIdE-0004bp-97 for emacs-devel@gnu.org; Wed, 21 Apr 2004 10:23:20 -0400 Original-Received: from [172.17.221.23] (jsredondo.wk.org [172.17.221.23]) by idefix.laley.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2655.55) id JH25S9AH; Wed, 21 Apr 2004 16:23:11 +0200 Original-To: emacs-devel@gnu.org X-Mailer: Becky! ver. 2.08.01 [en] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21988 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21988 There's a keybinding conflict between simple.el and winner.el. Nothing earth-shaking, though. winner-mode defines winner-undo and winner-redo in its minor-mode map as C-x left and C-x right. Since 2002-04-27, simple.el defines these keybindings on the global map for prev-buffer, next-buffer (BTW, these aren't mentioned on etc/NEWS even when they're user commands and highly useful). There's no released Emacs with the (prev,next)-buffer bindings, so they could be changed to C-x C-left, C-x C-right (almost as easy to type as the current ones, and free AFAICS). Changing winner.el is another possibility, although I'm hesitant to do so because it's been around since 1997, at least, and claims to be compatible with Emacs 19.X, 20.X, and various XEmacsen. Do we want to do something about it? Juanma