help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Reporting error to user...


From: Oleksandr Gavenko
Subject: Reporting error to user...
Date: Sun, 03 Mar 2013 20:58:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

I wrote blogging program in Elisp and have to report errors to users (when
required file not found or network authorisation failed).

How to report error to users?

I think that showing *Backtrace* buffer from '(error ...)' is not good way to
do this (I have filling that such behavior indicates bug or "not yet
implemented" condition in program).

(message "...") is better but sometimes another modes hide minibufer text
(like semantic when showing symbol type).

Would like to hear suggestions...

-- 
Best regards!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]