<pre class="lisp" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #66cc66;">(</span><span style="color: #b1b100;">defun</span> wsl-dict-at-point <span style="color: #66cc66;">(</span><span style="color: #66cc66;">)</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"> <span style="color: #ff0000;">"Search word at point in Daum Dictionary"</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"> <span style="color: #66cc66;">(</span>interactive<span style="color: #66cc66;">)</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"> <span style="color: #66cc66;">(</span><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">(</span>looking-at <span style="color: #ff0000;">"[[:alpha:]]<span style="color: #000099; font-weight: bold;">\\</span>{2,<span style="color: #000099; font-weight: bold;">\\</span>}"</span><span style="color: #66cc66;">)</span></div></li><li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"> <span style="color: #66cc66;">(</span>shell-command</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"> <span style="color: #66cc66;">(</span>concat <span style="color: #ff0000;">"cmd.exe /c start <span style="color: #000099; font-weight: bold;">\"</span><span style="color: #000099; font-weight: bold;">\"</span> <span style="color: #000099; font-weight: bold;">\"</span>https://dic.daum.net/search.do?q="</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"> <span style="color: #66cc66;">(</span>thing-at-point 'word<span style="color: #66cc66;">)</span> <span style="color: #ff0000;">"<span style="color: #000099; font-weight: bold;">\"</span> 2>/dev/null"</span><span style="color: #66cc66;">)</span><span style="color: #66cc66;">)</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"> <span style="color: #66cc66;">(</span>message <span style="color: #ff0000;">"Not on a alphabet word"</span><span style="color: #66cc66;">)</span><span style="color: #66cc66;">)</span><span style="color: #66cc66;">)</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"> </div></li></ol></pre>
[%] [elisp] thing-at-point가 단어 끝 글자에서 작동 안함
갤6(110.8)
2021-05-01 13:12
추천 0
댓글 4
다른 게시글
-
박제 한번 더 [4][%] 익명(168.188) | 21.05.01추천 1
-
C질문: 여기에 답글을 달아주시면 됩니다 [16][%] 츄럴(164.125) | 21.05.01추천 0
-
깃 초보 브랜치 질문 할께여 [4][질문] asdf(121.152) | 21.05.01추천 0
-
이 비트연산이 어캐 오버플로우를 체크해주는거야? [18][질문] 익명(218.39) | 21.05.01추천 0
-
c++ 헬푸.. [2][질문] 고양이와야..(doun1290) | 21.05.01추천 0
-
싱글페이지 앱 개념이 이거임? [8][%] 전붕이1(crmerry0409) | 21.05.01추천 0
-
alacritty 좋네 [3][%] 익명(175.208) | 21.05.01추천 0
-
웹쪽 개발할땐 개노잼인데 [1][%] 익명(121.172) | 21.05.01추천 0
-
성능 특 [10][%] 츄럴(211.197) | 21.05.01추천 7
-
러스트가 고보다 느린거 찾으면 [4][%] Riey(rerereq) | 21.04.30추천 0
이게머노...
??: 답변하려면 일단 html 파싱부터 하시라구요 ㅋㅋ
시발 수정 안됨