From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#947: Recursive load of ido after unload-feature and reload Date: Wed, 10 Sep 2008 14:44:54 -0400 Message-ID: References: Reply-To: Glenn Morris , 947@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221073669 29454 80.91.229.12 (10 Sep 2008 19:07:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Sep 2008 19:07:49 +0000 (UTC) Cc: 947@emacsbugs.donarmstrong.com To: Juanma Barranquero Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Sep 10 21:08:44 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 1KdV3T-0007vf-Af for geb-bug-gnu-emacs@m.gmane.org; Wed, 10 Sep 2008 21:08:43 +0200 Original-Received: from localhost ([127.0.0.1]:35696 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdV2T-0003lf-4W for geb-bug-gnu-emacs@m.gmane.org; Wed, 10 Sep 2008 15:07:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KdV2P-0003lI-Tk for bug-gnu-emacs@gnu.org; Wed, 10 Sep 2008 15:07:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KdV2N-0003kN-DD for bug-gnu-emacs@gnu.org; Wed, 10 Sep 2008 15:07:36 -0400 Original-Received: from [199.232.76.173] (port=46015 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdV2N-0003kK-7w for bug-gnu-emacs@gnu.org; Wed, 10 Sep 2008 15:07:35 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:37678) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KdV2M-0004x3-Ml for bug-gnu-emacs@gnu.org; Wed, 10 Sep 2008 15:07:34 -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 m8AJ7WmQ006602; Wed, 10 Sep 2008 12:07:33 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m8AIt40O000932; Wed, 10 Sep 2008 11:55:04 -0700 X-Loop: don@donarmstrong.com Resent-From: Glenn Morris Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 10 Sep 2008 18:55:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 947 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 947-submit@emacsbugs.donarmstrong.com id=B947.122107240531068 (code B ref 947); Wed, 10 Sep 2008 18:55:04 +0000 Original-Received: (at 947) by emacsbugs.donarmstrong.com; 10 Sep 2008 18:46:45 +0000 Original-Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8AIkg08031060 for <947@emacsbugs.donarmstrong.com>; Wed, 10 Sep 2008 11:46:43 -0700 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KdUgQ-0007kA-ES; Wed, 10 Sep 2008 14:44:54 -0400 X-Spook: offensive information warfare FTS2000 Abu Ghraib counter X-Ran: e&^5c|S:%&nKhBlq)Su3r.o2!bP?vK;86+TeNm;48+&",ajjd.3`f!O>+Pr.!Fgl&dmytX X-Hue: red X-Attribution: GM In-Reply-To: (Juanma Barranquero's message of "Tue, 9 Sep 2008 16:29:40 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Wed, 10 Sep 2008 15:07:36 -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:20443 Archived-At: "Juanma Barranquero" wrote: > and setting the variable ido-mode runs this code: > > :set #'(lambda (symbol value) > (ido-mode value)) > > so there's really a recursion. Isn't this enough, so long as ido-mode is not enabled by default? *** ido.el 9 Sep 2008 14:01:03 -0000 1.150 --- ido.el 10 Sep 2008 18:44:43 -0000 *************** *** 353,359 **** use either \\[customize] or the function `ido-mode'." :set #'(lambda (symbol value) (ido-mode value)) ! :initialize 'custom-initialize-set :require 'ido :link '(emacs-commentary-link "ido.el") :set-after '(ido-save-directory-list-file --- 353,359 ---- use either \\[customize] or the function `ido-mode'." :set #'(lambda (symbol value) (ido-mode value)) ! :initialize 'custom-initialize-default :require 'ido :link '(emacs-commentary-link "ido.el") :set-after '(ido-save-directory-list-file