From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.devel Subject: Re: please make line-move-visual nil Date: Tue, 26 May 2009 13:37:36 +0200 Message-ID: <7b501d5c0905260437l2a14fd21nd319f4eeb4e3d972@mail.gmail.com> References: <48914.130.55.118.19.1242592120.squirrel@webmail.lanl.gov> <66C6BA04EBCF4B6DAED69E851627D852@us.oracle.com> <54A5E41E3FD446F590AA580D90C5B518@us.oracle.com> <56DF3F5FED9445EAB0C666DE0904BAC2@us.oracle.com> <87fxes5p4n.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1243337989 28450 80.91.229.12 (26 May 2009 11:39:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 May 2009 11:39:49 +0000 (UTC) Cc: Stefan Monnier , Drew Adams , emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 26 13:39:42 2009 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 1M8v0L-0006Q6-Ny for ged-emacs-devel@m.gmane.org; Tue, 26 May 2009 13:39:38 +0200 Original-Received: from localhost ([127.0.0.1]:38055 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8v0L-0007Oa-2N for ged-emacs-devel@m.gmane.org; Tue, 26 May 2009 07:39:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M8uyZ-0005I6-3a for emacs-devel@gnu.org; Tue, 26 May 2009 07:37:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M8uyR-0005AS-PN for emacs-devel@gnu.org; Tue, 26 May 2009 07:37:44 -0400 Original-Received: from [199.232.76.173] (port=46376 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8uyR-0005AC-BT for emacs-devel@gnu.org; Tue, 26 May 2009 07:37:39 -0400 Original-Received: from mail-fx0-f169.google.com ([209.85.220.169]:41078) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M8uyR-0001XS-00 for emacs-devel@gnu.org; Tue, 26 May 2009 07:37:39 -0400 Original-Received: by fxm17 with SMTP id 17so4006749fxm.42 for ; Tue, 26 May 2009 04:37:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=EPFsEeJ47tpcBX8thKbrJzo6OfzAv+hJ2607txOXEQE=; b=TPEqW6ib20pwgeRzZRLrl795t/5JWrA1neBQpNUD888qyh2FijVah+DBBy4EEJbTyE 5+pIGT4fJe8KY1E2Es0JAm5nTSNX/SXDK98th3DwjJBR1DXxFLYPTg1QtKmevSrh/DRT j6m2m4/B6hJN7aabZOFH4g1TNFYNCOviQdxKc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ZTk39abVlyGrDx9WBbeefHQqO9jyZf9Y3IG5nQtgjTmAiWtVqzDeOEWoGj+O2TKJ63 IEGDghBxcgMbjHRzNxNsE5c2fJ5MTntUgHPdviT9nuLnGELYPPyYSa03M9NO6SVXsQ6i akoR4njthXJldu1UOSXwzsBloHBw99K6d5zMY= Original-Received: by 10.204.60.148 with SMTP id p20mr7987353bkh.160.1243337856752; Tue, 26 May 2009 04:37:36 -0700 (PDT) In-Reply-To: <87fxes5p4n.fsf@thinkpad.tsdh.de> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:111107 Archived-At: 2009/5/26 Tassilo Horn : > Ok, so what I wanted to propose instead some special handling of > line-move-visual in keyboard macros is the addition of two hook > `before-kbd-macro-hook' and `after-kbd-macro-hook' which are run before > and after the definition and execution of keyboard macros. =A0Then users > can decide the value of line-move-visual and others depending on the > current buffer's mode or the lunar phase in macros, no matter the > default or user-specified value. I completely support this and in my opinion it's not too late to add these hooks. --=20 Deniz Dogan