emacs에서 bell 소리 안나게 하는 방법

사실은 이것은 emacs 뿐이 아닙니다. X 에서 bell소리를 나지 않게 하는 방법입니다. 1

간단합니다. shell에서 다음과 같은 명령을 내려주면 됩니다.

xset -b

만일 다시 bell 소리를 내거나 변경을 하고 싶으면, 다음과 같이 합니다.

xset b on

또는

xset b [vol [pitch [dur]]]

과 같이 합니다.

  1. http://www.gnu.org/software/emacs/emacs-faq.text
Tuesday, February 17th, 2009 at 01:13
No comments yet.

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>