From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: short rant Date: Fri, 16 Dec 2005 20:47:25 +0200 Message-ID: <200512162047.26050.pogonyshev@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1134768438 9499 80.91.229.2 (16 Dec 2005 21:27:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Dec 2005 21:27:18 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 16 22:27:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EnN6D-0005pK-6F for ged-emacs-devel@m.gmane.org; Fri, 16 Dec 2005 22:26:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EnN6u-00075r-U3 for ged-emacs-devel@m.gmane.org; Fri, 16 Dec 2005 16:27:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EnKeS-0002ET-JI for emacs-devel@gnu.org; Fri, 16 Dec 2005 13:49:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EnKeQ-0002Cb-4C for emacs-devel@gnu.org; Fri, 16 Dec 2005 13:49:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EnKeP-0002Bs-Af for emacs-devel@gnu.org; Fri, 16 Dec 2005 13:49:53 -0500 Original-Received: from [213.165.64.21] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1EnKgs-0006bd-43 for emacs-devel@gnu.org; Fri, 16 Dec 2005 13:52:26 -0500 Original-Received: (qmail invoked by alias); 16 Dec 2005 18:49:06 -0000 Original-Received: from unknown (EHLO [82.209.226.131]) [82.209.226.131] by mail.gmx.net (mp037) with SMTP; 16 Dec 2005 19:49:06 +0100 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.7.2 Content-Disposition: inline X-Y-GMX-Trusted: 0 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:47890 Archived-At: * simple.el (set-mark-command-repeat-pop): New variable. (set-mark-command): Only interpret plan C-@ after a pop as a pop if set-mark-command-repeat-pop is true. This is great, but I wish people thought about backward compatibility more. Why doesn't this variable have `t' value by default saving me from looking through the ChangeLog to find why `C-u C-SPC C-SPC' suddenly stopped working? Paul