all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lawrence Mitchell <wence@gmx.li>
To: 10929@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	[thread overview]
Message-ID: <878vjj2b3t.fsf@gmx.li> (raw)
In-Reply-To: <D13F8927CB3046598B2DF82034697EA7@us.oracle.com>

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@gmx.li>






  reply	other threads:[~2012-03-02 16:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-02 16:51 bug#10929: 24.0.94; `psetq' is autoloaded but not recognized in `emacs -Q' Drew Adams
2012-03-02 16:58 ` Lawrence Mitchell [this message]
2012-03-02 17:06   ` Drew Adams
2012-05-30 18:04     ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878vjj2b3t.fsf@gmx.li \
    --to=wence@gmx.li \
    --cc=10929@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.