GNU bug report logs - #1768
23.0.60; proced-mode should be autoloaded

Previous Next

Package: emacs;

Reported by: Eli Zaretskii <eliz <at> gnu.org>

Date: Fri, 2 Jan 2009 19:05:05 UTC

Severity: minor

Done: Chong Yidong <cyd <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 1768 in the body.
You can then email your comments to 1768 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1768; Package emacs. (Fri, 02 Jan 2009 19:05:06 GMT) Full text and rfc822 format available.

Acknowledgement sent to Eli Zaretskii <eliz <at> gnu.org>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Fri, 02 Jan 2009 19:05:06 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.0.60; proced-mode should be autoloaded
Date: Fri, 02 Jan 2009 20:55:05 +0200
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug <at> gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

 emacs -Q
 C-h f proced RET
 C-x o
 go to to `proced-mode' hyper link and press RET
  => No cross-reference here

I think this happens because `proced-mode' is not autoloaded.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
d:/gnu/emacs/etc/DEBUG for instructions.


In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
 of 2009-01-02 on HOME-C4E4A596F7
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: ENU
  value of $XMODIFIERS: nil
  locale-coding-system: cp1255
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
C-h f p r o c e d <return> C-x o <down> <down> <down> 
<down> <down> <down> <down> <right> <right> <right> 
<right> <right> <right> <right> <right> <right> <right> 
<return> C-x o M-x r e m <backspace> p o <tab> r <tab> 
<return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Type C-x 1 to delete the help window.
help-follow: No cross-reference here
Making completion list...




Severity set to `minor' from `normal' Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Thu, 15 Jan 2009 23:45:05 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#1768; Package emacs. (Mon, 19 Jan 2009 01:05:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Juanma Barranquero <lekktu <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Mon, 19 Jan 2009 01:05:06 GMT) Full text and rfc822 format available.

Message #12 received at 1768 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 1768 <at> debbugs.gnu.org
Subject: Re: bug#1768: 23.0.60; proced-mode should be autoloaded
Date: Mon, 19 Jan 2009 01:56:37 +0100
On Fri, Jan 2, 2009 at 19:55, Eli Zaretskii <eliz <at> gnu.org> wrote:

>  emacs -Q
>  C-h f proced RET
>  C-x o
>  go to to `proced-mode' hyper link and press RET
>  => No cross-reference here
>
> I think this happens because `proced-mode' is not autoloaded.

Indeed, thought the docstring of `proced-mode' contains about ten new
hyperlinks in the same situation.

Perhaps it'd be better to move most information about proced to the
docstring of `proced', from `proced-mode'. It's similar to what
happens with server, where the docstring of `server-start' is more
informative than the one for `server-mode', because `server-start' is
the primary user interface.

    Juanma




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#1768; Package emacs. (Sun, 10 Jul 2011 14:53:01 GMT) Full text and rfc822 format available.

Message #15 received at 1768 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: 1768 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#1768: 23.0.60; proced-mode should be autoloaded
Date: Sun, 10 Jul 2011 16:44:37 +0200
Juanma Barranquero <lekktu <at> gmail.com> writes:

> Perhaps it'd be better to move most information about proced to the
> docstring of `proced', from `proced-mode'. It's similar to what
> happens with server, where the docstring of `server-start' is more
> informative than the one for `server-mode', because `server-start' is
> the primary user interface.

I think that's a good idea.  Could you make that change?  I know nothing
about `proced'.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#1768; Package emacs. (Sun, 05 Aug 2012 14:31:02 GMT) Full text and rfc822 format available.

Message #18 received at 1768 <at> debbugs.gnu.org (full text, mbox):

From: Chong Yidong <cyd <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 1768 <at> debbugs.gnu.org
Subject: Re: bug#1768: 23.0.60; proced-mode should be autoloaded
Date: Sun, 05 Aug 2012 22:22:44 +0800
Eli Zaretskii <eliz <at> gnu.org> writes:

>  emacs -Q
>  C-h f proced RET
>  C-x o
>  go to to `proced-mode' hyper link and press RET
>   => No cross-reference here
>
> I think this happens because `proced-mode' is not autoloaded.

This is now fixed with the "autoload on C-h v" feature.  Closing.




bug closed, send any further explanations to 1768 <at> debbugs.gnu.org and Eli Zaretskii <eliz <at> gnu.org> Request was from Chong Yidong <cyd <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 05 Aug 2012 14:31:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#1768; Package emacs. (Sun, 05 Aug 2012 17:13:02 GMT) Full text and rfc822 format available.

Message #23 received at 1768 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Chong Yidong <cyd <at> gnu.org>
Cc: 1768 <at> debbugs.gnu.org
Subject: Re: bug#1768: 23.0.60; proced-mode should be autoloaded
Date: Sun, 05 Aug 2012 20:04:13 +0300
> From: Chong Yidong <cyd <at> gnu.org>
> Cc: 1768 <at> debbugs.gnu.org
> Date: Sun, 05 Aug 2012 22:22:44 +0800
> 
> Eli Zaretskii <eliz <at> gnu.org> writes:
> 
> >  emacs -Q
> >  C-h f proced RET
> >  C-x o
> >  go to to `proced-mode' hyper link and press RET
> >   => No cross-reference here
> >
> > I think this happens because `proced-mode' is not autoloaded.
> 
> This is now fixed with the "autoload on C-h v" feature.

Thanks.  Though it would be nice if the <<foo-map>> trick were
described somewhere in the docs.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 03 Sep 2012 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 245 days ago.

Previous Next


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