all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* info-emacs-manual?
@ 2022-02-04 15:43 Leo Butler
  2022-02-04 15:57 ` info-emacs-manual? Emanuel Berg via Users list for the GNU Emacs text editor
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Leo Butler @ 2022-02-04 15:43 UTC (permalink / raw)
  To: Emacs

After an
apt-get update && apt-get dist-upgrade
a few weeks ago, I have found the emacs manual is missing for the top
info directory. That is,

C-h i d m emacs RET

doesn't send me to the emacs manual (I get a completion list,
instead). And, sure enough, Emacs is missing from the menu.

However

M-x info-emacs-manual RET

sends me to the manual.

Is this expected behaviour?

I am using

(emacs-version)
==>
GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, cairo version 1.16.0)
 of 2021-11-27, modified by Debian


TIA,
Leo




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

* Re: info-emacs-manual?
  2022-02-04 15:43 info-emacs-manual? Leo Butler
@ 2022-02-04 15:57 ` Emanuel Berg via Users list for the GNU Emacs text editor
  2022-02-04 16:46 ` info-emacs-manual? Jean Louis
  2022-02-05  7:09 ` info-emacs-manual? Eli Zaretskii
  2 siblings, 0 replies; 8+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2022-02-04 15:57 UTC (permalink / raw)
  To: help-gnu-emacs

Leo Butler wrote:

> apt-get update && apt-get dist-upgrade
> a few weeks ago, I have found the emacs manual is missing
> for the top info directory. That is,
>
> C-h i d m emacs RET
>
> doesn't send me to the emacs manual (I get a completion list,
> instead). And, sure enough, Emacs is missing from the menu.
>
> However
>
> M-x info-emacs-manual RET
>
> sends me to the manual.
>
> Is this expected behaviour?

Try (info-initialize) ...

-- 
underground experts united
https://dataswamp.org/~incal




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

* Re: info-emacs-manual?
  2022-02-04 15:43 info-emacs-manual? Leo Butler
  2022-02-04 15:57 ` info-emacs-manual? Emanuel Berg via Users list for the GNU Emacs text editor
@ 2022-02-04 16:46 ` Jean Louis
  2022-02-04 17:27   ` info-emacs-manual? Emanuel Berg via Users list for the GNU Emacs text editor
  2022-02-05  7:09 ` info-emacs-manual? Eli Zaretskii
  2 siblings, 1 reply; 8+ messages in thread
From: Jean Louis @ 2022-02-04 16:46 UTC (permalink / raw)
  To: Leo Butler; +Cc: Emacs

* Leo Butler <leo.butler@umanitoba.ca> [2022-02-04 18:54]:
> After an
> apt-get update && apt-get dist-upgrade

Sounds like Debian GNU/Linux. They have an issue with some information
in that manual,  if I remember well they did  not accept some verbatim
opinions in the manual and thus have sorted it under non-free packages.

-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



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

* Re: info-emacs-manual?
  2022-02-04 16:46 ` info-emacs-manual? Jean Louis
@ 2022-02-04 17:27   ` Emanuel Berg via Users list for the GNU Emacs text editor
  2022-02-04 17:48     ` info-emacs-manual? Jean Louis
  2022-02-04 20:36     ` info-emacs-manual? Leo Butler
  0 siblings, 2 replies; 8+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2022-02-04 17:27 UTC (permalink / raw)
  To: help-gnu-emacs

Jean Louis wrote:

>> After an
>> apt-get update && apt-get dist-upgrade
>
> Sounds like Debian GNU/Linux. They have an issue with some
> information in that manual, if I remember well they did not
> accept some verbatim opinions in the manual and thus have
> sorted it under non-free packages.

You are right:

  https://emacs.stackexchange.com/questions/48211/emacs-manuals-are-missing-on-debian-ubuntu

But install from source then and get the opt-in-free manual :)

This I do on Debian 11, to get GNU Emacs 29:

  https://dataswamp.org/~incal/conf/.zsh/install-emacs

-- 
underground experts united
https://dataswamp.org/~incal




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

* Re: info-emacs-manual?
  2022-02-04 17:27   ` info-emacs-manual? Emanuel Berg via Users list for the GNU Emacs text editor
@ 2022-02-04 17:48     ` Jean Louis
  2022-02-04 20:07       ` info-emacs-manual? Emanuel Berg via Users list for the GNU Emacs text editor
  2022-02-04 20:36     ` info-emacs-manual? Leo Butler
  1 sibling, 1 reply; 8+ messages in thread
From: Jean Louis @ 2022-02-04 17:48 UTC (permalink / raw)
  To: help-gnu-emacs

