[ Main Page ]

Emacs tips

Ä̾ï¤Î¾õÂÖ¤Ç¤ÏÆüËܸìÆþÎϤâ¤Þ¤Þ¤Ê¤é¤Ê¤¤¤³¤È¤â¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£

(setq default-input-method "japanese-egg-wnn")
(set-default-coding-systems 'euc-jp)
(set-terminal-coding-system 'euc-jp)
(set-keyboard-coding-system 'euc-jp)
(set-buffer-file-coding-system 'euc-jp-unix)
(prefer-coding-system 'japanese-iso-8bit)

(global-set-key [end]  'end-of-buffer )
(global-set-key [home] 'beginning-of-buffer )
; BackSpace¤¬»È¤¨¤ë¤è¤¦¤Ë¡£
(define-key global-map "\C-h" 'delete-backward-char)

ÆüËܸìÆþÎϤǤÏtamago(egg)¤¬¤ª¤¹¤¹¤á¤Ç¤¹¡£¤¿¤ÀºÇ¶á¤Ï¡¢XIMP¤Ê¤É¤«¤é¤â ÆþÎϤǤ­¤ë¤è¤¦¤Ë¤Ê¤Ã¤¿¤Î¤Ç¡¢°ÊÁ°¤Û¤ÉǺ¤à¤³¤È¤Ï¤Ê¤¯¤Ê¤Ã¤¿¤è¤¦¤Ç¤¹¡£

Pete: …so y'know, that's why, within a few years, that voice recognition is
gonna be pretty much standard on any computer you buy. Y'know, so you could be
like-like, "Wash my car!", "Clean my room!" It's not gonna be able to do any
of those things, but it'll understand what you're saying.

    -- David Crane & Marta Kauffman
    -- "Friends" (T.V. Show) ( http://en.wikipedia.org/wiki/Friends )

  <rindolf>  This reminds me of a fun discussion I had with my co-worker.
  <rindolf>  He had a Firefox window open with an ActiveState page and I
             read "Perl, PHP, Python, Tcl, XSLT".
  <rindolf>  So he said: "Heresy! C is the only language."
  <rindolf>  So I thought for a moment and said "Intercal is the only
             language."
 <nanonyme>  lol
  <rindolf>  And then "Real men write in Intercal."
  <rindolf>  "COME FROM" anyone?

    -- The Only Programming Language
    -- #perl, Freenode


Powered by UNIX fortune(6)
[ Main Page ]