emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] improving ses-jump for accepting cell names as lowercase


From: Lars Ingebrigtsen
Subject: Re: [PATCH] improving ses-jump for accepting cell names as lowercase
Date: Wed, 09 Mar 2022 15:09:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

andres.ramirez <rrandresf@gmail.com> writes:

> This patch improves ses-jump a little bit.

[...]

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

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

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]