From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Some developement questions Date: Mon, 27 Aug 2018 05:33:36 +0300 Message-ID: <83h8jg5yin.fsf@gnu.org> References: <87sh36inql.fsf@himinbjorg.adminart.net> <8336v6cvem.fsf@gnu.org> <8736v6icgt.fsf@himinbjorg.adminart.net> <83tvnmb958.fsf@gnu.org> <877ekigiiw.fsf@himinbjorg.adminart.net> <837ekhb2me.fsf@gnu.org> <87zhxcbmtr.fsf@himinbjorg.adminart.net> <83in409lub.fsf@gnu.org> <871sanb71j.fsf@himinbjorg.adminart.net> <87k1oeaofu.fsf@ada> <20180825103413.gbm5stsl67j6weow@Ergus> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1535337154 15665 195.159.176.226 (27 Aug 2018 02:32:34 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 27 Aug 2018 02:32:34 +0000 (UTC) Cc: hw@adminart.net, spacibba@aol.com, radon.neon@gmail.com, flexibeast@gmail.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 27 04:32:30 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fu7KP-0003wx-6D for ged-emacs-devel@m.gmane.org; Mon, 27 Aug 2018 04:32:29 +0200 Original-Received: from localhost ([::1]:51053 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fu7MV-0006hv-Ho for ged-emacs-devel@m.gmane.org; Sun, 26 Aug 2018 22:34:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fu7Ln-0006hp-2Y for emacs-devel@gnu.org; Sun, 26 Aug 2018 22:33:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fu7Li-0003ub-2A for emacs-devel@gnu.org; Sun, 26 Aug 2018 22:33:54 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fu7Lh-0003uM-Tf; Sun, 26 Aug 2018 22:33:49 -0400 Original-Received: from [176.228.60.248] (port=4394 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fu7Lb-0003xD-Pr; Sun, 26 Aug 2018 22:33:44 -0400 In-reply-to: (message from Richard Stallman on Sun, 26 Aug 2018 16:41:56 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:228959 Archived-At: > From: Richard Stallman > Cc: spacibba@aol.com, hw@adminart.net, eliz@gnu.org, > flexibeast@gmail.com, emacs-devel@gnu.org > Date: Sun, 26 Aug 2018 16:41:56 -0400 > > If the goal is to give warnings when certain variables are set in > .emacs, It might be possible to do an almost complete job of that by > advising setq and a few friends around the loading of .emacs. We have now Lisp watchpoints, which will do that much better and cleaner.