mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2752452163
PR: ports/8007 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> ----- Directory "${PREFIX}/share/emacs/site-lisp" will shared with other ports. Will the guideline about this directory post to freebsd-ports by maintainer? This port makes new virtual category "elisp". Approved by: asami
13 lines
492 B
Plaintext
13 lines
492 B
Plaintext
This code provides a function, `i18n-man', with which you can browse
|
|
UNIX manual pages. Formatting is done in background so that you
|
|
can continue to use your Emacs while processing is going on.
|
|
The mode also supports hypertext-like following of manual page SEE
|
|
ALSO references, and other features. See below or do `?' in a
|
|
manual page buffer for details.
|
|
|
|
For working with Japanese, put your dot.emacs file to
|
|
|
|
(load "i18n-man-ja")
|
|
|
|
Then M-x jman in minibuffer, and specify man page name.
|