From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Roland Winkler" Newsgroups: gmane.emacs.devel Subject: Re: master 45a1653: ; Fix last change to bibtex.el Date: Thu, 19 Nov 2020 02:25:48 -0600 Message-ID: <11276.53535.658275.24502@gargle.gargle.HOWL> References: <20201116233108.21940.22514@vcs0.savannah.gnu.org> <20201116233110.4E83E209DE@vcs0.savannah.gnu.org> <87k0ujthyb.fsf@gnu.org> <875z6226fg.fsf@tcd.ie> <11259.90054.698979.24501@gargle.gargle.HOWL> <877dqizkpn.fsf@tcd.ie> <21967.72026.373783.24501@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23952"; mail-complaints-to="usenet@ciao.gmane.io" Cc: contovob@tcd.ie, rgm@gnu.org, pot@gnu.org, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 19 09:26:49 2020 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 1kffHF-000683-Aw for ged-emacs-devel@m.gmane-mx.org; Thu, 19 Nov 2020 09:26:49 +0100 Original-Received: from localhost ([::1]:41242 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kffHE-0007ud-CU for ged-emacs-devel@m.gmane-mx.org; Thu, 19 Nov 2020 03:26:48 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45118) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kffGV-0007QD-1g for emacs-devel@gnu.org; Thu, 19 Nov 2020 03:26:03 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48324) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kffGU-0003do-4Y; Thu, 19 Nov 2020 03:26:02 -0500 Original-Received: from [2602:30a:2e52:d720:65b7:1416:12e7:8bfb] (port=54912 helo=regnitz) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1kffGI-0003EA-EX; Thu, 19 Nov 2020 03:25:51 -0500 In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:259417 Archived-At: On Thu Nov 19 2020 Richard Stallman wrote: > > The problem is really about allowing user-defined functions. If one > > excludes user-defined functions and allows only predefined > > functions, > > Does "predefined functions" mean "functions standardly defined in Emacs Lisp", > "functions already defined in Emacs Lisp," or "specific functions expected > to be used this way"? I wanted to refer to "functions standardly defined in Emacs Lisp" (available via emacs -q). In the context of customizing bibtex-mode via file-local variables, to the best of my knowledge these functions can be assumed to be safe.