emacs 관련 질문들

mike의 이미지

안녕하세요.

저는 일하다가 이맥스를 익히는 중입니다.
윈도우 XP 에서 VMware 7.1 에 우분투 서버 9.04 를 사용중입니다.
Putty 를 사용하고 있습니다.
Emacs 버전은 22.2.1. 입니다.

1. Eshell 에서 su - 하고 패스워드를 입력하면...

첨부파일 그림과 같은 화면이 나타 납니다...

어떻게 하면 정상적인 root@ubuntu ~ # 로 나타나게 할수 있나요?

2. 이맥스에서 작없하다가 Control 키나 Meta 키를 누르지 않고

minibuffer 로 직접 입력하는 방법은 없나요?

3. 이맥스 에서 메뉴얼을 보면 많은 Emacs Lisp 함수들이 있는데,

이 많은 함수목록은 어디에서 볼수 있나요?


미리 감사드립니다.

File attachments: 
첨부파일 크기
Image icon emacs 질문 1.PNG16.66 KB
litdream의 이미지

1,2 번은 모르겠고요. echo $PS1 해보시고, 거기서 ANSI decorator 가 Eshell 에서 어떻게 작동하는지 살펴보세요.

3번의 경우,

[C-h a] {Enter} : appropos search 인데, regex 없이 그냥 엔터치면, 로드된 심볼은 다 보여줍니다.
[C-h f] {Tab} : Function help 툴인데요, 그냥 {tab} 하시면 completion 버퍼에 알려진 func 들을 이름만 보여줍니다.

변수명이 필요하시다면, [C-h v] 하시면 됩니다.

삽질의 대마왕...

삽질의 대마왕...

litdream의 이미지

less than 과 greater than 꺽쇠때문에 표시 안된 글자들이 있어서,{ } 으로 바꾸었습니다.

삽질의 대마왕...

삽질의 대마왕...

binilpaper의 이미지

1번의 경우 Emacs 에서 shell을 띄웠을경우 그 쉘의 환경변수 TERM이 없으면 그런 문제가 발생하더군요...

export TERM=xterm 등으로 바꿔보세요 ^^;

-----------------------------------------------------
세상은 인간이 해결해야할 문제들로 가득차 있다.

cinsk의 이미지

1. M-x shell은 dummy 터미널이기 때문에, .bashrc 등에서 PS1을 바꿔주면 됩니다.

case "$TERM" in
  dumb*)   # GNU Emacs
    PS1='...'
    ;;
  emacs*)  # XEmacs
    PS1='...'
    ;;
  *)
    ;;
esac

2. Control, Meta를 쓰지 않으면, 일반 텍스트 입력과 구분할 방법이 있나요?

3. M-x info <RET> m elisp <RET>

--
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
Korean Ver: http://www.cinsk.org/cfaqs/

widgie의 이미지


1. http://www.emacswiki.org/cgi-bin/wiki 에서 ansi-color.el 다운 받아 lisp 디렉토리에 복사한다.
wget http://www.emacswiki.org/emacs/download/ansi-color.el

2. ~/.emacs 파일에 아래 내용을 추가한다.
(autoload 'ansi-color-for-comint-mode-on "ansi-color" nil t)
(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.