From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.bugs Subject: bug#910: leim-list.el is looked up in too many places at startup Date: Wed, 10 Sep 2008 10:11:00 +0200 Message-ID: References: <200809071125.m87BPSMV028737@sallyv1.ics.uci.edu> Reply-To: Andreas Schwab , 910@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1221035294 10519 80.91.229.12 (10 Sep 2008 08:28:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Sep 2008 08:28:14 +0000 (UTC) Cc: 910@emacsbugs.donarmstrong.com, Dan Nicolaescu To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Sep 10 10:29:09 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KdL4H-0006K8-KK for geb-bug-gnu-emacs@m.gmane.org; Wed, 10 Sep 2008 10:28:53 +0200 Original-Received: from localhost ([127.0.0.1]:46186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdL3F-0002L6-Uy for geb-bug-gnu-emacs@m.gmane.org; Wed, 10 Sep 2008 04:27:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KdL33-0002FI-WE for bug-gnu-emacs@gnu.org; Wed, 10 Sep 2008 04:27:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KdL32-0002E6-FQ for bug-gnu-emacs@gnu.org; Wed, 10 Sep 2008 04:27:37 -0400 Original-Received: from [199.232.76.173] (port=49612 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdL32-0002E3-2l for bug-gnu-emacs@gnu.org; Wed, 10 Sep 2008 04:27:36 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:59175) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KdL31-00080m-Gs for bug-gnu-emacs@gnu.org; Wed, 10 Sep 2008 04:27:35 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8A8RX5H003258; Wed, 10 Sep 2008 01:27:33 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m8A8K3R7032539; Wed, 10 Sep 2008 01:20:03 -0700 X-Loop: don@donarmstrong.com Resent-From: Andreas Schwab Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 10 Sep 2008 08:20:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 910 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 910-submit@emacsbugs.donarmstrong.com id=B910.122103426930456 (code B ref 910); Wed, 10 Sep 2008 08:20:03 +0000 Original-Received: (at 910) by emacsbugs.donarmstrong.com; 10 Sep 2008 08:11:09 +0000 Original-Received: from mx1.suse.de (mail.suse.de [195.135.220.2]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8A8B5d5030450 for <910@emacsbugs.donarmstrong.com>; Wed, 10 Sep 2008 01:11:07 -0700 Original-Received: from Relay1.suse.de (relay-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id A1680418AE; Wed, 10 Sep 2008 10:11:02 +0200 (CEST) X-Yow: .. I have a VISION! It's a RANCID double-FISHWICH on an ENRICHED BUN!! In-Reply-To: (Glenn Morris's message of "Tue, 09 Sep 2008 22:04:05 -0400") User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/22.2 (gnu/linux) X-MIME-Autoconverted: from 8bit to quoted-printable by rzlab.ucr.edu id m8A8RX5H003258 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Wed, 10 Sep 2008 04:27:37 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:20429 Archived-At: Glenn Morris writes: > Dan Nicolaescu wrote: > >> strace emacs -Q >> >> shows that leim-list.el is looked up in 32 locations at startup. We >> only have it in a single place. Is this a leftover from the time >> when leim was distributed separately from emacs? >> >> It would be good if this redundant work would be avoided. > > > It does seem superfluous. Extensions can and do add their own leim-list. Andreas. --=20 Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstra=DFe 5, 90409 N=FCrnberg, Germany PGP key fingerprint =3D 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED= 5 "And now for something completely different."