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.help Subject: Re: finding the hork point in ~/.emacs: timerp Date: Fri, 28 Aug 2020 15:41:40 +0300 Message-ID: <83ft87ymbf.fsf@gnu.org> References: <8463a064-a5b3-23c6-1589-a6cc5f899b95@mousecar.com> <83mu2fyq7p.fsf@gnu.org> <4819eb23-4ddd-ff44-0be1-d3d24de1a739@mousecar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6167"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Aug 28 14:42:13 2020 Return-path: Envelope-to: geh-help-gnu-emacs@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 1kBdhs-0001TE-JA for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 28 Aug 2020 14:42:12 +0200 Original-Received: from localhost ([::1]:42228 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kBdhr-0006QG-Jv for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 28 Aug 2020 08:42:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39000) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kBdhV-0006Nk-I8 for help-gnu-emacs@gnu.org; Fri, 28 Aug 2020 08:41:49 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57092) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kBdhV-0005pO-9M for help-gnu-emacs@gnu.org; Fri, 28 Aug 2020 08:41:49 -0400 Original-Received: from [176.228.60.248] (port=2881 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kBdhU-0001dB-NE for help-gnu-emacs@gnu.org; Fri, 28 Aug 2020 08:41:49 -0400 In-Reply-To: <4819eb23-4ddd-ff44-0be1-d3d24de1a739@mousecar.com> (message from ken on Fri, 28 Aug 2020 08:26:22 -0400) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:123826 Archived-At: > From: ken > Date: Fri, 28 Aug 2020 08:26:22 -0400 > > This system is fairly new, installed just a week or so ago: > > # ll /etc/os-release > lrwxrwxrwx 1 root root 21 Aug 17 17:22 /etc/os-release -> > ../usr/lib/os-release > # cat /etc/os-release > NAME="openSUSE Tumbleweed" > # VERSION="20200817" > ID="opensuse-tumbleweed" > ID_LIKE="opensuse suse" > VERSION_ID="20200817" > PRETTY_NAME="openSUSE Tumbleweed" > ANSI_COLOR="0;32" > CPE_NAME="cpe:/o:opensuse:tumbleweed:20200817" > BUG_REPORT_URL="https://bugs.opensuse.org" > HOME_URL="https://www.opensuse.org/" > LOGO="distributor-logo" > > # whereis -b emacs > emacs: /usr/bin/emacs /usr/lib/emacs /usr/share/emacs > # ls -ld /usr/bin/emacs /usr/lib/emacs /usr/share/emacs > -rwxr-xr-x 1 root root 4334 Apr 26  2017 /usr/bin/emacs > drwxr-xr-x 1 root root    8 Aug 18 16:26 /usr/lib/emacs > drwxr-xr-x 1 root root   42 Aug 18 16:26 /usr/share/emacs What do you have in /usr/libexec/emacs/27.1/, in a subdirectory that corresponds to your architecture ?