all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Displaying errors during startup
Date: Wed, 26 Apr 2006 12:41:15 -0600	[thread overview]
Message-ID: <e2oetk$612$1@sea.gmane.org> (raw)
In-Reply-To: <444F8E27.10501@student.lu.se>

Lennart Borgman wrote:
> After the recent discussion about error messages at startup (this time 
> it was about pure-space-overflow) it came to my mind I often tend to 
> miss errors at startup. You can not see them because of the splash 
> screen for example. I just started testing `lwarn' because of this. I 
> did something like this:
> 
>    (condition-case err
>        (require 'something-bad)
>      (error
>       (lwarn '(.emacs) :error "%s" (error-message-string err))))

I wasn't aware of lwarn, so I checked it's doc string and found a
really minor error: the first period in the description of the
TYPE argument should either be deleted or replaced by a comma:

,----[ C-h f lwarn RET ]
| lwarn is an autoloaded Lisp function in `warnings'.
| (lwarn TYPE LEVEL MESSAGE &rest ARGS)
|
| Display a warning message made from (format MESSAGE ARGS...).
| Aside from generating the message with `format',
| this is equivalent to `display-warning'.
|
| TYPE is the warning type: either a custom group name (a symbol).
| or a list of symbols whose first element is a custom group name.
| (The rest of the symbols represent subcategories and
| can be whatever you like.)
|
| LEVEL should be either :debug, :warning, :error, or :emergency
| (but see `warning-minimum-level' and `warning-minimum-log-level').
|
| :emergency -- a problem that will seriously impair Emacs operation soon
| 	      if you do not attend to it promptly.
| :error     -- invalid data or circumstances.
| :warning   -- suspicious data or circumstances.
| :debug     -- info for debugging only.
|
| [back]
`----

-- 
Kevin Rodgers
Sr. Software Engineer, IHS

  reply	other threads:[~2006-04-26 18:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-26 15:13 Displaying errors during startup Lennart Borgman
2006-04-26 18:41 ` Kevin Rodgers [this message]
2006-04-27 21:27 ` Richard Stallman
2006-04-27 21:34   ` Lennart Borgman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='e2oetk$612$1@sea.gmane.org' \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.