all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman@gmail.com>
To: Juri Linkov <juri@jurta.org>
Cc: Emacs-Devel devel <emacs-devel@gnu.org>
Subject: Re: replace-regexp-in-string, using the dyn scoped variable STR
Date: Thu, 12 Nov 2009 11:17:41 +0100	[thread overview]
Message-ID: <e01d8a50911120217k52336172x51d186fb104add05@mail.gmail.com> (raw)
In-Reply-To: <877htwmirx.fsf@mail.jurta.org>

On Thu, Nov 12, 2009 at 10:59 AM, Juri Linkov <juri@jurta.org> wrote:
>>     (setq org-str (replace-regexp-in-string
>>                    "&#x\\([a-f0-9]\\{2,4\\}\\);"
>>                    (lambda (m)
>>                      (char-to-string
>>                       ;; Note: str is scoped dynamically from
>>                       ;; `replace-regexp-in-string'.
>>                       (+ (string-to-number (match-string 1 str) 16)
>
> `str' has the same value as `m'.

Thanks Juri. (Wonder how I missed that?)

  reply	other threads:[~2009-11-12 10:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-11 19:18 replace-regexp-in-string, using the dyn scoped variable STR Lennart Borgman
2009-11-11 20:25 ` Stefan Monnier
2009-11-11 20:40   ` Lennart Borgman
2009-11-12  9:59 ` Juri Linkov
2009-11-12 10:17   ` Lennart Borgman [this message]
2009-11-12 15:26   ` Stefan Monnier
2009-11-12 15:58     ` Andreas Schwab
2009-11-12 17:05       ` Stefan Monnier
2009-11-12 22:07         ` Lennart Borgman

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=e01d8a50911120217k52336172x51d186fb104add05@mail.gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=juri@jurta.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.