From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: How to install icicles libraries Date: Wed, 8 Jul 2009 15:09:08 -0700 Message-ID: References: <3b9893450907081109t64796d4bm8662dcfdcc7ecf4e@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1247090990 21840 80.91.229.12 (8 Jul 2009 22:09:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jul 2009 22:09:50 +0000 (UTC) To: "'n179911'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 09 00:09:43 2009 Return-path: Envelope-to: geh-help-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 1MOfKg-0008MF-9F for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Jul 2009 00:09:42 +0200 Original-Received: from localhost ([127.0.0.1]:59681 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOfKf-000885-E8 for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Jul 2009 18:09:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOfKL-00086i-5Z for help-gnu-emacs@gnu.org; Wed, 08 Jul 2009 18:09:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOfKG-0007zk-Go for help-gnu-emacs@gnu.org; Wed, 08 Jul 2009 18:09:20 -0400 Original-Received: from [199.232.76.173] (port=43780 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOfKG-0007zW-BF for help-gnu-emacs@gnu.org; Wed, 08 Jul 2009 18:09:16 -0400 Original-Received: from rcsinet12.oracle.com ([148.87.113.124]:23091 helo=rgminet12.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MOfKF-0000ty-Dm for help-gnu-emacs@gnu.org; Wed, 08 Jul 2009 18:09:15 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rgminet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n68M8mfI020382 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 8 Jul 2009 22:08:49 GMT Original-Received: from abhmt005.oracle.com (abhmt005.oracle.com [141.146.116.14]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n68MAuev031395; Wed, 8 Jul 2009 22:10:57 GMT Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 08 Jul 2009 15:09:07 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <3b9893450907081109t64796d4bm8662dcfdcc7ecf4e@mail.gmail.com> Thread-Index: Acn/97CAr+BCVdNAS16AqiSGfLgtqAAHmaaQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt005.oracle.com [141.146.116.14] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010204.4A551904.0044:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65863 Archived-At: > Can you please tell me how to install icicles libraries? > > I follow http://www.emacswiki.org/emacs/Icicles_-_Libraries#toc3 and > use "Use library auto-install.el. Setup like this: (setq > auto-install-save-confirm nil). Do 'M-x auto-install-batch', then > enter 'icicles'. - " > > But I get this error: error in process filter: Symbol's function > definition is void: url-file-nondirectory > > Can you please tell me how to install icicles? Caveat: I'm no expert on `auto-install.el'; I didn't write it. But the file header says that it is for Emacs 22 or later. When I open Emacs 22 or 23 (with no init file: `emacs -Q'), and I do `C-h f url-file-nondirectory', I see that that function is defined. So I'm guessing that you are trying to use `auto-install.el' with an Emacs version prior to 22. Is that right? If so, then use one of the other methods to download the Icicles files. Try `icicles-install.el' or the script `get-icicles.sh'. Or just download the files individually at http://www.emacswiki.org/cgi-bin/wiki/ElispArea. HTH.