Re: [質問] M-x info で 個人用 dir を参照する方法

[email protected] Tue, 08 Aug 2006 11:26:20 +0900
Newsgroups gmane.emacs.gnus.semi.japanese
Message-ID <[email protected]>


meadow-users-jp  semi-gnus-ja 


semi-gnus-ja 

Katsumi Yamaoka <[email protected]> writes:

>>>>>> In [semi-gnus-ja : No.20716]  wrote:
>
>> (Meadow-version)
>> "Meadow-3.00-dev (KIKU)"
>
>> M-x info  dir 
>> 
>
>> cygwin terminal 
>> cp /cygdrive/c/winbin/Meadow/info/dir ~/mylisp/info/
>
>> .emacs 
>> (setq Info-default-directory-list
>>       (list (expand-file-name "~/mylisp/info")))
>
>> ~/mylisp/info/dir  *info* 
>> 
>
>  INFOPATH Info-default-directory-list
> ?

Meadow *scratch* 

(getenv "INFOPATH")
"~/mylisp/info"
Info-default-directory-list
("c:/yama/mylisp/info")

yama@JPC00010060 ~/mylisp/info$cat dir
-*- Text -*-
This is the file .../info/dir, which contains the topmost node of the
Info hierarchy.  The first time you invoke Info you start off
looking at that node, which is (dir)Top.

File: dir	Node: Top	This is the top of the INFO tree

The Info Directory
******************

  The yamaInfo Directory is the top-level menu of major Info topics.
  Type "d" in Info to return to the Info Directory.  Type "q" to exit Info.
  Type "?" for a list of Info commands, or "h" to visit an Info tutorial.
  Type "m" to choose a menu item--for instance,
    "mEmacs<Return>" visits the Emacs manual.
  In Emacs Info, you can click mouse button 2 on a menu item
  or cross reference to follow it to its target.
  Each menu line that starts with a * is a topic you can select with "m".
  Every third topic has a red * to help pick the right number to type.

* Menu:

* Info: (info).         How to use the documentation browsing system.

Emacs
* Emacs: (emacs).       The extensible self-documenting text editor.
* Emacs FAQ: (efaq).    Frequently Asked Questions about Emacs.
* Emacs Lisp Introduction: (eintr).
                        A simple introduction to Emacs Lisp programming.
...

M-x info 

File: dir,	Node: Top	This is the top of the INFO tree

  This (the Directory node) gives a menu of major topics.
  Typing "q" exits, "?" lists all Info commands, "d" returns here,
  "h" gives a primer for first-timers,
  "mEmacs<Return>" visits the Emacs manual, etc.

  In Emacs, you can click mouse button 2 on a menu item or cross reference
  to select it.

* Menu:

Emacs
* AUCTeX: (auctex).                 A much enhanced TeX/LaTeX mode for Emacs.
* PGG: (pgg).			Emacs interface to various PGP implementations.
* SASL: (sasl).			The Emacs SASL library.
* preview-latex: (preview-latex).   Preview LaTeX fragments in Emacs.
* Emacs-w3m: (emacs-w3m).	An Emacs interface to w3m.
* Emacs-w3m-ja: (emacs-w3m-ja).	An Emacs interface to w3m.

~/mylisp/info/dir ...

> -- 
> 
> ;;  semi-gnus-ja ???



-- 
Takahiro Yamaguchi