help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

info+.el Lisp error


From: Sébastien Vauban
Subject: info+.el Lisp error
Date: Thu, 06 Mar 2008 10:03:51 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

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 [¹] - 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-complete-nodes ...) (Info-history-list nil)) (if (equal Info-current-file 
"dir") (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

[¹] I'm using version: 21.1
    Last-Updated: Sun Jan 06 18:26:21 2008 (-28800 Pacific Standard Time)
              By: dradams
        Update #: 3146

-- 
Sébastien Vauban


reply via email to

[Prev in Thread] Current Thread [Next in Thread]