From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Shall we use etc/images more? Date: Wed, 14 Sep 2005 16:08:11 +0200 Message-ID: References: <14536.1126060623@olgas.newt.com> <20721.1126158478@olgas.newt.com> <3698.1126505253@olgas.newt.com> <878xy0axgf.fsf@stupidchicken.com> <87wtljurw2.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1126709070 24690 80.91.229.2 (14 Sep 2005 14:44:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Sep 2005 14:44:30 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 14 16:44:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EFYUG-00050E-Eh for ged-emacs-devel@m.gmane.org; Wed, 14 Sep 2005 16:43:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EFYUF-00077M-Q0 for ged-emacs-devel@m.gmane.org; Wed, 14 Sep 2005 10:43:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EFYOp-0004Kj-ET for emacs-devel@gnu.org; Wed, 14 Sep 2005 10:38:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EFYOn-0004Jf-GU for emacs-devel@gnu.org; Wed, 14 Sep 2005 10:38:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EFYNg-0003hc-5E for emacs-devel@gnu.org; Wed, 14 Sep 2005 10:37:00 -0400 Original-Received: from [195.41.46.235] (helo=pfepa.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EFXwW-0001AB-VG for emacs-devel@gnu.org; Wed, 14 Sep 2005 10:08:57 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepa.post.tele.dk (Postfix) with SMTP id 3722347FE26; Wed, 14 Sep 2005 16:08:27 +0200 (CEST) Original-To: Chong Yidong In-Reply-To: <87wtljurw2.fsf@stupidchicken.com> (Chong Yidong's message of "Wed, 14 Sep 2005 19:54:53 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:42918 Archived-At: Chong Yidong writes: > Good idea. Here's a revised patch: Looks good to me. You should wait for RMS approval before installing though. There's one bug though: > + (setq found (file-readable-p (expand-file-name (car path))))) (setq found (file-readable-p (expand-file-name file (car path))))) -- Kim F. Storm http://www.cua.dk