From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Re: [RFC] normalize kill-region in calc Date: Sun, 5 Jul 2015 11:14:27 -0500 Message-ID: References: <55986C25.6020705@dancol.org> <85oajqevit.fsf@iznogoud.viz> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114262225c883d051a2315ea X-Trace: ger.gmane.org 1436112887 11904 80.91.229.3 (5 Jul 2015 16:14:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 Jul 2015 16:14:47 +0000 (UTC) Cc: Emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 05 18:14:47 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZBmZ3-0006qw-PL for ged-emacs-devel@m.gmane.org; Sun, 05 Jul 2015 18:14:45 +0200 Original-Received: from localhost ([::1]:47117 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBmZ2-0000Gu-Un for ged-emacs-devel@m.gmane.org; Sun, 05 Jul 2015 12:14:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBmYo-0000Gp-OC for Emacs-devel@gnu.org; Sun, 05 Jul 2015 12:14:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZBmYn-0007jC-Ou for Emacs-devel@gnu.org; Sun, 05 Jul 2015 12:14:30 -0400 Original-Received: from mail-ig0-x22a.google.com ([2607:f8b0:4001:c05::22a]:38002) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBmYn-0007i9-J8 for Emacs-devel@gnu.org; Sun, 05 Jul 2015 12:14:29 -0400 Original-Received: by igrv9 with SMTP id v9so100553781igr.1 for ; Sun, 05 Jul 2015 09:14:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=si9cnTQv2ygp0okR2S25cMekqa0lF3zgKsc7BOVtWoY=; b=wMy6d1cPaWtwOIuKf0vpmkftIqY8a+vU+Xlst10CySKcyv1Xl6S1/6itTap/k26IpS atTO+4zvgzxzLY5TuWN8wGFTlMKjOzgGQYkHSqrGljP80DdC+JsMbE/JWJpa+1HW2tRG d98B/Ve3MMDtzS5BY9dts6yaK6EIZGQIkX7u4Me0sXDfvLIqMSrc8n6ozbktzKROD0NN Ow73+m0E5mRV1/qiCgmvA5nelVpnMzPQwlpwpEJTbfLe6GcF2AAy0dXC7HQotI0z1Qar UA7T6sze+O/TtRMswzeHFLc6rk3fVP72gq5nIHdVx/kxwz4N6EW1DfKdgQgKRxYCVhZ3 mlSA== X-Received: by 10.107.170.163 with SMTP id g35mr23872653ioj.79.1436112868114; Sun, 05 Jul 2015 09:14:28 -0700 (PDT) Original-Received: by 10.107.138.169 with HTTP; Sun, 5 Jul 2015 09:14:27 -0700 (PDT) Original-Received: by 10.107.138.169 with HTTP; Sun, 5 Jul 2015 09:14:27 -0700 (PDT) In-Reply-To: <85oajqevit.fsf@iznogoud.viz> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::22a X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:187726 Archived-At: --001a114262225c883d051a2315ea Content-Type: text/plain; charset=UTF-8 It seems like a reasonable thing to do. My only concern, with keybindings that have been around so long, is that some may be used to M-w operating on whole lines in Calc. But if nobody objects, the change looks fine. On Jul 5, 2015 5:42 AM, "Wolfgang Jenkner" wrote: > On Sat, Jul 04 2015, Daniel Colascione wrote: > > > Right now, calc binds M-w to a special version of copy-region-as-kill > > than copies the entire calc value (along with the calc stack prefix) > > instead of just the highlighted region. This behavior is inconsistent > > with other modes. Can we apply something like this patch? I'll fix the > > documentation if we apply it. > > Calc has a maintainer (please see admin/MAINTAINERS). > > --001a114262225c883d051a2315ea Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

It seems like a reasonable thing to do.=C2=A0 My only concer= n, with keybindings that have been around so long, is that some may be used= to M-w operating on whole lines in Calc.=C2=A0 But if nobody objects, the = change looks fine.

On Jul 5, 2015 5:42 AM, "Wolfgang Jenkner&q= uot; <wjenkner@inode.at> wro= te:
On Sat, Jul 04 2= 015, Daniel Colascione wrote:

> Right now, calc binds M-w to a special version of copy-region-as-kill<= br> > than copies the entire calc value (along with the calc stack prefix) > instead of just the highlighted region. This behavior is inconsistent<= br> > with other modes. Can we apply something like this patch? I'll fix= the
> documentation if we apply it.

Calc has a maintainer (please see admin/MAINTAINERS).

--001a114262225c883d051a2315ea--