タグ

2006年3月22日のブックマーク (8件)

  • Fragments of Reality - ElScreen

    08 Jan 1997 14:33:28 +0900らしいです。もちろん、fj.sourcesで。コードをばらまくと云えば、当時はまだNewsだった気がするな。ちょうどWebへ移行し始めた時期かもしれない。 ElScreenはその半年前の1996年6月21日、あれは確か金曜日だったけど、その夜にえいやで(Emacs Lispもろくに知らないのに)書き始めて、次の日の午前中にとりあえず動くものができたのでした。その日は少し仮眠して、すぐにElScreen-GFを書き始めたと。そもそもそのころは、src/sys/netinetを読んでてどうも効率が悪いぜ、ってことで、ElScreen-GFみたいなのが欲しくて書いたんだよな。 そういえば、(DX4 66MHzで)あまりに遅かったegg-mixの高速化をしたのもそのころだ。そのコードは気にくわなくて、自分で使うだけでお蔵入り。 最近はいまいち体調

    Fragments of Reality - ElScreen
    abyssgate
    abyssgate 2006/03/22
  • Major mode to edit Perl scripts

    Perl スクリプトを編集するための設定 cperl-mode を使おう 関数名や変数名の補完入力を使う Perl の Debugger を起動する Perl スクリプトの文法的な正確さを検査する Perl語 Info を活用する cperl-mode を使おう Perl スクリプトを編集する時,普通は Emacs に標準的に附属している perl-mode を使います.しかし,この perl-mode は少し古いので最近の Perl5 の構文を利用するとインデントが崩れたりするなど,多少の不具合があります. それに対して,cperl-mode は最近も継続的にメンテナンスされていて, 新しい機能も利用できるようになっていますので,是非利用しましょう. なお,Emacs20 以降は cperl-mode.el は,Emacs の標準配布の一部となりましたから,特別にインストールする必

  • EmacsWiki: Emacs Client

    EmacsClient allows one to open a file for editing in an already running Emacs. Because it doesn’t start a new Emacs instance at each invocation, you can set up EmacsClient as the default editor, e.g. in the environment variable EDITOR or VISUAL. EmacsClient is part of and works only in conjunction with GNU Emacs. The program GnuClient provides the corresponding functionality for XEmacs, but also w

    abyssgate
    abyssgate 2006/03/22
  • The Perltidy Home Page

    Perltidy is a Perl script which indents and reformats Perl scripts to make them easier to read. If you write Perl scripts, or spend much time reading them, you will probably find it useful.

  • Session Management for Emacs

    When you start Emacs, package Session restores various variables (e.g., input histories) from your last session. It also provides a menu containing recently changed/visited files and restores the places (e.g., point) of such a file when you revisit it. To restore the variables, this package writes a session file (~/.session) when you exit Emacs. The file includes the values of variables which are

    abyssgate
    abyssgate 2006/03/22
  • インテリジェント補完コマンド ac-mode

    最新版 2002-04-11 カスタマイズ変数 ac-mode-goto-end-of-word を追加. この値が nil 以外だと, 補完後カーソルは単語末に移動する. (るびきちさん のパッチを拡張) 2002-02-17 SKK と併用してもスペースキーが効くようにした. (小畑さん のパッチを適用) bigram 補完に対応 ("This " の後で補完をすると, "This is" などと補完される) ファイルパスの補完時に余分な文字列が残ってしまうバグを修正 はじめに ac-mode は拙作 pbe-complete の後継として開発されているものです. pbe-complete の開発は終了しました. ac-mode の ac とは Advanced Completion の略で, 当初の構想で pbe の略でもある Programing By Example とはと大きく

    abyssgate
    abyssgate 2006/03/22
  • http://perltips.twinkle.cc/cat51/mobile_site_know_how.php

    abyssgate
    abyssgate 2006/03/22
  • CSSレイアウトの定石 WinIE6バグ回避法

    CSSを使ったレイアウトをする際にWinIE6のバグを回避するための「定石」をまとめておきます。 とくに重要だと思うものは強調してあります。参考としてバグ辞典へのリンクも用意しました(つまり回避法を用いない場合にどんなバグが発現するか)。 フォントサイズ関係 font-sizeは%かpxで指定する。 キーワードで文字サイズを指定すると標準モードと互換モードで文字サイズが変わる(IE6) em単位で指定した値が文字サイズ変更後に正しく反映されない(IE6) ボックスモデル関係 widthと同時に左右borderや左右paddingを指定しない。heightと同時に上下borderや上下paddingを指定しない。 ボックスの幅や高さを算出するときにパディングやボーダーのサイズを含めてしまう (ブロックレベル要素を内包するボックスにはpaddingを指定しない。) 左右ボーダーとパディングを設

    abyssgate
    abyssgate 2006/03/22