Changeset 405 for lang/elisp/simple-hatena-mode/simple-hatena-mode.el
- Timestamp:
- 10/06/07 19:58:49 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/elisp/simple-hatena-mode/simple-hatena-mode.el
r392 r405 29 29 ;; ド、simple-hatena-modeを提供します。simple-hatena-modeは、 30 30 ;; html-helper-modeの派生モードとして定義されていますので、 31 ;; html-helper-modeが提供する各種機能も利用 可能できます。31 ;; html-helper-modeが提供する各種機能も利用できます。 32 32 ;; 33 33 ;; インストール、設定方法等については、以下のページをご覧ください。 … … 175 175 176 176 設定方法や使い方については、以下を参照のこと。 177 http://coderepos.org/share/wiki/ CocProxy"177 http://coderepos.org/share/wiki/SimpleHatenaMode" 178 178 179 179 ;; 現在開いているバッファの情報 … … 360 360 361 361 (defun simple-hatena-internal-make-diary-file-string (i &optional date) 362 " 実行日現在の日付を起点にした日記ファイル名を生成する。362 "dateが指定されていない場合は、実行日現在の日付を起点にした日記ファイル名を生成する。 363 363 364 364 0: 今日 365 365 1: 明日 366 -1: 昨日" 366 -1: 昨日 367 368 指定されている場合は、その日付を起点にした日記ファイル名を生成する。" 367 369 (apply (lambda (s min h d mon y &rest rest) 368 370 (format-time-string "%Y-%m-%d.txt"
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)