[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with lwarn at startup
From: |
Richard Stallman |
Subject: |
Re: Problems with lwarn at startup |
Date: |
Wed, 13 Dec 2006 17:02:11 -0500 |
If I add the code below to my .emacs and answer 'n' the splash screen
does not go away. It changes form however to some text only form.
(unless (y-or-n-p "Some question ")
(lwarn '(test) :warning "Test warning"))
This is important to debug, since we're talking about using lwarn
during startup. Would someone please fix it and ack?