From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Takashi Hiromatsu Newsgroups: gmane.emacs.devel Subject: Re: Emacs pretest 22.1.91 Date: Mon, 25 Feb 2008 11:44:14 +0900 Message-ID: References: <87ejb8vl0i.fsf@stupidchicken.com> <47C17D74.9050204@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1203907624 4092 80.91.229.12 (25 Feb 2008 02:47:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2008 02:47:04 +0000 (UTC) Cc: Emacs Devel To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 25 03:47:29 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JTTNG-0007cq-Dn for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 03:47:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTTMk-0004rl-Nn for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 21:46:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTTM6-0004d4-IE for emacs-devel@gnu.org; Sun, 24 Feb 2008 21:46:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTTM5-0004cf-OY for emacs-devel@gnu.org; Sun, 24 Feb 2008 21:46:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTTM5-0004cY-J2 for emacs-devel@gnu.org; Sun, 24 Feb 2008 21:46:13 -0500 Original-Received: from mx56.ms.so-net.ne.jp ([202.238.83.6]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JTTM3-0002XU-TJ for emacs-devel@gnu.org; Sun, 24 Feb 2008 21:46:13 -0500 Original-Received: from matsuan.so-net.ne.jp (nproxy.vdn.pwd.ne.jp [210.249.184.60]) (authenticated) by mx56.ms.so-net.ne.jp with ESMTP id m1P2k4xR019940; Mon, 25 Feb 2008 11:46:05 +0900 Original-Received: by matsuan.so-net.ne.jp (sSMTP sendmail emulation); Mon, 25 Feb 2008 11:45:34 +0900 In-Reply-To: User-Agent: Wanderlust/2.15.6 (Almost Unreal) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.10 (Furuichi) APEL/10.7 Emacs/22.1.91 (i386-mingw-nt5.0.2195) MULE/5.0 (SAKAKI) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:90340 Archived-At: > it, as it can be assumed it is relatively stable and compatible. If > the user really prefers to use another library, he can trivially > modify `image-library-alist' in his .emacs. It is bad idea, because he can't start Emacs with -q option. Also he can modify the alist in his site-start.el, but can't start with --no-site-start option. At least Emacs should startup without any image support, even if he read incompatible library. Takashi Hiromatsu