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: Is it expected to have reserved "system.el"? Date: Mon, 02 Jan 2023 14:34:55 +0200 Message-ID: <83y1ql15e8.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6642"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Jean Louis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 02 13:35:28 2023 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 1pCK2H-0001KJ-Ty for ged-emacs-devel@m.gmane-mx.org; Mon, 02 Jan 2023 13:35:26 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pCK1i-0008Ek-Ud; Mon, 02 Jan 2023 07:34:50 -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 1pCK1h-0008EX-6u for emacs-devel@gnu.org; Mon, 02 Jan 2023 07:34:49 -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 1pCK1g-0002eI-OT; Mon, 02 Jan 2023 07:34:48 -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=BPVVPSIfTmcH2pGpxZLXRbu/bXXKUWEQ9JgoCiiC8qY=; b=OPBjH6R9wccv oRbSziUKhu6sutCT8F7LynQGg+B1/SZXy8+QxYFxGYxrznzmV/ttsphhnrY94EIjp0hhGlKMi+LoL HpeWCZ8g0X2sZnF8lFWRLYU8boN94dr5w5bXKr0XBePQA6U32Z9PYO+aTg8vR/T+Omj4N6asotf5w b03pQ9laZi20rrzV0x1By7IxsU0IijlxSvAwFvOgpTupJnnftm8/MFZxAsgEXSakCn5SmND7L1KQ/ fZhPLA1u/OJmQxDI9AcOr1aI2Ja4nAIl0b9fwtk4lfQMQtjhBfK2A0zuJCXX5atFGal4d9QNDrus+ PoREyd5g5szjZKW3aOtO4A==; Original-Received: from [87.69.77.57] (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 1pCK1g-0008CG-1E; Mon, 02 Jan 2023 07:34:48 -0500 In-Reply-To: (message from Jean Louis on Mon, 2 Jan 2023 12:49:01 +0300) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:302192 Archived-At: > Date: Mon, 2 Jan 2023 12:49:01 +0300 > From: Jean Louis > > Personally I have already my `system.el' which deals with various > functions for the computer, such as fan speed, WiFi connection, SD > card, mounting disks, and similar. > > Then I use my own function `system-move-file-to-trash' as recommended > by Emacs function `move-file-to-trash'. It indicates to me that there > may be other functions asking for users to define new functions which > are specifically system based. > > And from there I am thinking that maybe developers wish to reserve the > prefix `system-' for users, so that users can develop such functions > relevant to system. > > I cannot find references in Emacs manual to this. > > Are there are functions in Emacs that are expected to be defined by > user with prefix `system-'? > > Is it notion or idea that such functions exist? I don't understand these questions, and therefore cannot answer them. Please provide more concrete details: which code you tried to use, and what was the exact message you saw (please cite the message exactly as shown by Emacs). Without these details, I cannot understand what exactly happened in your case.