문제

I intend to change certain features/functions in Emacs. I was wondering whether there is any feature in Emacs to popup a windows to show a warning message? Also, I would appreciate any alternative ideas if this feature is not available.

Cheers all.

도움이 되었습니까?

해결책

(message-box "World's on fire")

You might also want to M-x apropos RET ^x- to find out about other GUI features emacs supports.

If you want something more sophisticated, you have to use/write separte programs.
Emacs GUI support is limited, but it interacts quite well with other processes.

다른 팁

You might want to look at the following. These are the popups that autocomplete uses.

https://github.com/m2ym/popup-el/tree/v0.4

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top