From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: How can i enable webmode? Date: Mon, 11 May 2020 12:09:57 -0400 Message-ID: References: <008d9cd4-8d24-f19b-82ad-d5c1bf7a435f@posteo.net> <86d07b6a4w.fsf@duenenhof-wilhelm.de> <20200510125547.5382c9bf80ec29188688d990@potatochowder.com> <8636864r1b.fsf@duenenhof-wilhelm.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="114557"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) To: help-gnu-emacs@gnu.org Cancel-Lock: sha1:UrGLxwlfGBpmuYyKcksJQcSrB7o= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon May 11 18:12:57 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 1jYB33-000Tju-3L for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 11 May 2020 18:12:57 +0200 Original-Received: from localhost ([::1]:32798 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jYB32-0005n5-2q for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 11 May 2020 12:12:56 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48218) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jYB0H-00028t-Am for help-gnu-emacs@gnu.org; Mon, 11 May 2020 12:10:05 -0400 Original-Received: from ciao.gmane.io ([159.69.161.202]:40964) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jYB0G-000145-NO for help-gnu-emacs@gnu.org; Mon, 11 May 2020 12:10:04 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jYB0E-000QUv-HG for help-gnu-emacs@gnu.org; Mon, 11 May 2020 18:10:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Received-SPF: pass client-ip=159.69.161.202; envelope-from=geh-help-gnu-emacs@m.gmane-mx.org; helo=ciao.gmane.io X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/11 12:05:06 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] 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, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_PASS=-0.001 autolearn=_AUTOLEARN 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:123074 Archived-At: > When I'm installing most browser add-ons they are immediately active. > The same goes for OS package managers when I'm doing > > $ sudo aptitude install sshd > > the server is immediately started and this is how it should work. Yes, I consider this a misfeature of Debian packaging. The problem is not so much that `aptitude install sshd` activates the package additionally to installing it, but rather that the packaging system does not offer any way to separate the two tasks. Stefan