From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: How does one find out what file a library has been loaded from? Date: Sun, 24 Jul 2022 19:19:28 +0300 Message-ID: <83edyafppr.fsf@gnu.org> References: <83sfmxm79z.fsf@gnu.org> <83fsiwncem.fsf@gnu.org> <83mtd3ngcw.fsf@gnu.org> <838rommjxj.fsf@gnu.org> <83k084i1ed.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18883"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, acm@muc.de, emacs-devel@gnu.org To: "T.V Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jul 24 18:20:42 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oFeLR-0004i9-3N for ged-emacs-devel@m.gmane-mx.org; Sun, 24 Jul 2022 18:20:41 +0200 Original-Received: from localhost ([::1]:47724 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oFeLP-0000m2-Rc for ged-emacs-devel@m.gmane-mx.org; Sun, 24 Jul 2022 12:20:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56090) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFeKG-0007ks-JV for emacs-devel@gnu.org; Sun, 24 Jul 2022 12:19:28 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33750) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFeKF-0007os-T6; Sun, 24 Jul 2022 12:19:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=13aq6oO0tSiPjZ9O8jrIW3iX7Up23IH2+a3BDn4urXs=; b=juckN5P9l9/w BxT0vnlXxnJ4W5pBg4QDNjGdpHjPSkxH74TyATlkRtD9fIT05uxsOg7kcHDbVghsPSO0czAmjdx7K 9ZI8fMWg2d8d4L0TrV23svVcPq+rvJbNw+8tkjA9wGfjjevLYDfAtZO3JUulmKy5tlkJnnruxJVl9 3tKBRuix7t9hg1G22Uw6kUM1lPcw9HAFyMgx8W0+swJpOrUunaJ9bfQgfRGdZTH0cK1w95ibvgyiX qHy0L3cjjTBnV7SxqJJnVdL+05zQAQXN/QLCwODBasxqVEI1Xw3Vna9AOo4oWd4refoelfCjvPG7F yeMCjsHVrv76xFxjANoH2Q==; Original-Received: from [87.69.77.57] (port=2239 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFeKF-0007By-Cg; Sun, 24 Jul 2022 12:19:27 -0400 In-Reply-To: (raman@google.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:292603 Archived-At: > From: "T.V Raman" > Cc: Alan Mackenzie , Eli Zaretskii , > emacs-devel@gnu.org > Date: Sun, 24 Jul 2022 08:49:51 -0700 > > In that context, how does find-function work? find-function finds the source file, not the compiled file.