Editor/emacs/lisp
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
#topicpath
/////////////////////////////////////////////////////////...
* 目次 [#xe562e58]
#contents();
/////////////////////////////////////////////////////////...
* 関数定義 [#rd939b24]
//=======================================================...
** intetactive [#yebaea17]
- interactive の引数は以下の通り
|~argument |~description |
|b |既存バッファ名 |
|B |バッファ名(新規含む) |
|d |ディレクトリ名 |
|f |既存ファイル名 |
|F |ファイル名(新規含む) |
|n |数値 |
|s |文字列 |
//=======================================================...
** scrach バッファ [#fea488c5]
- lisp 式を記述し、 C-j を type すると、lisp 式を評価する。
/////////////////////////////////////////////////////////...
* Emacs Lisp Reference Manual [#cbb218ff]
- [[GNU Emacs Lisp Reference Manual>https://flex.phys.toh...
終了行:
#topicpath
/////////////////////////////////////////////////////////...
* 目次 [#xe562e58]
#contents();
/////////////////////////////////////////////////////////...
* 関数定義 [#rd939b24]
//=======================================================...
** intetactive [#yebaea17]
- interactive の引数は以下の通り
|~argument |~description |
|b |既存バッファ名 |
|B |バッファ名(新規含む) |
|d |ディレクトリ名 |
|f |既存ファイル名 |
|F |ファイル名(新規含む) |
|n |数値 |
|s |文字列 |
//=======================================================...
** scrach バッファ [#fea488c5]
- lisp 式を記述し、 C-j を type すると、lisp 式を評価する。
/////////////////////////////////////////////////////////...
* Emacs Lisp Reference Manual [#cbb218ff]
- [[GNU Emacs Lisp Reference Manual>https://flex.phys.toh...
ページ名: