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: Understanding the behaviour of Emacs and Emacs Client Date: Wed, 23 Feb 2022 14:54:42 +0200 Message-ID: <831qztu4j1.fsf@gnu.org> References: <87ley2b70o.fsf@codeisgreat.org> <87fsoaasa6.fsf@codeisgreat.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38486"; 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 Wed Feb 23 14:04:13 2022 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 1nMrJV-0009kj-EH for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 23 Feb 2022 14:04:13 +0100 Original-Received: from localhost ([::1]:37542 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nMrJT-0007Xx-Tq for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 23 Feb 2022 08:04:11 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:47906) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMrAE-0001eg-4M for help-gnu-emacs@gnu.org; Wed, 23 Feb 2022 07:54:39 -0500 Original-Received: from [2001:470:142:3::e] (port=50208 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMrA9-0001DZ-BF for help-gnu-emacs@gnu.org; Wed, 23 Feb 2022 07:54:37 -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=ssP65TJsMP/coa2Bu36pRCOYXo+TjSI5/ZTG7KEbSTQ=; b=q7C2AjLL2UCO tSb36IuM8aJDZcMrFQgl8IrEteoKmkajqbATDXB+19Jxdef+LeNpleXbiVCSLBSiQTUuL1QCFxcbJ hW/y34AP+7/P7JPaYtDxHD98TYTjJhhCxEhDrF57BpAQmdnLxx23etwYkjKd8Y3mA9PjR72K0PRgj iQcD5P+VcGC6WX2bWwzXOjuKivzJ5yOz/xi3U7fAQ6fEXtgd98tAe+sTGfCtdEhsNcenM6OreDIbs euth7Li3vi1zJT40kjY3MfVRwV/TlVhQmTq4Ji31EA8L75i4jfVYYY+3GzkYAYoDwKJmWJtE2dB8J WMfextvWKyEbQacD/snciA==; Original-Received: from [87.69.77.57] (port=4007 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 1nMrA8-0003zf-6G for help-gnu-emacs@gnu.org; Wed, 23 Feb 2022 07:54:33 -0500 In-Reply-To: (message from Jean Louis on Wed, 23 Feb 2022 15:02:53 +0300) 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" Xref: news.gmane.io gmane.emacs.help:136169 Archived-At: > Date: Wed, 23 Feb 2022 15:02:53 +0300 > From: Jean Louis > > pkill "emacs --daemon" or other command line you used. No, just "M-x kill-emacs RET" from the client frame. Killing the process will lose any unsaved work, will not call the hooks in the likes of saveplace.el and desktop.el, etc. Not recommended.