GNU bug report logs - #10929
24.0.94; `psetq' is autoloaded but not recognized in `emacs -Q'

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Fri, 2 Mar 2012 16:53:02 UTC

Severity: minor

Tags: notabug, wontfix

Found in version 24.0.94

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lawrence Mitchell <wence <at> gmx.li>
To: 10929 <at> debbugs.gnu.org
Subject: bug#10929: 24.0.94; `psetq' is autoloaded but not recognized in `emacs -Q'
Date: Fri, 02 Mar 2012 16:58:46 +0000
Drew Adams wrote:
> I don't claim this is a bug - you decide.

not-a-bug, as below.

> emacs -Q

> C-h f psetq    ;; Not recognized

CL symbols aren't exposed in emacs -Q without loading cl

> M-x load-library cl RET

> C-h f psetq    ;; says it is autoloaded

That's cos it is.  The autoloads for cl functions/macros are in
cl-loaddefs.el.  When you load cl.el it loads cl-loaddefs.el
autoloading additional names without loading the files
immediately.

Lawrence

-- 
Lawrence Mitchell <wence <at> gmx.li>





This bug report was last modified 13 years and 79 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.