From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6522 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: [gnus 5.2.7] custom.el Date: 05 Jun 1996 11:17:54 +0200 Sender: abraham@dina.kvl.dk Message-ID: References: <199606050837.RAA26913@mikan.jaist.ac.jp> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035146964 3893 80.91.224.250 (20 Oct 2002 20:49:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:49:24 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id CAA06146 for ; Wed, 5 Jun 1996 02:41:41 -0700 Original-Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 5 Jun 1996 11:18:37 +0200 Original-Received: from kleene.dina.kvl.dk (kleene.dina.kvl.dk [130.225.40.223]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id LAA08673; Wed, 5 Jun 1996 11:17:47 +0200 Original-Received: (abraham@localhost) by kleene.dina.kvl.dk (8.6.12/8.6.4) id LAA20970; Wed, 5 Jun 1996 11:17:56 +0200 Original-To: ding@ifi.uio.no X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: =?ISO-2022-JP?B?GyRCPGkyLBsoQiAbJEJDTkknGyhC?= / MORIOKA Tomohiko's message of Wed, 05 Jun 1996 17:37:14 JST Original-Lines: 11 X-Mailer: Gnus v5.2.5/Emacs 19.31 Xref: main.gmane.org gmane.emacs.gnus.general:6522 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6522 >>>>> MORIOKA Tomohiko writes: > In my environment, /dev/null is readable so check code of custom.el > does not work. So I write following code. Do you think about it? "/dev/null" is supposed to be readable, but empty. Loading an empty file is a no-op on Emacs. Is it different with MULE? If "/dev/null" causes problems, just use a bogus file name, like "/DOES NOT EXIST!".