From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel Subject: Re: hangul3.el Date: Mon, 02 Feb 2009 10:28:47 +0200 Message-ID: <87ocxlqm2o.fsf@kobe.laptop> References: <87myd5vka8.fsf@cyd.mit.edu> <87ocxlsbkh.fsf@kobe.laptop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233563362 13639 80.91.229.12 (2 Feb 2009 08:29:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2009 08:29:22 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 02 09:30:35 2009 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 1LTuCO-00072F-80 for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2009 09:30:32 +0100 Original-Received: from localhost ([127.0.0.1]:47468 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTuB5-0008Tt-HL for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2009 03:29:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LTuB1-0008To-He for emacs-devel@gnu.org; Mon, 02 Feb 2009 03:29:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LTuAz-0008Tc-63 for emacs-devel@gnu.org; Mon, 02 Feb 2009 03:29:06 -0500 Original-Received: from [199.232.76.173] (port=39643 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTuAy-0008TZ-UH for emacs-devel@gnu.org; Mon, 02 Feb 2009 03:29:04 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:63455) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LTuAx-0005qi-74; Mon, 02 Feb 2009 03:29:03 -0500 Original-Received: from igloo.linux.gr ([62.1.205.36]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LTuAv-0001oj-QE; Mon, 02 Feb 2009 03:29:02 -0500 Original-Received: from kobe.laptop (adsl165-171.kln.forthnet.gr [62.1.144.171]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-5) with ESMTP id n128SnoC022497 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 2 Feb 2009 10:28:54 +0200 Original-Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id n128SmVR064012; Mon, 2 Feb 2009 10:28:48 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id n128SlS0064011; Mon, 2 Feb 2009 10:28:47 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) In-Reply-To: (Glenn Morris's message of "Mon, 02 Feb 2009 03:20:33 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) X-MailScanner-ID: n128SnoC022497 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.013, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.39, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:108573 Archived-At: On Mon, 02 Feb 2009 03:20:33 -0500, Glenn Morris wrote: > Giorgos Keramidas wrote: > >> Compressing *.el ...^M >> gzip: can't stat: ./quail/hangul3.el: No such file or directory^M >> chmod -R a+r /var/tmp/emacs/share/emacs/23.0.90/leim^M > > There is a stale leim/quail/hangul3.elc in the tarball. > The .el file was removed 2008-06-30. > > (make-dist is supposed to warn about such things?) Ah, I see it now :-) I'll try to remove it from the packaging list of the FreeBSD port then.