이 글은 tkhwang님의 2009년 1월 21일에서 2009년 7월 3일까지의 미투데이 내용입니다.

'잡담 > 미투데이' 카테고리의 다른 글

2009년 7월 3일 미투데이  (2) 2009/07/04
2009년 1월 18일 미투데이  (0) 2009/01/20
2008년 12월 29일 미투데이  (0) 2008/12/30
미투데이  (0) 2008/12/27
tkhwang의 미투데이 [2008년 12월 23일]  (0) 2008/12/24
tkhwang의 미투데이 [2008년 12월 23일]  (0) 2008/12/23
Posted by tkhwang
The Pursuit of Wow! 는 나눔글꼴을 이용하고 있습니다. 사용하지 않으신다면 설치해보세요.

트랙백 주소 : http://tkhwang.tistory.com/trackback/60 관련글 쓰기

댓글을 달아 주세요

  1. BlogIcon 미르~* 2009/07/04 11:38  댓글주소  수정/삭제  댓글쓰기

    아직 미투데이를 잘 사용하고 계신가부네요~
    전 완전히 트위터 쪽으로 넘어왔습니다.
    한국인 사용자도 많이 늘었고.. 모바일에 대한 지원이 훨씬 좋아서요.. ㅎㅎ
    황책임님 Follow 했습니다.. 트위터에서 뵈어요 :)

    • BlogIcon tkhwang 2009/07/05 12:33  댓글주소  수정/삭제

      ㅋㅋ 날짜 보시면 아시겠지만... 잠수타기 이전에 적은 거예요...
      me2day 건, twitter 이건 핵심은 social 인데...

      전 social 하지 못해서...어렵네요... ㅋㅋ
      Twtiter 에서 뵈요. :)


요즘 SNS (Social Network Service) 가 한창 인기중이지만 그중의 대세는 twitter 로 생각됩니다.
개인적으로 사용하기에는 me2day 가 훨씬 편한 것 같긴 하지만 대세는 대세인지라... 

Emacs 로 twitter client 인 twitter.el 간단하게 소개해보겠습니다.
사용화면은 대충 이렇습니다.



[#1] Install twitter.el

Download twitter.el package and configure .emacs
;; ----------------------------------------------------------------------------
;; Twitter.el
;; ----------------------------------------------------------------------------
(autoload 'twitter-get-friends-timeline "twitter" nil t)
(autoload 'twitter-status-edit "twitter" nil t)
(add-hook 'twitter-status-edit-mode-hook 'longlines-mode)

;(global-set-key "\C-xt" 'twitter-get-friends-timeline)
(global-set-key (kbd "<S-f1>")  'twitter-get-friends-timeline)
[#2] Usage

;; You can view the statuses by pressing C-x t. While in the timeline
;; buffer you can press C-c C-s to post a new status or C-c C-r to
;; reply to the status at point. Once the message is finished press
;; C-c C-c to publish.
  • C-xt : Latest statues 확인. (위 configuration 에서는 Shift+F1 로 변경)
  • C-c C-s : Post a new status.
  • C-c C-r : Reply to the status at ponit.
  • C-c C-c : publish
저작자 표시 비영리 변경 금지
Posted by tkhwang
The Pursuit of Wow! 는 나눔글꼴을 이용하고 있습니다. 사용하지 않으신다면 설치해보세요.

트랙백 주소 : http://tkhwang.tistory.com/trackback/59 관련글 쓰기

댓글을 달아 주세요