From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Shift-movement selection Date: Wed, 12 Mar 2008 11:11:45 -0400 Message-ID: References: <871w6ounk0.fsf@kfs-lx.rd.rdm> <87ablacdxt.fsf@catnip.gol.com> <87skyzzeng.fsf@catnip.gol.com> <87fxuyobxt.fsf@kfs-lx.rd.rdm> <20080311224232.GB4420@muc.de> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1205334869 20430 80.91.229.12 (12 Mar 2008 15:14:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Mar 2008 15:14:29 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org, juri@jurta.org, monnier@iro.umontreal.ca, storm@cua.dk, miles@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 12 16:14:47 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from mail-forward.uio.no ([129.240.10.42]) by lo.gmane.org with esmtp (Exim 4.50) id 1JZSf0-0003IB-ML for ged-emacs-devel@m.gmane.org; Wed, 12 Mar 2008 16:14:30 +0100 Original-Received: from mail-mx8.uio.no ([129.240.10.38]) by pat.uio.no with esmtp (Exim 4.67) (envelope-from ) id 1JZSeS-0004Fk-Hz for ged-emacs-devel@m.gmane.org; Wed, 12 Mar 2008 16:13:56 +0100 Original-Received: from lists.gnu.org ([199.232.76.165]) by mail-mx8.uio.no with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1JZSdz-0006AJ-T0 for ged-emacs-devel@m.gmane.org; Wed, 12 Mar 2008 16:13:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZSdq-0008DC-Bq for ged-emacs-devel@m.gmane.org; Wed, 12 Mar 2008 11:13:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZSce-0007j5-Cc for emacs-devel@gnu.org; Wed, 12 Mar 2008 11:12:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZScZ-0007gq-JO for emacs-devel@gnu.org; Wed, 12 Mar 2008 11:12:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZScZ-0007gk-C6 for emacs-devel@gnu.org; Wed, 12 Mar 2008 11:11:59 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZScY-0003KG-Dx for emacs-devel@gnu.org; Wed, 12 Mar 2008 11:11:59 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JZScL-0000BC-KE; Wed, 12 Mar 2008 11:11:45 -0400 In-reply-to: <20080311224232.GB4420@muc.de> (message from Alan Mackenzie on Tue, 11 Mar 2008 22:42:32 +0000) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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 X-UiO-Spam-info: not spam, SpamAssassin (score=-1.0, required=5.0, autolearn=disabled, RCVD_IN_DNSWL_LOW=-1) X-UiO-Scanned: 0BF26ADB2CAF924029D7DC7F7552A89691874C2D X-UiO-SR-test: A5B5909DC61775E4643E17B457311A3FBA064FAF X-UiO-SPAM-Test: remote_host: 199.232.76.165 spam_score: -9 maxlevel 200 minaction 2 bait 0 mail/h: 11 total 42567 max/h 424 blacklist 0 greylist 0 ratelimit 0 Xref: news.gmane.org gmane.emacs.devel:92292 Archived-At: Why not introduce an after-move-hook, somewhat akin to after-change-hook? If the idea is that Fgoto-char and other point-setting primitives would call this, that would be hard to implement safely and it slow down Lisp programs terribly.