all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* info+.el Lisp error
@ 2008-03-06  9:03 Sébastien Vauban
  2008-03-06 15:01 ` Drew Adams
       [not found] ` <mailman.8438.1204815809.18990.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Sébastien Vauban @ 2008-03-06  9:03 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: info+.el Lisp error
  2008-03-06  9:03 info+.el Lisp error Sébastien Vauban
@ 2008-03-06 15:01 ` Drew Adams
       [not found] ` <mailman.8438.1204815809.18990.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 4+ messages in thread
From: Drew Adams @ 2008-03-06 15:01 UTC (permalink / raw)
  To: 'Sébastien Vauban', help-gnu-emacs

> 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).
> 
> 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:
> 
> Debugger entered--Lisp error: (void-function Info-clone-buffer-hook)
> 
> 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

Hi Sebastien,

Should be OK now; please try the latest version.

What version of Emacs are you using? I suspect you're using a development
version (CVS). They changed Info-clone-buffer-hook to Info-clone-buffer
recently for Emacs 22.1.90. I forgot to upload the fix.

It's hard to keep up and keep it working for all Emacs versions. I usually
fix things such as that after a new release is out, but let me know if other
things break in the development version.

Thx - Drew






^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: info+.el Lisp error (SOLVED)
       [not found] ` <mailman.8438.1204815809.18990.help-gnu-emacs@gnu.org>
@ 2008-03-06 15:29   ` Sébastien Vauban
  2008-03-06 15:48     ` Drew Adams
  0 siblings, 1 reply; 4+ messages in thread
From: Sébastien Vauban @ 2008-03-06 15:29 UTC (permalink / raw)
  To: help-gnu-emacs

Hi Drew,

>> [...] the function `Info-index' (hitting the key `i') does
>> not work anymore and returns me the following:
>> 
>> Debugger entered--Lisp error: (void-function Info-clone-buffer-hook)
>> 
>> I'm using version: 21.1
>>     Last-Updated: Sun Jan 06 18:26:21 2008 (-28800 Pacific 
>> Standard Time)
>
> Should be OK now; please try the latest version.

Yep. It is. Solved!


> What version of Emacs are you using? I suspect you're using a
> development version (CVS). They changed Info-clone-buffer-hook
> to Info-clone-buffer recently for Emacs 22.1.90. I forgot to
> upload the fix.

I'm using the Ubuntu package provided to the community by
Alexandre Vassolotti:

    GNU Emacs 23.0.60.1 (i486-pc-linux-gnu, GTK+ Version 2.12.0)
    of 2007-12-30 on iridium

See http://peadrop.com/blog/2007/01/06/pretty-emacs/.


> It's hard to keep up and keep it working for all Emacs
> versions. I usually fix things such as that after a new
> release is out

I can imagine.


> but let me know if other things break in the development
> version.

Thank you very much for such a quick reaction!!


BTW, hitting `i' does open an entry of the manual where our
search term was found, but it does not open it on the line where
the match is found, neither does it highlight it.

Are such things possible, which would render the whole even much
more usable?

Thanks,
  Seb

-- 
Sébastien Vauban


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: info+.el Lisp error (SOLVED)
  2008-03-06 15:29   ` info+.el Lisp error (SOLVED) Sébastien Vauban
@ 2008-03-06 15:48     ` Drew Adams
  0 siblings, 0 replies; 4+ messages in thread
From: Drew Adams @ 2008-03-06 15:48 UTC (permalink / raw)
  To: 'Sébastien Vauban', help-gnu-emacs

> BTW, hitting `i' does open an entry of the manual where our
> search term was found, but it does not open it on the line where
> the match is found, neither does it highlight it.
> 
> Are such things possible, which would render the whole even much
> more usable?

Seb - Please suggest that to the Emacs developers: emacs-devel@gnu.org.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-06 15:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-06  9:03 info+.el Lisp error Sébastien Vauban
2008-03-06 15:01 ` Drew Adams
     [not found] ` <mailman.8438.1204815809.18990.help-gnu-emacs@gnu.org>
2008-03-06 15:29   ` info+.el Lisp error (SOLVED) Sébastien Vauban
2008-03-06 15:48     ` Drew Adams

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.