bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9624: 24.0.90; Emacs crashes in BIDI code when trying to open Muse f


From: Alex Ott
Subject: bug#9624: 24.0.90; Emacs crashes in BIDI code when trying to open Muse file
Date: Wed, 28 Sep 2011 12:20:09 +0200

It reproducible with following config:

--------------------------------------------------------------------------------------------------------------------------------------------------
(add-to-list 'load-path "~/projects/muse.el/lisp")

(require 'muse-mode)     ; load authoring mode
(require 'muse-html)     ; load publishing styles I use
(require 'muse-colors)
(require 'muse-wiki)
(require 'muse-latex)
(require 'muse-texinfo)
(require 'muse-docbook)
(require 'muse-project)

(defun alexott/muse-mode-hook ()
  (auto-fill-mode -1)
  (longlines-mode)
  )
(add-hook 'muse-mode-hook 'alexott/muse-mode-hook)

(setq longlines-show-hard-newlines t)
--------------------------------------------------------------------------------------------------------------------------------------------------

Real problem is in longlines-mode - when I enable it in hook, and
longlines-show-hard-newlines is set to true, then Emacs will crash


On Wed, Sep 28, 2011 at 10:54 AM, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Wed, 28 Sep 2011 09:48:53 +0200
>> From: Alex Ott <alexott@gmail.com>
>> Cc: 9624@debbugs.gnu.org
>>
>> Sorry, attached .html instead of .muse
>
> Thanks, but I'm unable to reproduce the crash on my system.  I'm
> probably doing something wrong.
>
> I downloaded muse-3.20, fired up "emacs -Q", and evaluated the forms
> shown here:
>
>   http://mwolson.org/static/doc/muse.html#Loading-Muse
>
> Then I visited the 2 *.muse files you sent, and they displayed
> correctly without any crash.  I'm probably missing some crucial steps.
>
> So please instruct me how to reproduce the crash starting from
> "emacs -Q", assuming that I have muse in a separate directory.
>



-- 
With best wishes,                    Alex Ott
http://alexott.net/
Tiwtter: alexott_en (English), alexott (Russian)
Skype: alex.ott





reply via email to

[Prev in Thread] Current Thread [Next in Thread]