From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Shift selection using interactive spec Date: Tue, 18 Mar 2008 08:49:03 +0100 Message-ID: <47DF73EF.5050201@gmx.at> References: <87k5k69p92.fsf@stupidchicken.com> <200803140408.m2E47hPU014494@sallyv1.ics.uci.edu> <87prtxpekk.fsf@kfs-lx.rd.rdm> <87abl11ilo.fsf@stupidchicken.com> <874pb9koyw.fsf@stupidchicken.com> <87od9gzqv9.fsf@stupidchicken.com> <87bq5gytbi.fsf@stupidchicken.com> <8763vndi0r.fsf@kfs-lx.rd.rdm> <87hcf6ratt.fsf@stupidchicken.com> <878x0if9ul.fsf@stupidchicken.com> <87od9e9gnx.fsf@stupidchicken.com> <873aqp5mzs.fsf@stupidchicken.com> <47DEEF89.2040602@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1205826681 4784 80.91.229.12 (18 Mar 2008 07:51:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Mar 2008 07:51:21 +0000 (UTC) Cc: Chong Yidong , "Kim F. Storm" , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 18 08:51:47 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 1JbWbo-0007aP-RG for ged-emacs-devel@m.gmane.org; Tue, 18 Mar 2008 08:51:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JbWbF-0002D0-35 for ged-emacs-devel@m.gmane.org; Tue, 18 Mar 2008 03:51:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JbWYw-00017E-QF for emacs-devel@gnu.org; Tue, 18 Mar 2008 03:48:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JbWYv-000150-0d for emacs-devel@gnu.org; Tue, 18 Mar 2008 03:48:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JbWYu-00014h-I9 for emacs-devel@gnu.org; Tue, 18 Mar 2008 03:48:44 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JbWYu-0006vj-1q for emacs-devel@gnu.org; Tue, 18 Mar 2008 03:48:44 -0400 Original-Received: (qmail invoked by alias); 18 Mar 2008 07:48:42 -0000 Original-Received: from N719P027.adsl.highway.telekom.at (EHLO [62.47.33.219]) [62.47.33.219] by mail.gmx.net (mp008) with SMTP; 18 Mar 2008 08:48:42 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+HnshAASmHIiYO/JIOpPIxvajJLFszszWkbAliPm tAiEYvMElGrr3o User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: 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:92872 Archived-At: > It might even be hacked in Elisp at least for a proof of concept, by > detecting when point is moved because of scrolling, then setting > cursor-type to nil, recording the original point, deactivating the mark, > and then in some pre-command-hook reactivate the mark (if it was > activated before) and set point back to its original value (thus causing > the scroll-back). That's what I tried with http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg01892.html