From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Curious as to message in echo area Date: Sun, 17 Jun 2018 20:37:45 -0400 Message-ID: <824eaa02-680a-7299-fb15-ccfba40b91c1@verizon.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------87E61021A28A6B2E0DCDCBC9" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUiBL-0000fY-U3 for emacs-orgmode@gnu.org; Sun, 17 Jun 2018 20:38:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUiBI-0006w8-Rc for emacs-orgmode@gnu.org; Sun, 17 Jun 2018 20:38:07 -0400 Received: from sonic305-4.consmr.mail.bf2.yahoo.com ([74.6.133.43]:38252) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fUiBI-0006vM-Ly for emacs-orgmode@gnu.org; Sun, 17 Jun 2018 20:38:04 -0400 Received: from pool-96-238-154-64.syrcny.east.verizon.net (EHLO [10.0.0.4]) ([96.238.154.64]) by smtp409.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID ba97c13cd6ef6b3a56ae6b573be5a0dd for ; Mon, 18 Jun 2018 00:37:58 +0000 (UTC) Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --------------87E61021A28A6B2E0DCDCBC9 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Hello, I have always concerned myself that a table column formula returns what is expected.and is correct. However I never paid attention to the echo area and I just noticed that it displays the following message "cells in region copied, use M-x org-table-paste-rectangle to paste them in a table" when I C-c C-c on the formula in the following table | 1 | | 2 | | 3 | |   | #+tblfm: @>$>=vsum(@1..@>>) The correct result is returned. Have I been ignoring something for the past several years, i.e. has the above message always been displayed? Just wondering. Charlie Millar --------------87E61021A28A6B2E0DCDCBC9 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit

Hello,

I have always concerned myself that a table column formula returns what is expected.and is correct.

However I never paid attention to the echo area and I just noticed that it displays the following message

"cells in region copied, use M-x org-table-paste-rectangle to paste them in a table"

when I C-c C-c on the formula in the following table

| 1 |
| 2 |
| 3 |
|   |
#+tblfm: @>$>=vsum(@1..@>>)

The correct result is returned.

Have I been ignoring something for the past several years, i.e. has the above message always been displayed?

Just wondering.

Charlie Millar


 

--------------87E61021A28A6B2E0DCDCBC9-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Curious as to message in echo area Date: Mon, 18 Jun 2018 02:51:07 -0400 Message-ID: <874li0bnac.fsf@alphaville.usersys.redhat.com> References: <824eaa02-680a-7299-fb15-ccfba40b91c1@verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUo0a-0007oQ-40 for emacs-orgmode@gnu.org; Mon, 18 Jun 2018 02:51:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUo0V-0000C2-7J for emacs-orgmode@gnu.org; Mon, 18 Jun 2018 02:51:24 -0400 Received: from [195.159.176.226] (port=40843 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fUo0U-0000BE-Vl for emacs-orgmode@gnu.org; Mon, 18 Jun 2018 02:51:19 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fUnyK-00051W-O7 for emacs-orgmode@gnu.org; Mon, 18 Jun 2018 08:49:04 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Charles Millar writes: > Hello, > > I have always concerned myself that a table column formula returns what is expected.and is correct. > > However I never paid attention to the echo area and I just noticed that it displays the following message > > "cells in region copied, use M-x org-table-paste-rectangle to paste them in a table" > > when I C-c C-c on the formula in the following table > > | 1 | > | 2 | > | 3 | > |   | > #+tblfm: @>$>=vsum(@1..@>>) > > The correct result is returned. > > Have I been ignoring something for the past several years, i.e. has the above message always been displayed? > No, it was added recently: ,---- | $ git blame -L 1868,1870 -- org-table.el | 5c8cb1e733 (Bastien 2018-04-28 12:52:20 +0200 1868) (setq org-table-clip (nreverse region)) | 5c8cb1e733 (Bastien 2018-04-28 12:52:20 +0200 1869) (message (substitute-command-keys "Cells in the region copied, use \\[org-table-paste-rectangle] to paste them in a table.")))) | fe939ecb95 (Carsten Dominik 2008-03-22 16:52:18 +0100 1870) | $ git show 5c8cb1e733 | commit 5c8cb1e7332a9fd8ba71cd0a5fe7bdf5d19d09fd | Author: Bastien | Date: Sat Apr 28 12:52:20 2018 +0200 | | Add messages for `org-table-copy-region' and `org-copy-visible' | | * lisp/org-table.el (org-table-copy-region): | * lisp/org.el (org-copy-visible): Add a message. `---- > Just wondering. > > Charlie Millar > >   > -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Re: Curious as to message in echo area Date: Mon, 18 Jun 2018 21:05:18 -0400 Message-ID: <45801ce3-d010-0eb0-9ac5-7600c6b6c270@verizon.net> References: <824eaa02-680a-7299-fb15-ccfba40b91c1@verizon.net> <874li0bnac.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fV55c-0000tt-1t for emacs-orgmode@gnu.org; Mon, 18 Jun 2018 21:05:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fV55Y-0006v6-UW for emacs-orgmode@gnu.org; Mon, 18 Jun 2018 21:05:44 -0400 Received: from sonic307-4.consmr.mail.bf2.yahoo.com ([74.6.134.43]:36148) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fV55Y-0006um-PR for emacs-orgmode@gnu.org; Mon, 18 Jun 2018 21:05:40 -0400 Received: from pool-74-106-194-135.syrcny.east.verizon.net (EHLO [10.0.0.2]) ([74.106.194.135]) by smtp413.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 9ecc568eeb6b6a0e736d83c14cf57c22 for ; Tue, 19 Jun 2018 01:05:36 +0000 (UTC) In-Reply-To: <874li0bnac.fsf@alphaville.usersys.redhat.com> Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org On 06/18/2018 02:51 AM, Nick Dokos wrote: > Charles Millar writes: > >> Hello, >> >> I have always concerned myself that a table column formula returns what is expected.and is correct. >> >> However I never paid attention to the echo area and I just noticed that it displays the following message >> >> "cells in region copied, use M-x org-table-paste-rectangle to paste them in a table" >> when I C-c C-c on the formula in the following table >> >> | 1 | >> | 2 | >> | 3 | >> |   | >> #+tblfm: @>$>=vsum(@1..@>>) >> >> The correct result is returned. >> >> Have I been ignoring something for the past several years, i.e. has the above message always been displayed? >> > No, it was added recently: > > ,---- > | $ git blame -L 1868,1870 -- org-table.el > | 5c8cb1e733 (Bastien 2018-04-28 12:52:20 +0200 1868) (setq org-table-clip (nreverse region)) > | 5c8cb1e733 (Bastien 2018-04-28 12:52:20 +0200 1869) (message (substitute-command-keys "Cells in the region copied, use \\[org-table-paste-rectangle] to paste them in a table.")))) > | fe939ecb95 (Carsten Dominik 2008-03-22 16:52:18 +0100 1870) > | $ git show 5c8cb1e733 > | commit 5c8cb1e7332a9fd8ba71cd0a5fe7bdf5d19d09fd > | Author: Bastien > | Date: Sat Apr 28 12:52:20 2018 +0200 > | > | Add messages for `org-table-copy-region' and `org-copy-visible' > | > | * lisp/org-table.el (org-table-copy-region): > | * lisp/org.el (org-copy-visible): Add a message. > thank you.