unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1768: 23.0.60; proced-mode should be autoloaded
@ 2009-01-02 18:55 Eli Zaretskii
  2009-01-19  0:56 ` Juanma Barranquero
  2012-08-05 14:22 ` Chong Yidong
  0 siblings, 2 replies; 5+ messages in thread
From: Eli Zaretskii @ 2009-01-02 18:55 UTC (permalink / raw)
  To: emacs-pretest-bug

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






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#1768: 23.0.60; proced-mode should be autoloaded
  2009-01-02 18:55 bug#1768: 23.0.60; proced-mode should be autoloaded Eli Zaretskii
@ 2009-01-19  0:56 ` Juanma Barranquero
  2011-07-10 14:44   ` Lars Magne Ingebrigtsen
  2012-08-05 14:22 ` Chong Yidong
  1 sibling, 1 reply; 5+ messages in thread
From: Juanma Barranquero @ 2009-01-19  0:56 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 1768

On Fri, Jan 2, 2009 at 19:55, Eli Zaretskii <eliz@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






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#1768: 23.0.60; proced-mode should be autoloaded
  2009-01-19  0:56 ` Juanma Barranquero
@ 2011-07-10 14:44   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-10 14:44 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: 1768

Juanma Barranquero <lekktu@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/





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#1768: 23.0.60; proced-mode should be autoloaded
  2009-01-02 18:55 bug#1768: 23.0.60; proced-mode should be autoloaded Eli Zaretskii
  2009-01-19  0:56 ` Juanma Barranquero
@ 2012-08-05 14:22 ` Chong Yidong
  2012-08-05 17:04   ` Eli Zaretskii
  1 sibling, 1 reply; 5+ messages in thread
From: Chong Yidong @ 2012-08-05 14:22 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 1768

Eli Zaretskii <eliz@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.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#1768: 23.0.60; proced-mode should be autoloaded
  2012-08-05 14:22 ` Chong Yidong
@ 2012-08-05 17:04   ` Eli Zaretskii
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2012-08-05 17:04 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 1768

> From: Chong Yidong <cyd@gnu.org>
> Cc: 1768@debbugs.gnu.org
> Date: Sun, 05 Aug 2012 22:22:44 +0800
> 
> Eli Zaretskii <eliz@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.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-08-05 17:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-02 18:55 bug#1768: 23.0.60; proced-mode should be autoloaded Eli Zaretskii
2009-01-19  0:56 ` Juanma Barranquero
2011-07-10 14:44   ` Lars Magne Ingebrigtsen
2012-08-05 14:22 ` Chong Yidong
2012-08-05 17:04   ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).