From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tomas Hlavaty Newsgroups: gmane.emacs.devel Subject: Re: Emacs as a word processor (ways to convert Word/RTF proprietary files) Date: Mon, 28 Dec 2020 17:25:06 +0100 Message-ID: <87wnx1hp99.fsf@logand.com> References: <0E591E8B-FD55-4829-8421-6F2C02AFD20C@mit.edu> <83eejenvy2.fsf@gnu.org> <87r1ne40e7.fsf@logand.com> <87tusax71j.fsf@logand.com> <877dp2p337.fsf@ucl.ac.uk> <8735zqi0hh.fsf@logand.com> <87czyunm2u.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30710"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Eric S Fraga Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 28 17:26:17 2020 Return-path: Envelope-to: ged-emacs-devel@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 1ktvLd-0007tR-I7 for ged-emacs-devel@m.gmane-mx.org; Mon, 28 Dec 2020 17:26:17 +0100 Original-Received: from localhost ([::1]:46636 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ktvLc-0000tA-L5 for ged-emacs-devel@m.gmane-mx.org; Mon, 28 Dec 2020 11:26:16 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36692) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ktvKc-0008R9-RE for emacs-devel@gnu.org; Mon, 28 Dec 2020 11:25:14 -0500 Original-Received: from logand.com ([37.48.87.44]:36462) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ktvKZ-0007KF-VX for emacs-devel@gnu.org; Mon, 28 Dec 2020 11:25:13 -0500 Original-Received: by logand.com (Postfix, from userid 1001) id B39B11A1421; Mon, 28 Dec 2020 17:25:09 +0100 (CET) X-Mailer: emacs 26.3 (via feedmail 11-beta-1 I) In-Reply-To: <87czyunm2u.fsf@ucl.ac.uk> Received-SPF: pass client-ip=37.48.87.44; envelope-from=tom@logand.com; helo=logand.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:262010 Archived-At: On Mon 28 Dec 2020 at 12:37, Eric S Fraga wrote: > On Monday, 28 Dec 2020 at 13:22, Tomas Hlavaty wrote: >> Could you try >> (require 'arc-mode) > > This does the job. Thank you. Maybe add this line to > emacs-unoffice.el? I would have thought that it would be good to have > dependencies automatically included. It is fixed now. I have added require for arc-mode and xml. You can git pull and reload emacs-unoffice.el and it should work. Thanks for letting me know.