hsp-mode

世界の仕組み研究所内検索 / 「hsp-mode」で検索した結果

検索 :
  • hsp-mode
    hsp-mode xyzzy上で、HSP3.xのコードに色付け、適当インデント、ヘルプ参照、 chspcompによる実行、インクルード・フラグジャンプ といった処理が行えます。 netinstallerにて配布を行っています。 netinstallerを参照して下さい。
  • xlisp-mode
    xlisp-mode ファイルは下にある。 xyzzyとインタプリタを連携させる。コマンドで呼び出せばいいとか云わないw lispmodeの上に乗っかって、ファイルに応じた評価器とキーワードを読み込む。 次のコマンドが追加機能される。 C-x LFD S式を評価器に送る。 C-x F5 バッファを評価器に送る。 C-x C-- 1行を評価器に送る。 インデントはlispmode任せなので、他のモードに合わせたい、という場合は、適当に書き換えてね。
  • メニュー
    ...イフゲーム KKS hsp-mode 更新履歴 取得中です。 - ( - ) ここを編集
  • bfmc
    buffer frame marker controller(bfmc) list-buffersとpseudo-frame-selectorを合わせたようなものです。 ついでにpseudo-frameの操作が出来ます。マーカ云々は未実装です。 bfmc用のフレームを作って、 cks buffer-name mode/minor-mode lines size * *scratch* lisp-interaction-mode 322 10137 bfmc.l lisp-mode/AC 582 19852 ck frame-name buffers-of-f...
  • xyzzy
    xyzzy 亀井氏による、emacs風エディタ。 説明はxyzzywikiに詳しい。 ちょっとした関数 xyzzy上でlispを書くのに便利な関数をいくつか載せておく。 (eval-when ( compile-toplevel load-toplevel execute) (in-package "lisp");●●lisp (export (series group)) ;macro-function (defun group (source n) ; cite `On Lisp by Paul Graham (if (zerop n) (error "zero length")) (labels ((rec (source acc) (let ((rest (nthcdr n sour...
  • darcs/obliterate
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs obliterate [OPTION]... Delete selected patches from the repository. (UNSAFE!) Options              --from-match=PATTERN  select changes starting with a patch matching PATTERN              --from-patch=REGEXP&nbs...
  • darcs/record
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs record [OPTION]... [FILE or DIRECTORY]... 変更に名前を付けてパッチとしてレポジトリに記録します。 Options -m(-am) PN --patch-name=PATCHNAME パッチ名 -A EM --author=EMAIL 作者のメールアドレス --no-test 試験スクリプトを実行しません。 --test 試験スクリプトを実行します。 --leave-test-directory 試験ディレクトリを除外しません。 --remove-test-directory 試験ディレクトリを除外します。 -a --all すべてはいを選択します。 --pipe パイプから入力を得ます。 -i --in...
  • darcs/annotate
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs annotate [OPTION]... [FILE or DIRECTORY]... Display which patch last modified something. Options   -s         --summary             summarize changes              --no-summ...
  • darcs/remove
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs remove [OPTION]... FILE or DIRECTORY ... Remove one or more files or directories from the repository. Options       --repodir=DIRECTORY   specify the repository directory in which to run       --disable           &n...
  • darcs/revert
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs revert [OPTION]... [FILE or DIRECTORY]... Revert to the recorded version (not always reversible). Options   -a  --all                 answer yes to all patches   -i  --interactive       &...
  • darcs/amend-record
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs amend-record [OPTION]... [FILE or DIRECTORY]... Replace a patch with a better version before it leaves your repository. Options                 --match=PATTERN          select a single patch matching PATTERN &nbs...
  • darcs/replace
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs replace [OPTION]... OLD NEW FILE ... Replace a token with a new value for that token. Options       --token-chars="[CHARS]"  define token to contain these characters   -f  --force              &nb...
  • darcs/mark-conflicts
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs mark-conflicts [OPTION]... Mark any conflicts to the working copy for manual resolution. Options       --ignore-times        don t trust the file modification times       --repodir=DIRECTORY   specify the repository directory in wh...
  • darcs/apply
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs apply [OPTION]... PATCHFILE Apply patches (from an email bundle) to the repository. Options       --verify=PUBRING               verify that the patch was signed by a key in PUBRING       --verify-ssl=KEYS ...
  • darcs/diff
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs diff [OPTION]... [FILE or DIRECTORY]... Create a diff between two versions of the repository. Options              --to-match=PATTERN      select changes up to a patch matching PATTERN            &...
  • darcs/unrevert
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs unrevert [OPTION]... Undo the last revert (may fail if changes after the revert). Options       --ignore-times        don t trust the file modification times   -a  --all             &nbs...
  • darcs/rollback
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs rollback [OPTION]... [FILE or DIRECTORY]... Record a new patch reversing some recorded changes. Options                 --from-match=PATTERN     select changes starting with a patch matching PATTERN        &...
  • darcs/whatnew
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs whatsnew [OPTION]... [FILE or DIRECTORY]... Display unrecorded changes in the working copy. Options   -s  --summary             summarize changes       --no-summary          don t su...
  • darcs/pull
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs pull [OPTION]... [REPOSITORY]... Copy and apply patches from another repository to this one. Options              --matches=PATTERN              select patches matching PATTERN   -p REGEXP  --...
  • darcs/unrecord
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs unrecord [OPTION]... Remove recorded patches without changing the working copy. Options              --from-match=PATTERN  select changes starting with a patch matching PATTERN              --from-patch=REGEXP&n...
  • darcs/mv
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs mv [OPTION]... [FILE or DIRECTORY]... Move/rename one or more files or directories. Options       --case-ok             don t refuse to add files differing only in case       --repodir=DIRECTORY   specify the rep...
  • 漢字直接入力
    2008-03-12 19 41漢字直接入力 日本語入力方式の分類の1つで、キーボードの入力から直接漢字に変換する方式。かな漢字変換に対して使われる用語。 実際には、平仮名やカタカナも入力できるので、1階日本語変換というのが正しい気がする。しかし、この用語でそれなりに広く使われているのでそれに合わせる。通常は省略して漢直と呼ぶ。なんか人名見たいだけど、日直(日本語直接入力)とかよりはしっくりくる。 代表的な例としては、T-CodeやTUT-Codeが上げられる。小ノ目も漢直である。 一般的な特徴 かな漢字変換という作業行程がないので、変換規則を覚えていれば考えることは何もない。そのため、入力によって思考が圧迫されない。 そのかわり、かな入力に対して覚える量がはるかに多いので、自由に入力できるようになるまで習得するのに時間が掛かる。
  • darcs/trackdown
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs trackdown [OPTION]... [[INITIALIZATION] COMMAND] Locate the most recent version lacking an error. Options       --repodir=DIRECTORY   specify the repository directory in which to run       --disable             d...
  • darcs/changes
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs changes [OPTION]... [FILE or DIRECTORY]... Gives a changelog-style summary of the repository history. Options              --to-match=PATTERN    select changes up to a patch matching PATTERN             ...
  • プラグイン/ニュース
    ニュース @wikiのwikiモードでは #news(興味のある単語) と入力することで、あるキーワードに関連するニュース一覧を表示することができます 詳しくはこちらをご覧ください。 =>http //atwiki.jp/guide/17_174_ja.html たとえば、#news(wiki)と入力すると以下のように表示されます。 【グランサガ】リセマラ当たりランキング - グランサガ攻略wiki - Gamerch(ゲーマチ) 【まおりゅう】八星之紋章交換のおすすめ交換キャラ - AppMedia(アップメディア) Among Us攻略Wiki【アマングアス・アモングアス】 - Gamerch(ゲーマチ) マニュアル作成に便利な「画像編集」機能を提供開始! - ナレッジ共有・社内wikiツール「NotePM」:時事ドットコム - 時事通信 マニ...
  • darcs/一致条件の表記
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) パッチを指定する条件を指定します。 exact パッチ名を直接指定します。 annotate --summary --match exact "my most excellent patch" name パッチ名に対して正規表現を適用します。 annotate --summary --match name [eE]xcellent author 作者名に対して正規表現を適用します。 annotate --summary --match author foo@bar hash パッチのハッシュを指定します。 darcs annotate --summary --match hash 20040403105958-53...
  • darcs/check
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs check [OPTION]... Check the repository for consistency. Options       --complete               get a complete copy of the repository       --partial          &nb...
  • darcs/push
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs push [OPTION]... [REPOSITORY] Copy and apply patches from this repository to another one. Options              --matches=PATTERN     select patches matching PATTERN   -p REGEXP  --patches=REGEXP      select patch...
  • darcs/put
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs put [OPTION]... NEW REPOSITORY Makes a copy of the repository Options              --to-match=PATTERN             select changes up to a patch matching PATTERN           ...
  • darcs/send
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs send [OPTION]... [REPOSITORY] Send by email a bundle of one or more patches. Options              --matches=PATTERN           select patches matching PATTERN   -p REGEXP  --patches=REGEXP    &...
  • darcs/tag
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs tag [OPTION]... [TAGNAME] Tag the contents of the repository with a version name. Options   -m PATCHNAME  --patch-name=PATCHNAME  name of patch   -A EMAIL      --author=EMAIL          specify author id    &n...
  • darcs/get
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs get [OPTION]... REPOSITORY [ DIRECTORY ] Create a local copy of another repository. Options              --repo-name=DIRECTORY          path of output directory            &nb...
  • darcs/repair
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs repair [OPTION]... Repair the corrupted repository. Options       --repodir=DIRECTORY   specify the repository directory in which to run       --disable             disable this command   -h  ...
  • darcs/oops
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs oops [OPTION]... Correct a tag to refer to the current repository state. Options       --repodir=DIRECTORY   specify the repository directory in which to run       --disable             disable this command &nbs...
  • darcs/setpref
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs setpref [OPTION]... PREF VALUE Set a value for a preference (test, predist, ...). Options       --repodir=DIRECTORY   specify the repository directory in which to run       --disable             disable this ...
  • knenet
    2008-03-15 knenetは世界の仕組み研究所の管理人である。ブログは自称リバースエンジニアの妄想である。 knenetの読みはニーニである。顔みたいに見えるのがポイント。他にもポイントは色々あるけど、わざわざ書くほどのことでもないからいいや。 割と適当な性分なので、何事も出来るだけうやむやにしておきたいと思いつつ、考えていることを述べたいとも思う。割と適当なので、文体もなげやりな感じで書いている。きっちりしていたら、とても窮屈だとは思いませんか? サイトは世界の仕組み研究所なのだが、興味の中心は、国々の集まりであるところの世界ではなくて、より一般的な世界である。 世界といっても、宇宙も世界だし、国々ももちろん世界だし、各業界も、それぞれが世界であり得る。ファンタジーの世界もこのカテゴリに入る。じゃあ、世界とはなんぞや、ということだが、それは高度なテーマだな...
  • darcs/dist
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs dist [OPTION]... Create a distribution tarball. Options   -d DISTNAME  --dist-name=DISTNAME  name of version                --repodir=DIRECTORY   specify the repository directory in which to run       ...
  • darcs/optimize
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs optimize [OPTION]... Optimize the repository. Options               --checkpoint          create a checkpoint file (see get --partial)   -t TAGNAME  --tag=TAGNAME      &nb...
  • darcs/help
    Usage darcs help [OPTION]... [ DARCS_COMMAND [DARCS_SUBCOMMAND]] helpはdarcsの全体の説明や、コマンドの説明を表示します。 ちなみに、darcs help --verboseはdarcs --extended-helpと同じです。コマンド指定時には表記は変わりません。 Options 略記 オプション 説明 --match 一致条件の表記を表示します。
  • ライフゲーム
    コンウェイ(J.H.Conway)のライフゲームのバリアント。 ソフトをdownload http //www.nicovideo.jp/watch/sm20059893 上の動画用のスクリプト ---------------------------------------------- README // life-like(lifegame) lapse 006 ---------------------------------------------- ■概要 コンウェイ(J. H. Conway)のライフゲームのバリアント(ライフライク)です。 このプログラムでは、各セルの生命値が0/1だけでなく、 より大きい整数値を取ることにより新しいルールを追加しています。 ■インストール 適当なディレ...
  • darcs/convert
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs convert [OPTION]... REPOSITORY [ DIRECTORY ] Convert a repository to darcs-2 format. Options       --repo-name=DIRECTORY          path of output directory       --set-scripts-executable       make scr...
  • darcs/show
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs show [OPTION]... Show information which is stored by darcs. Subcommands   contents       Outputs a specific version of a file.   files          Show version-controlled files in the working copy.   repo     ...
  • darcs/initialize
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs initialize [OPTION]... 作業しているプロジェクトごとに1度initializeを呼び出してください。 プロジェクトのファイルを含む最上位ディレクトリで実行します。 initializeはそこに含まれるディレクトリやファイルを、darcsがプロジェクトのリビジョンを管理できるように設定します。 Options 略記 オプション 説明 --plain-pristine-tree 初期の木構造を使用します。[DEFAULT] --no-pristine-tree 初期の木構造を使用しません。 --old-fashioned-inventory 従来のフォーマットを利用します。[DEFAULT] --hashed 従来の互換フ...
  • darcs/add
    darcs version 2.0.0 (2.0.0 (+ 19 patches)) Usage darcs add [OPTION]... FILE or DIRECTORY ... プロジェクトにファイルやディレクトリを追加します。 プロジェクトを作成したときに、どのファイルを追跡すればいいかを指定するときにも用います。 Options 略記 オプション 説明 --boring つまらないファイル(要検討)を飛ばさないようにします。 --case-ok don t refuse to add files differing only in case -r --recursive サブディレクトリも加えます。 --not-recursive サブディレクトリは加えません。 --date-trick 日付を確認して衝突を避けます。[EXPERIME...
  • @wikiガイド
    @wikiへようこそ ウィキはみんなで気軽にホームページ編集できるツールです。 このページは自由に編集することができます。 メールで送られてきたパスワードを用いてログインすることで、各種変更(サイト名、トップページ、メンバー管理、サイドページ、デザイン、ページ管理、等)することができます まずはこちらをご覧ください。 @wikiの基本操作 用途別のオススメ機能紹介 @wikiの設定/管理 分からないことは? @wiki ご利用ガイド よくある質問 無料で会員登録できるSNS内の@wiki助け合いコミュニティ @wiki更新情報 @wikiへお問い合わせ 等をご活用ください @wiki助け合いコミュニティの掲示板スレッド一覧 #atfb_bbs_list その他お勧めサービスについて フォーラム型の無料掲示板は@bbをご利用ください 2ch型の無料掲示板は@chsをご利用くださ...
  • darcs/コマンド一覧
    helpの適当訳。 darcs version 2.0.0 (2.0.0 (+ 19 patches)) help darcs全体やコマンドごとのヘルプを表示します。 作業用コピーの変更・呼び出し add 新しいファイルやディレクトリを追加します。 remove レポジトリからファイルやディレクトリを除外します。 mv ファイルやディレクトリを移動・リネームします。 replace トークンを新しい値に置き換えます。 revert 記録したバージョンに戻します(常に可能ではありません)。 unrevert revertを取り消します(revert後に変更があると失敗する可能性があります)。 whatsnew 作業用コピー中の保存されていない変更を表示します。 レポジトリと作業用コピー間の変更のコピー record 作業用コピー中の変更をパッチとしてレポジトリに保存します...
  • Sylera
    Sylera 変なものが見えてる気がするけど気にしないw キーボードショートカットでの操作が基本なので、メニューはメモ程度。左上のC-SPCでメニューが開く。これはマウスで叩いてるな。 マウスジェスチャーは、戻る・進む・上へ・閉じる・選択を検索・URLを開く・CSSを適用、くらいを使っている。 bookmarklet rplimg.js 拡張子は.jsに直し、自動実行拡張に登録して使う。画像にリンクされているアンカーの上にポインタを乗せると、それを画像に置き換える。 リンク先がダミーだと飛べなくなったり、サムネイルを右クリックで選択できなくなったりするけど、切り替えは簡単なので問題ないだろう。
  • プラグイン/動画(Youtube)
    動画(youtube) @wikiのwikiモードでは #video(動画のURL) と入力することで、動画を貼り付けることが出来ます。 詳しくはこちらをご覧ください。 =>http //atwiki.jp/guide/17_209_ja.html また動画のURLはYoutubeのURLをご利用ください。 =>http //www.youtube.com/ たとえば、#video(http //youtube.com/watch?v=kTV1CcS53JQ)と入力すると以下のように表示されます。
  • プラグイン
    @wikiにはいくつかの便利なプラグインがあります。 アーカイブ コメント ニュース 動画(Youtube) 編集履歴 関連ブログ これ以外のプラグインについては@wikiガイドをご覧ください = http //atwiki.jp/guide/
  • プラグイン/コメント
    コメントプラグイン @wikiのwikiモードでは #comment() と入力することでコメントフォームを簡単に作成することができます。 詳しくはこちらをご覧ください。 =>http //atwiki.jp/guide/17_60_ja.html たとえば、#comment() と入力すると以下のように表示されます。 名前 コメント
  • @wiki全体から「hsp-mode」で調べる

更新順にページ一覧表示 | 作成順にページ一覧表示 | ページ名順にページ一覧表示 | wiki内検索