From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60; format-time-string, post-command-hook and mark Date: Thu, 14 Feb 2008 21:24:32 +0900 Message-ID: References: <87ve4vca8z.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1202991905 21698 80.91.229.12 (14 Feb 2008 12:25:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Feb 2008 12:25:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: bojohan+news@dd.chalmers.se (Johan Bockgård) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 14 13:25:28 2008 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 1JPd9U-0006uq-6p for ged-emacs-devel@m.gmane.org; Thu, 14 Feb 2008 13:25:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPd90-0003Xr-DM for ged-emacs-devel@m.gmane.org; Thu, 14 Feb 2008 07:24:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPd8w-0003Xc-LM for emacs-devel@gnu.org; Thu, 14 Feb 2008 07:24:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPd8u-0003XQ-BM for emacs-devel@gnu.org; Thu, 14 Feb 2008 07:24:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPd8u-0003XN-4s for emacs-devel@gnu.org; Thu, 14 Feb 2008 07:24:44 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPd8t-0007MA-Ko for emacs-devel@gnu.org; Thu, 14 Feb 2008 07:24:44 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m1ECOaPJ024033; Thu, 14 Feb 2008 21:24:36 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m1ECOaVO027942; Thu, 14 Feb 2008 21:24:36 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m1ECOWLg028270; Thu, 14 Feb 2008 21:24:32 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1JPd8i-00012x-NT; Thu, 14 Feb 2008 21:24:32 +0900 In-reply-to: (bojohan+news@dd.chalmers.se) X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.aist.go.jp id m1ECOaPJ024033 X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:89070 Archived-At: In article , bojohan+news@d= d.chalmers.se (Johan Bockg=C3=A5rd) writes: > Stephen Berman writes: > > 1. Start Emacs with these arguments: > > -Q --eval "(add-hook 'post-command-hook (lambda () (format-time= -string \"%Y\")))" > > > > 2. Load a file into a buffer or type some text in a buffer. > > > > 3. If you select a region of the buffer with the mouse and try to del= ete > > the region with C-w, Emacs beeps and says "The mark is not active now= " > > and the region is not deleted. > There used to be code in coding.c to save and restore Vdeactivate_mark. > In 23.0.60 it doesn't refer to Vdeactivate_mark at all. Handa-san? It seems that the change of handling Vdeactivate_mark in codinc.c was lost while synchronizing emacs-unicode-2 with the trunk. I've just installed a fix. --- Kenichi Handa handa@ni.aist.go.jp