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: who's setting value of kill-emacs-query-functions Date: Sat, 09 Jul 2022 10:14:56 +0300 Message-ID: <83r12u3ggf.fsf@gnu.org> References: <87bkty3iy0.fsf@codeisgreat.org> 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="25643"; 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 Sat Jul 09 09:18:32 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 1oA4jY-0006Vr-J0 for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 09 Jul 2022 09:18:32 +0200 Original-Received: from localhost ([::1]:57264 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oA4jX-0000KR-7k for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 09 Jul 2022 03:18:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55700) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oA4g8-0008Bp-AW for help-gnu-emacs@gnu.org; Sat, 09 Jul 2022 03:15:01 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37254) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oA4g8-0008EM-0S for help-gnu-emacs@gnu.org; Sat, 09 Jul 2022 03:15:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=1Z2eK1Z5O9f0ZDRVE7ztjks1LKnx2qK+Pmxzom9qCoo=; b=H8RKyUsvwW1snAD4Sm09 hnnj7yBClxC3/aPSaJe3Vbeq0NG+vl4VkL01EgmOx6ObAs+ouKfgzeeX06ikaBxYP9qRYTLpaMNQi PpS6ovXPlcu8xVYipeRD4yxpEzcTlz1BVVHOcJv65BRH9gVJ7igbz7KhNZzt1CVm5vzoCNI65cHtR UKdpcRoe8uGsxPkVCL/feS4f/y7hEkKpGCLdOWmNL+y/4DS73qMFGZ7nwU2LygQ2CtREgzMKJbJ1t vuDw3CqqHhzfHrCeDWOGPCD8QnTvP5JnKczb6trE9hzrllZ7aI9DYId36f235Q/JnpAqj/6inGaKU AnVOAwqxfmpYIg==; Original-Received: from [87.69.77.57] (port=2627 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 1oA4g7-0005c4-Fn for help-gnu-emacs@gnu.org; Sat, 09 Jul 2022 03:14:59 -0400 In-Reply-To: <87bkty3iy0.fsf@codeisgreat.org> (message from Pankaj Jangid on Sat, 09 Jul 2022 11:51:11 +0530) 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:138401 Archived-At: > From: Pankaj Jangid > Date: Sat, 09 Jul 2022 11:51:11 +0530 > > I am not setting the value of this variable: kill-emacs-query-functions > > But describe-variable shows this, > > --8<---------------cut here---------------start------------->8--- > kill-emacs-query-functions is a variable defined in ‘files.el’. > > Its value is (server-kill-emacs-query-function desktop-kill) > Original value was nil > --8<---------------cut here---------------end--------------->8--- > > Is this expected behaviour on GNU/Linux with GNOME? Yes, assuming you invoke server-start and desktop-save-mode.