all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Joel Reicher <joel.reicher@gmail.com>
To: Heime <heimeborgia@protonmail.com>
Cc: Heime via Users list for the GNU Emacs text editor
	<help-gnu-emacs@gnu.org>
Subject: Re: Get second character from comment-start
Date: Tue, 13 Aug 2024 20:39:04 +1000	[thread overview]
Message-ID: <86wmkkd7w7.fsf@gmail.com> (raw)
In-Reply-To: <udl4zD44z887Mblw-KNDYrKQHOiU_hNWU74PAQTWhXom0w2bxjgVDVQ8KnRs3_o8cyEs--sw-rrnTXlmxFBKuS0Vg-aC7ljQqHFtUUvZFiE=@protonmail.com> (Heime's message of "Tue, 13 Aug 2024 08:10:38 +0000")

Heime <heimeborgia@protonmail.com> writes:

> On Tuesday, August 13th, 2024 at 5:15 PM, Joel Reicher 
> <joel.reicher@gmail.com> wrote:
>
>> Any reason not to do (aref ... 1)? Not sure what you're worried 
>> about.
>
> What is the standard way of capturing characters from strings, 
> is it with aref ?

I don't know what makes something "standard" for you. As covered 
in (info "(elisp) String Basics") a string is an array, and as 
covered in (info "(elisp) Array Functions"), aref can be used to 
fetch an element of an array.

And as a random sample of some core code, aref is used 17 times in 
files.el from what I can see.

Cheers,

        - Joel



  reply	other threads:[~2024-08-13 10:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-12 19:47 Get second character from comment-start Heime
2024-08-13  5:15 ` Joel Reicher
2024-08-13  8:10   ` Heime
2024-08-13 10:39     ` Joel Reicher [this message]
2024-08-13 13:36       ` uzibalqa

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=86wmkkd7w7.fsf@gmail.com \
    --to=joel.reicher@gmail.com \
    --cc=heimeborgia@protonmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.