all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "andrés ramírez" <rrandresf@gmail.com>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: jyavner@member.fsf.org, vincentb1@users.sourceforge.net,
	Boruch Baum <boruch_baum@gmx.com>,
	emacs-devel@gnu.org
Subject: Re: [PATCH] improving ses-jump for accepting cell names as lowercase
Date: Wed, 09 Mar 2022 15:20:27 +0000	[thread overview]
Message-ID: <86a6dzqhj8.fsf@gmail.com> (raw)
In-Reply-To: <87o82f5ia2.fsf@gnus.org>

Hi. Lars. My comments below.

>>>>> "Lars" == Lars Ingebrigtsen <larsi@gnus.org> writes:

    Lars> andres.ramirez <rrandresf@gmail.com> writes:
    >> This patch improves ses-jump a little bit.

    Lars> [...]

    >> - (user-error "Invalid cell name") - (list (intern s))))) + (user-error "Empty cell name") +
    >> (list (intern (upcase s))))))

    Lars> I've never used ses before -- do cells have only upper-case names?

This is my gut feeling. I started using ses a couple of year ago. It
is really handy having a networked spreadsheet software :). Org-mode
tables are handy for simple things But for a little bit complex
calculations ses-mode is paramount.

This code comes from 2002. I think It should be around emacs19 or
emacs20. At that time it was just the TUI for emacs. Probably at that
time ses-jump was not so useful as it could be today. I could be
wrong. But nowadays We have 'display-line-numbers'. So When activating
display-line-numbers it is simpler to use ses-jump as we have a
line-number indicator at the left of the frame.

Back to your question. In the past lotus-1-2-3 used to have just
upper-case names on rows. So probably the answer is Yes.

JIC I am going to Cc the author and the maintainer. Perhaps They could
tell us about it. I have skimmed the code and have not found the answer.

Also I am sharing a couple of images for giving You a better idea:
,---- [ cli ]
| http://0x0.st/oPDb.png
`----

,---- [ lucid ]
| http://0x0.st/oPDc.png
`----

Best Regards



  reply	other threads:[~2022-03-09 15:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-08  4:39 [PATCH] improving ses-jump for accepting cell names as lowercase andres.ramirez
2022-03-09 14:09 ` Lars Ingebrigtsen
2022-03-09 15:20   ` andrés ramírez [this message]
     [not found]     ` <CAPAOBV8G1xtD7dxEOexM8kozfnUPEPnhxDO5nFTB9Q71vBNbhA@mail.gmail.com>
2022-03-10 12:30       ` Vincent Belaïche
2022-03-11 13:32         ` andrés ramírez
2022-03-18 18:42           ` Vincent Belaïche

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86a6dzqhj8.fsf@gmail.com \
    --to=rrandresf@gmail.com \
    --cc=boruch_baum@gmx.com \
    --cc=emacs-devel@gnu.org \
    --cc=jyavner@member.fsf.org \
    --cc=larsi@gnus.org \
    --cc=vincentb1@users.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.