unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26951: 25.2; `calc-mode': autoload?
@ 2017-05-16 13:52 Drew Adams
  2017-05-16 18:45 ` Eli Zaretskii
  2019-09-29  2:59 ` Stefan Kangas
  0 siblings, 2 replies; 5+ messages in thread
From: Drew Adams @ 2017-05-16 13:52 UTC (permalink / raw)
  To: 26951

emacs -Q

C-h f calc-mode  ; No match
C-h v calc-mode  ; No match

C-h f calc

  calc is an interactive autoloaded Lisp function in ‘calc.el’.

  It is bound to <menu-bar> <tools> <calc>.

  (calc &optional ARG FULL-DISPLAY INTERACTIVE)

  The Emacs Calculator.  Full documentation is listed under "calc-mode".
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Huh?  We send users off to consult the "full documentation"
of "calc-mode" (which presumably should be `calc-mode')?
And just where should a user expect that documentation
"calc-mode" to be "listed"?

Something is wrong here, at least from a user point of view.

C-h r

i calc  ; No match

Something is wrong here too.  Calc should at least be mentioned
in the Emacs manual.  There should be a cross reference there
to the Calc manual.  Searching for `calc' in the Emacs manual
finds only one reference:

 • David Gillespie wrote the Common Lisp compatibility packages;
   ‘Calc’, an advanced calculator and mathematical tool, since
   maintained and developed by Jay Belanger; ‘complete.el’, a partial
   completion mechanism; and ‘edmacro.el’, a package for editing
   keyboard macros.

In GNU Emacs 25.2.1 (x86_64-w64-mingw32)
 of 2017-04-24 built on LAPHROAIG
Windowing system distributor 'Microsoft Corp.', version 6.1.7601
Configured using:
 'configure --without-dbus --without-compress-install 'CFLAGS=-O2
 -static -g3''





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

* bug#26951: 25.2; `calc-mode': autoload?
  2017-05-16 13:52 Drew Adams
@ 2017-05-16 18:45 ` Eli Zaretskii
  2019-09-29  2:59 ` Stefan Kangas
  1 sibling, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2017-05-16 18:45 UTC (permalink / raw)
  To: Drew Adams; +Cc: 26951

> Date: Tue, 16 May 2017 06:52:19 -0700 (PDT)
> From: Drew Adams <drew.adams@oracle.com>
> 
> C-h r
> 
> i calc  ; No match
> 
> Something is wrong here too.  Calc should at least be mentioned
> in the Emacs manual.  There should be a cross reference there
> to the Calc manual.

I don't see why.  We don't have such references for other packages
documented in their separate manuals.  The Emacs manual is not the
Hub" of Emacs-related documentation; the "dir" node is.

> Searching for `calc' in the Emacs manual finds only one reference:

You forgot "M-x info-apropos".





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

* bug#26951: 25.2; `calc-mode': autoload?
       [not found] ` <<83ziec63oe.fsf@gnu.org>
@ 2017-05-16 19:04   ` Drew Adams
  2017-05-16 19:30     ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Drew Adams @ 2017-05-16 19:04 UTC (permalink / raw)
  To: Eli Zaretskii, Drew Adams; +Cc: 26951

> > C-h r
> >
> > i calc  ; No match
> >
> > Something is wrong here too.  Calc should at least be mentioned
> > in the Emacs manual.  There should be a cross reference there
> > to the Calc manual.
> 
> I don't see why.  We don't have such references for other packages
> documented in their separate manuals.  The Emacs manual is not the
> Hub" of Emacs-related documentation; the "dir" node is.

OK by me.

> > Searching for `calc' in the Emacs manual finds only one reference:
                                ^^^^^
> 
> You forgot "M-x info-apropos".

No I didn't.  That doesn't find `calc' in the Emacs manual.





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

* bug#26951: 25.2; `calc-mode': autoload?
  2017-05-16 19:04   ` bug#26951: 25.2; `calc-mode': autoload? Drew Adams
@ 2017-05-16 19:30     ` Eli Zaretskii
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2017-05-16 19:30 UTC (permalink / raw)
  To: Drew Adams; +Cc: 26951

> Date: Tue, 16 May 2017 12:04:35 -0700 (PDT)
> From: Drew Adams <drew.adams@oracle.com>
> Cc: 26951@debbugs.gnu.org
> 
> > You forgot "M-x info-apropos".
> 
> No I didn't.  That doesn't find `calc' in the Emacs manual.

Because 'calc' is not in the Emacs manual.  The command does find
'calc' in the manual where it is described.  Which is what that
command is for: to find stuff you don't know which manual to search it
for.

IOW, if you cannot find something in the manual(s) you think that
something should be in, try the 'd' command or info-apropos as the
last resort.





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

* bug#26951: 25.2; `calc-mode': autoload?
  2017-05-16 13:52 Drew Adams
  2017-05-16 18:45 ` Eli Zaretskii
@ 2019-09-29  2:59 ` Stefan Kangas
  1 sibling, 0 replies; 5+ messages in thread
From: Stefan Kangas @ 2019-09-29  2:59 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 26951-done

Eli Zaretskii <eliz@gnu.org> writes:

>> Date: Tue, 16 May 2017 06:52:19 -0700 (PDT)
>> From: Drew Adams <drew.adams@oracle.com>
>>
>> C-h r
>>
>> i calc  ; No match
>>
>> Something is wrong here too.  Calc should at least be mentioned
>> in the Emacs manual.  There should be a cross reference there
>> to the Calc manual.
>
> I don't see why.  We don't have such references for other packages
> documented in their separate manuals.  The Emacs manual is not the
> Hub" of Emacs-related documentation; the "dir" node is.
>
>> Searching for `calc' in the Emacs manual finds only one reference:
>
> You forgot "M-x info-apropos".

Eli Zaretskii <eliz@gnu.org> writes:

>> Date: Tue, 16 May 2017 12:04:35 -0700 (PDT)
>> From: Drew Adams <drew.adams@oracle.com>
>> Cc: 26951@debbugs.gnu.org
>>
>> > You forgot "M-x info-apropos".
>>
>> No I didn't.  That doesn't find `calc' in the Emacs manual.
>
> Because 'calc' is not in the Emacs manual.  The command does find
> 'calc' in the manual where it is described.  Which is what that
> command is for: to find stuff you don't know which manual to search it
> for.
>
> IOW, if you cannot find something in the manual(s) you think that
> something should be in, try the 'd' command or info-apropos as the
> last resort.

From the above, it seems like there is nothing more to do here, and I'm
therefore closing this bug report.

If anyone disagrees, feel free to reopen it.

Best regards,
Stefan Kangas





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

end of thread, other threads:[~2019-09-29  2:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <<52d500af-7e63-47f1-8508-1c694180077b@default>
     [not found] ` <<83ziec63oe.fsf@gnu.org>
2017-05-16 19:04   ` bug#26951: 25.2; `calc-mode': autoload? Drew Adams
2017-05-16 19:30     ` Eli Zaretskii
2017-05-16 13:52 Drew Adams
2017-05-16 18:45 ` Eli Zaretskii
2019-09-29  2:59 ` Stefan Kangas

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