GNU bug report logs -
#10929
24.0.94; `psetq' is autoloaded but not recognized in `emacs -Q'
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 10929 in the body.
You can then email your comments to 10929 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#10929
; Package
emacs
.
(Fri, 02 Mar 2012 16:53:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Drew Adams" <drew.adams <at> oracle.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 02 Mar 2012 16:53:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
I don't claim this is a bug - you decide.
emacs -Q
C-h f psetq ;; Not recognized
M-x load-library cl RET
C-h f psetq ;; says it is autoloaded
This is likely true of other such macros as well.
In GNU Emacs 24.0.94.1 (i386-mingw-nt5.1.2600)
of 2012-02-26 on MARVIN
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
`configure --with-gcc (4.6) --no-opt --enable-checking --cflags
-ID:/devel/emacs/libs/libXpm-3.5.8/include
-ID:/devel/emacs/libs/libXpm-3.5.8/src
-ID:/devel/emacs/libs/libpng-dev_1.4.3-1/include
-ID:/devel/emacs/libs/zlib-dev_1.2.5-2/include
-ID:/devel/emacs/libs/giflib-4.1.4-1/include
-ID:/devel/emacs/libs/jpeg-6b-4/include
-ID:/devel/emacs/libs/tiff-3.8.2-1/include
-ID:/devel/emacs/libs/gnutls-3.0.9/include'
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#10929
; Package
emacs
.
(Fri, 02 Mar 2012 17:00:03 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
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>
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#10929
; Package
emacs
.
(Fri, 02 Mar 2012 17:08:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 10929 <at> debbugs.gnu.org (full text, mbox):
> 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.
Yes, I know all that. But thanks anyway - I probably wasn't clear enough.
My question really is, I guess, whether users should be able to get help about
such macros without first loading cl.el.
Autoloading has a couple different (but related) purposes. One of them helps
Emacs be the self-documenting editor it claims to be.
Added tag(s) wontfix.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 30 May 2012 18:07:02 GMT)
Full text and
rfc822 format available.
Reply sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Wed, 30 May 2012 18:07:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Drew Adams" <drew.adams <at> oracle.com>
:
bug acknowledged by developer.
(Wed, 30 May 2012 18:07:04 GMT)
Full text and
rfc822 format available.
Message #18 received at 10929-done <at> debbugs.gnu.org (full text, mbox):
> I don't claim this is a bug - you decide.
It is not.
> Autoloading has a couple different (but related) purposes. One of them
> helps Emacs be the self-documenting editor it claims to be.
This is not what the cl autoloads are for (nor should any autoload be
used for this purpose IMO).
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 28 Jun 2012 11:24:02 GMT)
Full text and
rfc822 format available.
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.