From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: `C-h f' doesn't show file where function comes from Date: Mon, 08 Sep 2008 08:55:00 +0200 Message-ID: <48C4CC44.20504@gmx.at> References: <48C0DE54.9030201@gmx.at> <48C0EB00.3020908@gmx.at> <48C275F3.2050201@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1220863553 26141 80.91.229.12 (8 Sep 2008 08:45:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Sep 2008 08:45:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Katsumi Yamaoka Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 08 10:46:45 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 1KccOS-00071m-45 for ged-emacs-devel@m.gmane.org; Mon, 08 Sep 2008 10:46:44 +0200 Original-Received: from localhost ([127.0.0.1]:40910 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KccNS-00037c-1O for ged-emacs-devel@m.gmane.org; Mon, 08 Sep 2008 04:45:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KccLv-0001ry-Q1 for emacs-devel@gnu.org; Mon, 08 Sep 2008 04:44:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KccLu-0001qB-Iw for emacs-devel@gnu.org; Mon, 08 Sep 2008 04:44:06 -0400 Original-Received: from [199.232.76.173] (port=55293 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KccLu-0001pv-7U for emacs-devel@gnu.org; Mon, 08 Sep 2008 04:44:06 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:56808) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KccLt-0008Bt-Lr for emacs-devel@gnu.org; Mon, 08 Sep 2008 04:44:06 -0400 Original-Received: (qmail invoked by alias); 08 Sep 2008 06:57:23 -0000 Original-Received: from 62-47-59-13.adsl.highway.telekom.at (EHLO [62.47.59.13]) [62.47.59.13] by mail.gmx.net (mp010) with SMTP; 08 Sep 2008 08:57:23 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+aR10GDu2aI+N7jrFs/qQEf6I33pDor3HsjGgk6N vCPrQC9CfnsGsE User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: X-Y-GMX-Trusted: 0 X-FuHaFi: 0.82 X-detected-kernel: by monty-python.gnu.org: 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:103677 Archived-At: > I think displaying the ".gz" extension in file names is needless > because of `auto-compression-mode'. Please replace the last patch > with this: I hope I successfully checked that in. Please have a look. Thanks for fixing this, martin.