unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: don@donarmstrong.com (Emacs bug Tracking System)
To: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: bug#1317: marked as done (23.0.60; mouse-over outline marker in  org-mode kills --with-ns emacs)
Date: Sun, 9 Nov 2008 18:20:02 -0800	[thread overview]
Message-ID: <handler.1317.D1317.12262830545649.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: 24ED5CB2-419A-43B9-8BA9-0C67C139DFBF@gmail.com

[-- Attachment #1: Type: text/plain, Size: 929 bytes --]


Your message dated Sun, 09 Nov 2008 21:10:45 -0500
with message-id <jwv8wrspc3c.fsf-monnier+emacsbugreports@gnu.org>
and subject line Re: bug#1317: 23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs
has caused the Emacs bug report #1317,
regarding 23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
1317: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1317
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 6142 bytes --]

From: "B. Smith-Mannschott" <benpsm@gmail.com>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs
Date: Sat, 8 Nov 2008 10:33:44 +0100
Message-ID: <24ED5CB2-419A-43B9-8BA9-0C67C139DFBF@gmail.com>

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org  
mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:



I'm building emacs from CVS on Mac OS X (actually the git mirror of  
same at
git.svn.gnu.org).

Given an org-mode buffer:

* first level
** second level

When I pass over one of the outline level indicators (i.e. **) with
the mouse emacs dies instantly.

- This only occurs in the with-ns build.
- Emacs on X11 does not exhibit this problem (same sources, same  
machine).
   (It also doesn't occur with the (considerably older) CarbonEmacs.)
- It does not occur in outline-mode
- It occurs only in org-mode, as far as I can tell.
   (Nevertheless, I suspect a problem with the new nextstep/cocoa
   windowing code. It doesn't seem to me that anything that org-mode
   does should be able to outright kill emacs.)

Are you already aware of this problem?  If not, what can I do to help
you narrow it down?



If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
     `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/usr/local/share/emacs/23.0.60/etc/DEBUG for instructions.


In GNU Emacs 23.0.60.3 (i386-apple-darwin9.5.0, NS apple-appkit-949.35)
  of 2008-11-07 on Meheadable.local
Windowing system distributor `Apple', version  
97.112.112.108.101.45.97.112.112.107.105.116.45.57.52.57.46.51.53
configured using `configure  '--with-ns' '--disable-ns-self-contained'  
'--prefix=/usr/local''

Important settings:
   value of $LC_ALL: nil
   value of $LC_COLLATE: nil
   value of $LC_CTYPE: nil
   value of $LC_MESSAGES: nil
   value of $LC_MONETARY: nil
   value of $LC_NUMERIC: nil
   value of $LC_TIME: nil
   value of $LANG: nil
   value of $XMODIFIERS: nil
   locale-coding-system: nil
   default-enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
   openwith-mode: t
   global-hl-line-mode: t
   tooltip-mode: t
   mouse-wheel-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   global-auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   line-number-mode: t
   transient-mark-mode: t

Recent input:
<menu-bar> <help-menu> <send-emacs-bug-report>

Recent messages:
Warning: arch-dependent data dir (/Users/bsmith/vc/git/emacs/mac/ 
nextstep/Emacs.app/Contents/MacOS/libexec/emacs/23.0.60/i386-apple- 
darwin9.5.0/) does not exist.

Loading /Users/bsmith/.emacs.d/init.el (source)...
Loading /Users/bsmith/.emacs.d/custom.el (source)...
Loading hl-line...done
Loading /Users/bsmith/.emacs.d/custom.el (source)...done
Loading vc-git...done
Loading /Users/bsmith/.emacs.d/init.el (source)...done
For information about GNU Emacs and the GNU system, type C-h C-a.




[-- Attachment #3: Type: message/rfc822, Size: 2051 bytes --]

From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "B. Smith-Mannschott" <benpsm@gmail.com>
Cc: 1317-done@emacsbugs.donarmstrong.com
Subject: Re: bug#1317: 23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs
Date: Sun, 09 Nov 2008 21:10:45 -0500
Message-ID: <jwv8wrspc3c.fsf-monnier+emacsbugreports@gnu.org>

> I didn't try all possible combinations of these values, but enough of
> them to convince myself that I can no longer reproduce the
> trouble. It's frustrating, having already waited 2 weeks before
> reporting them problem.  But really, I'm just happy it works.

Wonderful.


        Stefan


      parent reply	other threads:[~2008-11-10  2:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <jwv8wrspc3c.fsf-monnier+emacsbugreports@gnu.org>
2008-11-08  9:33 ` bug#1317: 23.0.60; mouse-over outline marker in org-mode kills --with-ns emacs B. Smith-Mannschott
2008-11-09  3:12   ` Stefan Monnier
2008-11-09  3:20     ` Processed: " Emacs bug Tracking System
2008-11-10  2:20   ` Emacs bug Tracking System [this message]

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=handler.1317.D1317.12262830545649.ackdone@emacsbugs.donarmstrong.com \
    --to=don@donarmstrong.com \
    --cc=monnier@iro.umontreal.ca \
    /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).