From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?S=E9bastien_Vauban?= Newsgroups: gmane.emacs.help Subject: info+.el Lisp error Date: Thu, 06 Mar 2008 10:03:51 +0100 Organization: Sebastien Vauban Message-ID: <87skz45img.fsf@mundaneum.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 1204796493 25065 80.91.229.12 (6 Mar 2008 09:41:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2008 09:41:33 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 06 10:41:57 2008 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 1JXCbr-00030S-Hs for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Mar 2008 10:41:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JXCbK-0007kM-4a for geh-help-gnu-emacs@m.gmane.org; Thu, 06 Mar 2008 04:41:22 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!feeder.erje.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!feed1.news.be.easynet.net!reader0.news.be.easynet.net!not-for-mail Original-Newsgroups: gnu.emacs.help Face: iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAElBMVEUAAAAAAP+LRRP0pGC+vr7///+7mT1iAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9cBBwMODhglKe4AAAEsSURBVCjPbZNBboQwDEV/Cd4X9QJRThApmn0XYW+Jyf2v0m+HhqDBgiAe9rcTG7QHw/1Vn2Ar8gBb/ocywSN3qK9T3z4eFDB4eApocBpeBs1RSykoJd8gQcm8pGmHXFso3ajnmsqV0TnYDQkOfXUfN5NwaI7AWTVOyEhcu1aHmdWItHddUVUcUgUBCkitu8V6ditHVOVdqzl2EQ1ZVGTbdK0V7cqn8vWzoU5Q/bF9Y/Y0cRU1xwkys5dJ+Dt6pBDWifcNQml8Gh2JVmPSoQzo7en0grswkxrUGYJ70hSxxAGr7ZMwYcHIzprpi7TENEE1xtiYxixRlCfPBsUUrwHD7uGIwATrbnODJcVrPpVn3hxiGloem/S+z3CtuzUSMo83N4DPH+F0evwR3P4A2k+75838OKQAAAAASUVORK5CYII= X-Www-site: Under construction... User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:rncvyLEozt2jZlradUO1ywYNVpc= Original-Lines: 40 Original-NNTP-Posting-Date: 06 Mar 2008 09:03:51 GMT Original-NNTP-Posting-Host: 81.188.7.152 Original-X-Trace: 1204794231 reader0.news.be.easynet.net 1585 [::ffff:81.188.7.152]:25452 Original-X-Complaints-To: abuse@be.easynet.net Original-Xref: shelby.stanford.edu gnu.emacs.help:156718 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:52089 Archived-At: Hi all (and Drew in particular), I'm using since a long time `info+.el' which is great when reading help manuals, as it fontifies much more than the default (and maybe does other things I'm not yet aware of). --8<---------------cut here---------------start------------->8--- (require 'info+) --8<---------------cut here---------------end--------------->8--- However, since some time (maybe since the last update [=B9] - not sure), the function `Info-index' (hitting the key `i') does not work anymore and returns me the following: --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (void-function Info-clone-buffer-hook) Info-clone-buffer-hook() run-hooks(clone-buffer-hook) clone-buffer() (let ((completion-ignore-case t) (Info-complete-menu-buffer ...) (Info-co= mplete-nodes ...) (Info-history-list nil)) (if (equal Info-current-file "di= r") (error "The Info directory node has no index; use m to select a manual"= )) (unwind-protect (with-current-buffer Info-complete-menu-buffer ... ...) = (kill-buffer Info-complete-menu-buffer))) (list (let (... ... ... ...) (if ... ...) (unwind-protect ... ...))) call-interactively(Info-index nil nil) --8<---------------cut here---------------end--------------->8--- Anyone can help? Best regards, Seb [=B9] I'm using version: 21.1 Last-Updated: Sun Jan 06 18:26:21 2008 (-28800 Pacific Standard Time) By: dradams Update #: 3146 --=20 S=E9bastien=A0Vauban