From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Nathanael Schweers Newsgroups: gmane.emacs.help Subject: Re: line-wrap works in emacs-25.3.3 but not in emacs-26.0.91! Date: Wed, 07 Feb 2018 10:18:10 +0100 Message-ID: <87inb9gnu5.fsf@NathanaelPC.fritz.box> References: <87o9l6barv.fsf@skimble.plus.com> <834lmyb852.fsf@gnu.org> <87inbbg73y.fsf@skimble.plus.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1518000440 30966 195.159.176.226 (7 Feb 2018 10:47:20 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 7 Feb 2018 10:47:20 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 07 11:47:16 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ejNFy-0007Tx-4D for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Feb 2018 11:47:14 +0100 Original-Received: from localhost ([::1]:48582 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejNHx-0000w7-Vf for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Feb 2018 05:49:18 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejNGV-0000H1-KJ for help-gnu-emacs@gnu.org; Wed, 07 Feb 2018 05:47:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejNGS-0007dS-Go for help-gnu-emacs@gnu.org; Wed, 07 Feb 2018 05:47:47 -0500 Original-Received: from [195.159.176.226] (port=53710 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ejNGS-0007cm-9N for help-gnu-emacs@gnu.org; Wed, 07 Feb 2018 05:47:44 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ejNDr-0008MX-Ng for help-gnu-emacs@gnu.org; Wed, 07 Feb 2018 11:45:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 42 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:3K6WNqthaBtljvtptjjA17QgX2w= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 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:115928 Archived-At: Sharon Kimble writes: > Eli Zaretskii writes: > >>> From: Sharon Kimble >>> Date: Sat, 03 Feb 2018 10:57:56 +0000 >>> >>> I've just downloaded and installed the latest pre-test of emacs >>> (26.0.91) and run it. After sorting out several config quirks I was able >>> to load it and use it - except, in org-mode it had lost the ability to >>> line-wrap at 100 characters, as I usually have it! But with the exact >>> same config using emacs-25.3.3 line-wrap returned! >>> >>> So how can I use the emacs-26 version and also line-wrap please? >> >> Details are sorely missed: exactly what didn't work with line-wrap? >> Can you show a particular example, preferably starting from "emacs -Q"? >> Also, could it be that your Org version changed as result of the >> upgrade? > > - Line-wrapping in an org-mode file, my daily diary specifically. > > - Hmm, I'll have to have a play to get this. > > - My point is that I am using the exact same init file with both > versions and yet I have a very different response from each program, > whereas I was expecting to get line-wrapping with both programs, > exactly the same as I am getting with emacs25. > > - No, the org version hasn't changed, it remains Org mode version 9.1.6 > (9.1.6-33-g5b4a71-elpaplus @ > /home/boudiccas/.emacs.d/elpa/org-plus-contrib-20180129/) with both > programs. Just a wild guess, but have you tried removing the byte compiled files from the org-plus-contrib files you listed? I’ve had problems with byte compilation of org-plus-contrib. I.e. does mkdir /home/boudiccas/org-mode-plus-contrib-backup; \ mv /home/boudiccas/.emacs.d/elpa/org-plus-contrib-20180129/*.elc \ /home/boudiccas/org-mode-plus-contrib-backup fix your problem?