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

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

apropos-documentation fails if apropos-do-all is non-nil


From: Drew Adams
Subject: apropos-documentation fails if apropos-do-all is non-nil
Date: Sat, 29 May 2004 18:21:27 -0700

Emacs 21.3.50.1 (i386-mingw-nt5.1.2600) of 2004-04-27 on BERATUNG4.
 
(setq apropos-do-all t)
 
(apropos-documentation "foobar")  -> error
 
Here's the backtrace:
 
Debugger entered--Lisp error: (wrong-type-argument stringp quote)
  insert-file-contents(quote)
  apropos-documentation-check-elc-file(quote)
  apropos-documentation-internal((quote ((devanagari ... nil) (bengali ... nil) (gurmukhi ... nil) (gujarati ... nil) (oriya ... nil) (tamil ... nil) (telugu ... nil) (kannada ... nil) (malayalam ... nil))))
 #[(symbol) "Æ!ÇN?¨? ...
 mapatoms(#[(symbol) "Æ!ÇN?¨?...
  apropos-documentation("foobar")
  eval((apropos-documentation "foobar"))
  eval-_expression_((apropos-documentation "foobar") nil)
* call-interactively(eval-_expression_)
 
If apropos-do-all is nil, no problem executing (apropos-documentation "foobar") 

reply via email to

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