如何设置 Emacs 变量 doc-view-continuous?

发布于 2024-11-29 17:17:12 字数 549 浏览 1 评论 0原文

谁能帮我设置 emacs 变量 doc-view-continuous

如果我将其设置为 non-nil 那么我可以使用 Cn 滚动到下一页。 http://www.gnu.org/software/libtool/manual /emacs/Navigation.html#Navigation

在 emacs 中我尝试过:

M-x customize-variable

后面跟着 doc-view- 但 doc-view-continuous 不是一个选项。

我也尝试过:

C-x set-variable

其次是 doc-view- ,有同样的问题

任何帮助将不胜感激。 亚历克斯·奥尔森

Can anyone help me set the emacs variable doc-view-continuous?

If I set it to non-nil then I can use C-n to scroll to the next page.
http://www.gnu.org/software/libtool/manual/emacs/Navigation.html#Navigation

In emacs I have tried:

M-x customize-variable

followed by doc-view- but doc-view-continuous is not an option.

I have also tried:

C-x set-variable

followed by doc-view- with the same problem

Any help will be appreciated.
Alex Olssen

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

堇色安年 2024-12-06 17:17:12

使用

M-x customize-group doc-view RET

您可以设置Doc View Continuous

请参阅 http://www.emacswiki.org/emacs/DocViewMode

Use

M-x customize-group doc-view RET

There you can set Doc View Continuous.

See http://www.emacswiki.org/emacs/DocViewMode

初见你 2024-12-06 17:17:12

如果您不喜欢自定义,请将其添加到您的 .emacs 中:

(setq doc-view-continuous t)

;; or

(set-variable 'dov-view-continues t)

完成可能不起作用,因为 doc-view 尚未加载。

If you don't like customize, add this to your .emacs:

(setq doc-view-continuous t)

;; or

(set-variable 'dov-view-continues t)

Completion probably doesn't work because doc-view isn't loaded yet.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文