From: Dmitry Gutov <dgutov@yandex.ru>
To: "Felicián Németh" <felician.nemeth@gmail.com>,
"Michael Albinus" <michael.albinus@gmx.de>
Cc: 34221@debbugs.gnu.org
Subject: bug#34221: [PATCH] Make project-files work with remote files
Date: Sat, 2 Feb 2019 14:59:18 +0300 [thread overview]
Message-ID: <e8ec1b9e-f111-a6b7-c594-3703a0ac1322@yandex.ru> (raw)
In-Reply-To: <CAGLaV2bTxMdsQxzEvHGj9WdjFwOy+9sRbKjqX8RrjCPk1dL9dA@mail.gmail.com>
On 02.02.2019 13:16, Felicián Németh wrote:
> Originally, I wanted to avoid this approach, because mapcar iterates
> over the result even if remote-id is nil, but I guess the overhead is
> negligible.
That's how I read it too. I'm not so sure that the overhead is negligible.
Compare
(benchmark 1 '(all-completions "" obarray))
and
(benchmark 1 '(mapcar (lambda (s) (concat nil s)) (all-completions ""
obarray)))
next prev parent reply other threads:[~2019-02-02 11:59 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-27 12:21 bug#34221: [PATCH] Make project-files work with remote files Felicián Németh
2019-01-28 7:12 ` Michael Albinus
2019-01-28 8:10 ` Felicián Németh
2019-01-28 8:29 ` Michael Albinus
2019-01-30 8:15 ` Felicián Németh
2019-01-30 8:34 ` Michael Albinus
2019-02-01 3:16 ` Dmitry Gutov
2019-02-01 8:14 ` Michael Albinus
2019-02-02 0:10 ` Dmitry Gutov
2019-02-02 8:36 ` Felicián Németh
2019-02-02 9:18 ` Michael Albinus
2019-02-02 10:16 ` Felicián Németh
2019-02-02 11:59 ` Dmitry Gutov [this message]
2019-02-02 12:13 ` Michael Albinus
2019-02-07 11:05 ` Dmitry Gutov
2019-02-07 11:14 ` Michael Albinus
2019-02-02 12:26 ` Michael Albinus
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=e8ec1b9e-f111-a6b7-c594-3703a0ac1322@yandex.ru \
--to=dgutov@yandex.ru \
--cc=34221@debbugs.gnu.org \
--cc=felician.nemeth@gmail.com \
--cc=michael.albinus@gmx.de \
/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.