all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Stefan Kangas <stefankangas@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: master 87e422f: Beef up the Emacs string utility set a bit
Date: Mon, 21 Dec 2020 21:03:47 +0100	[thread overview]
Message-ID: <87ft3zc4f0.fsf@gnus.org> (raw)
In-Reply-To: <CADwFkmkL2uCj3gs7rT9H+vn3HUAPiD3Srndr5EoeJHkfTZeGiw@mail.gmail.com> (Stefan Kangas's message of "Mon, 21 Dec 2020 13:05:23 -0600")

Stefan Kangas <stefankangas@gmail.com> writes:

> I had a look at GitHub to get some data, in case that helps.

Yes, thanks.

> It seems to have some real world usage, at least:
>
>     https://github.com/search?l=Emacs+Lisp&q=s-chomp&type=Code

Hm...  is there a way to filter out the code people are including from
s.el?  Many of those are just the example code from there:

(defexamples s-chomp
  (s-chomp "no newlines\n") => "no newlines"
  (s-chomp "no newlines\r\n") => "no newlines"
  (s-chomp "some newlines\n\n") => "some newlines\n")

Let's see...

https://github.com/search?q=s-chomp+-defexample+-newlines&type=Code

This probably filters a bit too much?  But it got rid of most of the
example code.

What would we call it in Emacs Lisp?  I guess most people would
understand `string-chomp', but it's a bit un-Elispy.

>> s-repeat (num s)
>>
>> This neither.
>
> Seems to see some use, but not a lot:
>
>     https://github.com/search?l=Emacs+Lisp&q=s-repeat&type=Code

4K of those were from

	 (s-repeat (org-habit-scheduled-repeat habit))

With

https://github.com/search?q=s-repeat+-org&type=Code

we're down to more reasonable numbers.  Of the first few pagefuls of
hits, more than nine tenths of them use s-repeat at a synonym for
make-string.  (s-repeat count "-") instead of (make-string count ?-).

So I'm leaning towards "not".

>> There's also a bunch of "titleize" functions that just seem to quirky.
>> And the camelCase and SnakeCase functions?  Dunno, I think they're best
>> left in the s.el for people that want that.
>
> Unsure about titleize, but here we have:
>
>     https://github.com/search?l=Emacs+Lisp&q=s-titleize&type=Code

Oh, I forgot again that "titleize" here was the same as `capitalize' in
Emacs Lisp.  OK, then the possibly useful function is

s-capitalize (s)

which upcases the first character and downcases the rest.  And that
seems to have a fair number of usages:

https://github.com/search?q=s-capitalize&type=Code

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



  reply	other threads:[~2020-12-21 20:03 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20201221175345.27592.89597@vcs0.savannah.gnu.org>
     [not found] ` <20201221175347.9F1B820B76@vcs0.savannah.gnu.org>
2020-12-21 18:24   ` master 87e422f: Beef up the Emacs string utility set a bit Stefan Kangas
2020-12-21 18:32     ` Lars Ingebrigtsen
2020-12-21 18:44       ` Lars Ingebrigtsen
2020-12-21 19:05         ` Stefan Kangas
2020-12-21 20:03           ` Lars Ingebrigtsen [this message]
2020-12-21 20:18         ` Basil L. Contovounesios
2020-12-21 20:38           ` Clément Pit-Claudel
2020-12-21 21:11             ` Lars Ingebrigtsen
2020-12-21 21:29               ` Clément Pit-Claudel
2020-12-21 21:32                 ` Lars Ingebrigtsen
2020-12-21 20:20         ` Clément Pit-Claudel
2020-12-21 20:34           ` Lars Ingebrigtsen
2020-12-21 20:44             ` Clément Pit-Claudel
2020-12-21 21:06               ` Lars Ingebrigtsen
2020-12-21 22:13                 ` Basil L. Contovounesios
2020-12-21 22:19                   ` Lars Ingebrigtsen
2020-12-22 10:41         ` Mattias Engdegård
2020-12-22 14:48           ` Lars Ingebrigtsen
2020-12-22 15:03             ` Mattias Engdegård
2020-12-22 15:24           ` Alfred M. Szmidt
2020-12-21 19:05       ` Stefan Monnier
2020-12-21 19:19         ` Lars Ingebrigtsen

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=87ft3zc4f0.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=emacs-devel@gnu.org \
    --cc=stefankangas@gmail.com \
    /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.