From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Philippe Delavalade Newsgroups: gmane.emacs.help Subject: emacs or =?utf-8?B?bXV0dMKgPw==?= Date: Sun, 10 Mar 2019 11:23:32 +0100 Message-ID: <20190310102332.GA2029@magellan.machin.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="37379"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.11.3 (2019-02-01) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 10 15:27:32 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h2zQK-0009dT-DT for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Mar 2019 15:27:32 +0100 Original-Received: from localhost ([127.0.0.1]:45763 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2zQJ-0005u7-CJ for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Mar 2019 10:27:31 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:35732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2vcG-0000FT-0Y for help-gnu-emacs@gnu.org; Sun, 10 Mar 2019 06:23:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h2vcF-0001sM-53 for help-gnu-emacs@gnu.org; Sun, 10 Mar 2019 06:23:35 -0400 Original-Received: from smtp02.smtpout.orange.fr ([80.12.242.124]:34588 helo=smtp.smtpout.orange.fr) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h2vcE-0001rW-Qa for help-gnu-emacs@gnu.org; Sun, 10 Mar 2019 06:23:35 -0400 Original-Received: from localhost ([86.252.42.157]) by mwinf5d37 with ME id mAPY1z0073PTbZi03APYsp; Sun, 10 Mar 2019 11:23:32 +0100 X-ME-Helo: localhost X-ME-Date: Sun, 10 Mar 2019 11:23:32 +0100 X-ME-IP: 86.252.42.157 Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.12.242.124 X-Mailman-Approved-At: Sun, 10 Mar 2019 10:27:13 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119597 Archived-At: Hello. I don't know if it is the right place for this question because it truns around emacs but also around mutt. I encounter a problem with emacs and mutt under gnu/linux. In .emacs I have the line : (add-hook 'text-mode-hook 'turn-on-auto-fill) In .muttrc I have this line : set editor="emacs --eval '(text-mode)'" Formerly, when writing a message with muut, the buffer was in text-mode and fill-mode was active. Today, with emacs 26.1 instead of 25.3 and mutt 1.11.3 instead of 1.10.1, this is no more the case. When I write a message in mutt, emacs is called but the buffer is in fundamental mode and I must type M-x auto-fill-mode :-(. I tried in .muttrc set editor=emacs --debug-init --eval '(text-mode)'" but nothing wrong was detected. Can someone give me an hint to resore the right comportment ? Thanks and sorry for the poor english. -- Ph. Delavalade