From: Svend Sorensen <svend@ciffer.net>
To: 17284@debbugs.gnu.org
Subject: bug#17284: Host name completion in shell mode take 45 seconds
Date: Thu, 02 Apr 2015 10:36:09 -0700 [thread overview]
Message-ID: <ruu384il9fa.fsf@svesorm0.corp.w3data.com> (raw)
In-Reply-To: <CA+N+ML_iF0Xb+w5qg4mcThWX6kcSiema_-W=yu-xGJU7=uS41w@mail.gmail.com>
This delay is happening in the pcmpl-ssh-known-hosts function, during
the second while:
(while (and (looking-back ",")
(re-search-forward host-re (line-end-position) t))
(add-to-list 'ssh-hosts-list (concat (match-string 1)
(match-string 2))))
If I remove this, I get back a list of hosts immediately.
My known_hosts file has 3600 lines.
next prev parent reply other threads:[~2015-04-02 17:36 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-17 17:47 bug#17284: 24.3.90; Host name completion in shell mode take 45 seconds Svend Sorensen
2015-04-02 17:36 ` Svend Sorensen [this message]
2015-04-03 5:39 ` bug#17284: " Nicolas Richard
2015-04-03 9:09 ` Svend Sorensen
2015-04-03 10:36 ` Nicolas Richard
2015-04-03 11:12 ` martin rudalics
2015-04-03 13:28 ` Stefan Monnier
2015-04-04 8:29 ` martin rudalics
2015-04-04 13:54 ` Stefan Monnier
2015-04-04 15:59 ` martin rudalics
2015-04-03 11:42 ` Dmitry Gutov
2015-04-03 11:58 ` Nicolas Richard
2015-04-03 16:25 ` Drew Adams
2015-04-04 8:29 ` martin rudalics
2015-04-04 14:46 ` Drew Adams
2015-04-04 16:00 ` martin rudalics
2015-04-04 21:38 ` Drew Adams
[not found] ` <cf794d98-4671-4a57-92cf-27a8c59c9211@default>
2016-01-02 3:59 ` Drew Adams
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=ruu384il9fa.fsf@svesorm0.corp.w3data.com \
--to=svend@ciffer.net \
--cc=17284@debbugs.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.