From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: Show who is requiring Date: Sat, 17 Nov 2012 11:05:56 +0100 Message-ID: <87boewtugr.fsf@bzg.ath.cx> References: <80d2zd87t0.fsf@somewhere.org> <87k3tktyya.fsf@bzg.ath.cx> <874nko36oy.fsf@gavenkoa.example.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1353146768 2489 80.91.229.3 (17 Nov 2012 10:06:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Nov 2012 10:06:08 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Oleksandr Gavenko Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 17 11:06:19 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TZfI2-0000iu-6R for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Nov 2012 11:06:18 +0100 Original-Received: from localhost ([::1]:32975 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZfHr-0006EE-Ru for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Nov 2012 05:06:07 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:47416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZfHk-0006Dx-HB for help-gnu-emacs@gnu.org; Sat, 17 Nov 2012 05:06:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZfHh-0005Ke-EV for help-gnu-emacs@gnu.org; Sat, 17 Nov 2012 05:06:00 -0500 Original-Received: from mail-wi0-f171.google.com ([209.85.212.171]:33284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZfHh-0005Ka-7X for help-gnu-emacs@gnu.org; Sat, 17 Nov 2012 05:05:57 -0500 Original-Received: by mail-wi0-f171.google.com with SMTP id c10so3846124wiw.12 for ; Sat, 17 Nov 2012 02:05:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=jaWrJNrUCyLlVLPC/ZWdjXPPFc70bd74CbL3igKoRGk=; b=D+xH/XHw1DKLs30TRArxOV0ygziSu6TXMRjxBhZAK2ONaHixE13rKF6unrA+lPRV7r ImeGveYhv6gEKiFW1ITo9shWdfTW9IDRuXPnOabs5gxE9f0M5PNsjhSFC5Sq8XPafeRB TLaunk5KklpEv/stO2ajxA9oKZK+HSgjtHxBdrJli59UtUANqrNpJp+2bojjft3BBb+H GTmFuDBeBoUF1bDLeXl6j934/JPbJb8afMvU6MTu34gboy8O65w7T35ZRsZeB5C506ha 9UABu43dDhBN4Tc+T+bqV/q6eg4IcnFf1vx81vl+B/V0TLDSc4fXEfDrvaQXgCiLQQl7 Td9g== Original-Received: by 10.216.93.130 with SMTP id l2mr1344286wef.59.1353146755526; Sat, 17 Nov 2012 02:05:55 -0800 (PST) Original-Received: from bzg.localdomain (mar75-2-81-56-68-112.fbx.proxad.net. [81.56.68.112]) by mx.google.com with ESMTPS id i2sm4191941wiw.3.2012.11.17.02.05.53 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 17 Nov 2012 02:05:54 -0800 (PST) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id C7D832241F; Sat, 17 Nov 2012 11:05:56 +0100 (CET) In-Reply-To: <874nko36oy.fsf@gavenkoa.example.com> (Oleksandr Gavenko's message of "Sat, 17 Nov 2012 11:43:57 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.212.171 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87743 Archived-At: Oleksandr Gavenko writes: > Why instead of: > > (symbol-file 'c-mode) > > use: > > (find-lisp-object-file-name 'c-mode (symbol-function 'c-mode)) Indeed. > ?? You don't need the double "??" in all your emails. -- Bastien