Error when calling describe-variable/key/function() in help-fns+.el
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.help Profile…
 Up
Error when calling describe-variable/key/function() in help-fns+.el         


Author: Nordlöw
Date: Sep 2, 2008 06:12

I get the following error:

Debugger entered--Lisp error: (void-function describe-simplify-lib-
file-name)
describe-simplify-lib-file-name(nil)
describe-variable(nil nil nil)
call-interactively(describe-variable nil nil)

when I try to use describe-variable()

I searched for describe-simplify-lib-file-name in my emacs configs and
found it in only once in help-fns+.el.

Then I looked into lisp/Changelog and found the following entry that
mentions describe-simplify-lib-file-name(). I am using Emacs version
23.0.60.1.

2008-09-01 Martin Rudalics
Show full article (1.01Kb)
1 Comment
RE: Error when calling describe-variable/key/function() in help-fns+.el         


Author: Drew Adams
Date: Sep 2, 2008 08:30

> I get the following error:
>
> Debugger entered--Lisp error: (void-function describe-simplify-lib-
> file-name)
> describe-simplify-lib-file-name(nil)
> describe-variable(nil nil nil)
> call-interactively(describe-variable nil nil)
>
> when I try to use describe-variable()
>
> I searched for describe-simplify-lib-file-name in my emacs configs and
> found it in only once in help-fns+.el.
>
> Then I looked into lisp/Changelog and found the following entry that
> mentions describe-simplify-lib-file-name(). I am using Emacs version
> 23.0.60.1.
>
> 2008-09-01 Martin Rudalics
>
> * help-fns.el (describe-simplify-lib-file-name) ...
Show full article (1.83Kb)
no comments

RELATED THREADS
SubjectArticles qty Group
Hypergeometric functions and beta functionssci.math ·
NB question on global/local variables in functionscomp.lang.python ·