无法在配置文件和手册之间快速移动

时间:2022-07-09 10:39:46

Man's manual have the following

男士手册有以下内容

Specify the configuration file to use; the default is /private/etc/man.conf. (See man.conf(5).)

指定要使用的配置文件;默认值为/private/etc/man.conf。 (参见man.conf(5)。)

The PATH is in bold for /private/etc/man.conf in man. It suggests me that it could be a hyperlink to the file. It would be cool to have a Emacs-like moving in man.

对于man中的/private/etc/man.conf,PATH以粗体显示。它告诉我它可能是文件的超链接。让Emacs像男人一样移动会很酷。

I have not succeeded to enter the file directly from man's manual.

我没有成功直接从人工手册输入文件。

How can you go the file directly from man's manual without doing the following in man?

你怎么能直接从man's手册中获取文件而不在man中执行以下操作?

Ctrl-Z
emacs /private/etc/man.conf

1 个解决方案

#1


I don't know that I understand your question.

我不知道我理解你的问题。

You can view the man pages in Emacs:

您可以在Emacs中查看手册页:

M-x man man

And from within the man page that comes up, with the point on the path in bold.

从出现的手册页中,以粗体显示路径上的点。

M-x find-file-at-point

#1


I don't know that I understand your question.

我不知道我理解你的问题。

You can view the man pages in Emacs:

您可以在Emacs中查看手册页:

M-x man man

And from within the man page that comes up, with the point on the path in bold.

从出现的手册页中,以粗体显示路径上的点。

M-x find-file-at-point