From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: aprekates Newsgroups: gmane.emacs.help Subject: How can i enable webmode? Date: Sun, 10 May 2020 13:02:14 +0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="113789"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 To: Help Gnu Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun May 10 12:02:43 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 1jXinB-000TTQ-Rv for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 10 May 2020 12:02:41 +0200 Original-Received: from localhost ([::1]:34068 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXinA-0002Pv-TS for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 10 May 2020 06:02:40 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48210) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jXimq-0002Pp-Gh for help-gnu-emacs@gnu.org; Sun, 10 May 2020 06:02:20 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:36825) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jXimp-00013A-6G for help-gnu-emacs@gnu.org; Sun, 10 May 2020 06:02:20 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 4570916005F for ; Sun, 10 May 2020 12:02:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1589104935; bh=XI8kFfXr1Q4NOaOIEJGBqcnohRowEvoAGC22kmm7eb0=; h=To:From:Subject:Date:From; b=M1ssuMp5353yWXyGGjlgfNJp9akYYdvaZNHKnDb7tYZpPiQrgaMZESMBurKqtrJm7 84TmPkvtitgSZ/0IWvLvhf/1N5ZJknQxnuJ6ES+YoUn87azM5Y51+M/gNwxulPGqx6 LjtZ23Gpdi1BJcXDKYYhwmiE0kYKACyei1PYMwSFdtKZRDi1M3BL3hY//F0hc3cBTI N/FIg1vTmIP0g13lmROIQir3ZJT7+1TUzxstC9Y3PYzttm2Fw9i+z7lLIqvo7BYJ9/ PmiPHOICpf+f574uvhFeiSbdLpMA8717mOqyaYgj/dL2q6oA7N9gyBUVA1wdJThu18 8SJdUc9WFny+w== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49KfkG5Wy0z9rxd for ; Sun, 10 May 2020 12:02:14 +0200 (CEST) Content-Language: en-US Received-SPF: pass client-ip=185.67.36.65; envelope-from=aprekates@posteo.net; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/10 06:02:15 X-ACL-Warn: Detected OS = Linux 3.11 and newer 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_PASS=-0.001, URIBL_BLOCKED=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:123054 Archived-At: GNU Emacs 26.1 (build 2, x86_64-pc-linux-gn I installed with M-x package-list  webmode but html files still open in html+ mode. Alexandros