unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Ott <alexott@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 9624@debbugs.gnu.org
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	[thread overview]
Message-ID: <CALV1_=+i9S2C+Uxth=LQPA1B2+5t=TEq0XwvoqwEMJ1xUqZO-A@mail.gmail.com> (raw)
In-Reply-To: <83ehz1f3ne.fsf@gnu.org>

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	other threads:[~2011-09-28 10:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-28  7:02 bug#9624: 24.0.90; Emacs crashes in BIDI code when trying to open Muse file Alex Ott
2011-09-28  7:39 ` Eli Zaretskii
2011-09-28  7:48   ` Alex Ott
2011-09-28  7:48   ` Alex Ott
2011-09-28  8:54     ` Eli Zaretskii
2011-09-28 10:20       ` Alex Ott [this message]
2011-09-28 10:35         ` Eli Zaretskii
2011-09-28 14:38           ` Eli Zaretskii
2011-09-28 14:56             ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALV1_=+i9S2C+Uxth=LQPA1B2+5t=TEq0XwvoqwEMJ1xUqZO-A@mail.gmail.com' \
    --to=alexott@gmail.com \
    --cc=9624@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).