From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: uzibalqa Newsgroups: gmane.emacs.help Subject: Re: Remove auctex from emacs Date: Mon, 12 Sep 2022 10:03:31 +0000 Message-ID: References: <877d29y847.fsf@codeisgreat.org> <874jxdxlwf.fsf@codeisgreat.org> Reply-To: uzibalqa Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32987"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Pankaj Jangid Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Sep 12 12:11:41 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 1oXgPk-0008P3-Ln for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 12 Sep 2022 12:11:40 +0200 Original-Received: from localhost ([::1]:51764 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oXgPj-00081m-LE for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 12 Sep 2022 06:11:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46622) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXgIK-0002Ob-N7 for help-gnu-emacs@gnu.org; Mon, 12 Sep 2022 06:04:04 -0400 Original-Received: from mail-4325.protonmail.ch ([185.70.43.25]:20527) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXgI5-0004FB-6C for help-gnu-emacs@gnu.org; Mon, 12 Sep 2022 06:04:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1662977022; x=1663236222; bh=0dt0P336IyTZULYddg7jmmNDc0WdTb4h3e6118mHZoM=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=PMSujFvApxvoKylhpflvAKPZcnUHFRZgP6gz/n70oQxGLemDe9wPhKDZKlcIhH6sE UW+K4WZbYEV9BG522Xs/TfV2x+YiY4ed2/MdxBU5f4Eed5xOF/6joAlH/xqUEtnCuo TbvjbAitS+2w+u323WizhXZScpN0F+VSyJKctJ3a+kqwjughBGonGkSkHEFlnFm5Pj XdgKt06fQqyOIUgevFqOYqO9U1gYNhroWqD8GiuIwIxyp0qBpe1E6XBHP3OkJQmMiM ZsmmqrAWXDQU6ZR7iSOfY6nilyoumkFmSgskoicz9a6QjZdSH8qtuN8wPskYHIeBJi gZWYo6CnA0cIA== In-Reply-To: <874jxdxlwf.fsf@codeisgreat.org> Feedback-ID: 52887082:user:proton Received-SPF: pass client-ip=185.70.43.25; envelope-from=uzibalqa@proton.me; helo=mail-4325.protonmail.ch X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action 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:139406 Archived-At: ------- Original Message ------- On Monday, September 12th, 2022 at 4:21 AM, Pankaj Jangid wrote: > uzibalqa uzibalqa@proton.me writes: >=20 > > ------- Original Message ------- > > On Sunday, September 11th, 2022 at 8:22 PM, Pankaj Jangid pankaj@codeis= great.org wrote: > >=20 > > > uzibalqa uzibalqa@proton.me writes: > > >=20 > > > > How can remove auctex from emacs so that i can use tex-mode and > > > > latex-mode ? > > >=20 > > > M-x package-delete > >=20 > > No chance in hell. Even after removing with "M-x package-delete", > > files still get loaded with "LaTeX-mode". >=20 >=20 > The dependencies will not be uninstalled with "package-delete". For that > you need "package-autoremove" after "package-delete". >=20 > This will work only if you have not explicitly installed the > dependencies. "package-autoremove" says "nothing to remove".