From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tomas Nordin Newsgroups: gmane.emacs.help Subject: Re: Loading semantic...done Date: Mon, 07 Dec 2020 21:07:08 +0100 Message-ID: <87a6up2xeb.fsf@posteo.net> References: <87y2iaogi8.fsf@posteo.net> <87im9e3cyy.fsf@posteo.net> <87eek2jen5.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5159"; mail-complaints-to="usenet@ciao.gmane.io" To: Colin Baxter , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Dec 07 21:08:44 2020 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 1kmMoN-0001Fl-4A for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 07 Dec 2020 21:08:43 +0100 Original-Received: from localhost ([::1]:56408 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kmMoM-0003jz-20 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 07 Dec 2020 15:08:42 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59430) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmMn0-0003jg-Do for help-gnu-emacs@gnu.org; Mon, 07 Dec 2020 15:07:18 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]:42644) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmMmw-0007io-OE for help-gnu-emacs@gnu.org; Mon, 07 Dec 2020 15:07:18 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 15BC9160062 for ; Mon, 7 Dec 2020 21:07:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1607371632; bh=OqrkpNlvYp6rksv3kFSe4nQyEMgVGzYql8mBj3WxBB4=; h=From:To:Subject:Date:From; b=BpCKLJQnL4aQu080EvT2UbAIA7eu27iWHoOpV93uMQkyENnsSTYzbbkMUFkZvhSCj 27mAtuF+YAcG9cUdxl0VdaUcvcM//KOLmbQCvRjsmolpRsOF7m9UOuuWeV5yBN9xrK dtgnJXW99TThk1QjUsD3EnwZVfNtDjMxpCj2F3e2RstqScHh0+pWkRYZP/MsU6+Y6p zRalJW8OSazU2RoyVtsgUsrPAvvbteUhhaX8kdY0vfItA+d63dma3qgPJvM+btRc3B tre8er7pB4iQcuRkUBhgjmaHqAc3NEQAA++pEdszt1rk3UMKQs2OTbeXtFkDHnD7SG YYc8bF5Su8Jdg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4CqZ8s0r3Rz6tmk; Mon, 7 Dec 2020 21:07:09 +0100 (CET) In-Reply-To: <87eek2jen5.fsf@yandex.com> Received-SPF: pass client-ip=185.67.36.65; envelope-from=tomasn@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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:126168 Archived-At: Colin Baxter writes: > Dear Tomas, > >>>>>> Tomas Nordin writes: > > > Tomas Nordin writes: > >> Chunk by chunk I commented out stuff in my .emacs and ran emacs > >> anew, couldn't find the part that is responsible for the semantic > >> stuff to be loaded. > > > It must have been via one of the settings in the > > custom-set-variables construct. That I didn't comment out before, > > now I did and the semantic is not loading at init. Still don't > > know what of the settings did it though. > > Perhaps you are already aware but packages (and perhaps other things) > appear to delete all user-created comments in custom-set-variables > automatically and without warning when updating. I have found this to > be very annoying. I was not aware but I can imagine that to happen. What I did was I commented out the whole sexp and that should stick I guess. There was a lot of variables set there but I didn't miss them. It's mostly things that build up when I customize-themes which I seem to do all day long. -- Tomas