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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
(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.