From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22543 invoked by alias); 30 Jan 2011 10:51:45 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28680 Received: (qmail 22690 invoked from network); 30 Jan 2011 10:51:43 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.216.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=LDANKBGApqkBbPfT4eFCXZYfeRmOdWEq5LBOPPkzKBw=; b=Q6ERnbD4CJ4dyPscmlijjpzAD15EO8k0YpZnji6cMgpo5WwhuSY/4ASnGazVUoNZMe cO4Bo/UL8+zyn5aJBPdCvwhQrLTOYm/gkGyDbPGSLI7Ir/YM0wwBMHT7bz5wM6QHN4k4 +BatScDK/8Qyq7yisL//JcCm2gRFRa2bMInek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=dgEDMEADF98O8G4CnjuC2l1N6M3srQN4hDMgsc/BR77PsgWsVu2DsawnnOyBKbrLL6 xQywA5P4U4WQwtwqtK7Ph8ACEjiHYZsurHu9T24hW/6mRbfdvxL+deXB+WTtH+7uiy7u lKMBbTe/G0tKrEAAFTAoH6NC/5HDHogNxnPFw= MIME-Version: 1.0 In-Reply-To: References: <87oc74dpuy.fsf@ft.bewatermyfriend.org> <87d3njemu9.fsf@ft.bewatermyfriend.org> <110126090508.ZM2111@torch.brasslantern.com> <110126092944.ZM2205@torch.brasslantern.com> <110129211610.ZM21714@torch.brasslantern.com> <110129231514.ZM21967@torch.brasslantern.com> From: Julien Nicoulaud Date: Sun, 30 Jan 2011 11:51:16 +0100 Message-ID: Subject: Re: Slow completion when using aptitude To: Bart Schaefer Cc: cheer_xiao , zsh-workers@zsh.org Content-Type: multipart/alternative; boundary=0016e64b03b6550468049b0e153b --0016e64b03b6550468049b0e153b Content-Type: text/plain; charset=ISO-8859-1 By the way, this issue was already known: http://www.zsh.org/mla/workers/2008/msg00930.html 2011/1/30 Julien Nicoulaud > Here is zprof after a "sudo apt-get install a": > http://paste2.org/p/1219060 > And after a "sudo aptitude install a": > http://paste2.org/p/1219061 > > As you said earlier, all the time is spent > in _deb_packages_update_uninstalled... > > 2011/1/30 Bart Schaefer > > On Jan 30, 1:53pm, cheer_xiao wrote: >> } >> } I check the documentation that apparently there is no instruction on >> } how to load modules. Any hints? >> >> zmodload zsh/zprof >> >> The zmodload command ought to be cross-referenced from the "Zsh Modules" >> section, but there is an index entry for "loading modules" that points >> to zmodload. >> > > --0016e64b03b6550468049b0e153b--