대문 최근에 바뀐 글 새소식 찾기 하우투 문제 제안

RegularExpression 에 대한 변경사항

2011-04-24
19:54 UTC 리비젼 43 . . . . dr jerryfor whitespace regex search: changed (setq search-whitespace-regexp " ") to (setq search-whitespace-regexp nil) which solved my search problems for emacs 23.2 see also discussion on stackoverflow.com: http://stackoverflow.com/questions/5770104/emacs-space-regex-search (minor)
2011-01-10
19:18 UTC 리비젼 42 . . . . AaronHawleyRevert. An empty line in regular expressions is defined using the ^ syntax as "a line starting with a newline", not "text followed by a newline, followed by a newline".