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: (desktop read) doesn't work in my init file Date: Mon, 25 Dec 2023 05:26:16 +0200 Message-ID: <837cl3aron.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30170"; 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 Mon Dec 25 04:26:45 2023 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 1rHbc5-0007j8-Bj for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 25 Dec 2023 04:26:45 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rHbbk-00035i-LR; Sun, 24 Dec 2023 22:26:24 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rHbbg-00031C-LE for help-gnu-emacs@gnu.org; Sun, 24 Dec 2023 22:26:22 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rHbbg-0003tC-0x for help-gnu-emacs@gnu.org; Sun, 24 Dec 2023 22:26:20 -0500 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=lwPnJhKJftQse9shP1ygrNkpG2T/Vq+SKQ7yPkKkiDY=; b=qTl6AW3sACPp Inrr6vYGCpASI4orV+b8ClYyb9v+e7nK83hX1FsHLwCvufpdZz3rM8ddAfb/2JQTbZsgACOAO3cFx SMySDm+HLyTp4HYEU8iaYjIxBRCWOrpwaVOl+CvOKnZPs1XoyMtsiKat3XrmnP+1lEQYKcdrSpHVs ivTEHVMT+zTn4P3qy6x99II0CuKFb0EzSkngzESSGkU2cODhp8WE8qYCDYRbDP2/u4Y/Tp8pZtBxM 7Rzz/kImoeMXDsOJfy2wD0MKFGHB9S9+YZz+h3ZXljVowijTeGGvIjReUC8H+UP/XKJjQci9d+MbS SmezKq8aOkO/xVfxWflCgg==; In-Reply-To: (message from Maske on Sun, 24 Dec 2023 22:01:14 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145677 Archived-At: > Date: Sun, 24 Dec 2023 22:01:14 +0100 > From: Maske > > When I start emacs, it doesn't eval (desktop-read), I have to run it > using M-x (desktop-read). Any help? The answer to that is in what comes before that expression. maybe it signals an error or maybe Emacs doesn't find desktop.el or maybe something else goes wrong.