* Emanuel Berg via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org> [2022-02-04 20:39]:
> But install from source then and get the opt-in-free manual :)
> 
> This I do on Debian 11, to get GNU Emacs 29:
> 
>   https://dataswamp.org/~incal/conf/.zsh/install-emacs

I am  using git development version  and install new version  each few
days when I remember, I should. Like now.

-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



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

* Re: info-emacs-manual?
  2022-02-04 17:48     ` info-emacs-manual? Jean Louis
@ 2022-02-04 20:07       ` Emanuel Berg via Users list for the GNU Emacs text editor
  0 siblings, 0 replies; 8+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2022-02-04 20:07 UTC (permalink / raw)
  To: help-gnu-emacs

Jean Louis wrote:

>> But install from source then and get the opt-in-free manual :)
>> 
>> This I do on Debian 11, to get GNU Emacs 29:
>> 
>>   https://dataswamp.org/~incal/conf/.zsh/install-emacs
>
> I am using git development version and install new version
> each few days when I remember, I should. Like now.

Vixie Cron?

-- 
underground experts united
https://dataswamp.org/~incal




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

* Re: info-emacs-manual?
  2022-02-04 17:27   ` info-emacs-manual? Emanuel Berg via Users list for the GNU Emacs text editor
  2022-02-04 17:48     ` info-emacs-manual? Jean Louis
@ 2022-02-04 20:36     ` Leo Butler
  1 sibling, 0 replies; 8+ messages in thread
From: Leo Butler @ 2022-02-04 20:36 UTC (permalink / raw)
  To: help-gnu-emacs

Emanuel Berg via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:

> Jean Louis wrote:
>
>>> After an
>>> apt-get update && apt-get dist-upgrade
>>
>> Sounds like Debian GNU/Linux. They have an issue with some
>> information in that manual, if I remember well they did not
>> accept some verbatim opinions in the manual and thus have
>> sorted it under non-free packages.

True, but irrelevant, since I have the manual installed.

>
> You are right:
>
>   https://emacs.stackexchange.com/questions/48211/emacs-manuals-are-missing-on-debian-ubuntu
>
> But install from source then and get the opt-in-free manual :)
>
> This I do on Debian 11, to get GNU Emacs 29:
>
>   https://dataswamp.org/~incal/conf/.zsh/install-emacs

Interesting, but irrelevant. As I wrote, I can get to the emacs manual
(installed from the debian repo) using

M-x info-emacs-manual RET

Ok, I will file a bug report against the debian package unless someone
tells me otherwise.

Leo



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

* Re: info-emacs-manual?
  2022-02-04 15:43 info-emacs-manual? Leo Butler
  2022-02-04 15:57 ` info-emacs-manual? Emanuel Berg via Users list for the GNU Emacs text editor
  2022-02-04 16:46 ` info-emacs-manual? Jean Louis
@ 2022-02-05  7:09 ` Eli Zaretskii
  2 siblings, 0 replies; 8+ messages in thread
From: Eli Zaretskii @ 2022-02-05  7:09 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Leo Butler <leo.butler@umanitoba.ca>
> Date: Fri, 04 Feb 2022 09:43:54 -0600
> 
> After an
> apt-get update && apt-get dist-upgrade
> a few weeks ago, I have found the emacs manual is missing for the top
> info directory. That is,
> 
> C-h i d m emacs RET
> 
> doesn't send me to the emacs manual (I get a completion list,
> instead). And, sure enough, Emacs is missing from the menu.
> 
> However
> 
> M-x info-emacs-manual RET
> 
> sends me to the manual.
> 
> Is this expected behaviour?

It is the expected behavior if your /usr/share/info/DIR file doesn't
mention the Emacs manual.  Which probably means no one run the
'install-info' command when the Emacs manuals were installed on your
system.  "M-x info-emacs-manual" loads the Emacs Info manual directly,
bypassing the DIR menu, so it does work as soon as the manual is
available on your system.

Bottom line, you should investigate what is the source of the DIR file
and how it is updated when you install manuals.



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

end of thread, other threads:[~2022-02-05  7:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-04 15:43 info-emacs-manual? Leo Butler
2022-02-04 15:57 ` info-emacs-manual? Emanuel Berg via Users list for the GNU Emacs text editor
2022-02-04 16:46 ` info-emacs-manual? Jean Louis
2022-02-04 17:27   ` info-emacs-manual? Emanuel Berg via Users list for the GNU Emacs text editor
2022-02-04 17:48     ` info-emacs-manual? Jean Louis
2022-02-04 20:07       ` info-emacs-manual? Emanuel Berg via Users list for the GNU Emacs text editor
2022-02-04 20:36     ` info-emacs-manual? Leo Butler
2022-02-05  7:09 ` info-emacs-manual? Eli Zaretskii

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.