From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Pohlack Subject: Org-mode version 6.32trans and 6.21b; Strange interaction between whitespace-mode and cust. org-ellipsis Date: Wed, 02 Dec 2009 20:06:59 +0100 Message-ID: <4B16BAD3.8010508@os.inf.tu-dresden.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010808010303080105070409" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFuXY-0002eo-R4 for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 14:07:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFuXO-0002Mh-NR for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 14:06:59 -0500 Received: from [199.232.76.173] (port=56468 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFuXO-0002ML-Hb for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 14:06:54 -0500 Received: from os.inf.tu-dresden.de ([141.76.48.99]:43374) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NFuXO-0000mu-0e for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 14:06:54 -0500 Received: from [91.42.194.160] (helo=[192.168.1.101]) by os.inf.tu-dresden.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.71) id 1NFuXM-0004Aa-D4 for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 20:06:52 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --------------010808010303080105070409 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit (sorry for the resent, this time with minimal init.test.el) Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ I observe a strange interaction between whitespace-mode and org-mode if org-ellipsis is set. Whenever I use whitespace-toggle-options for customizing whitespace-mode in a buffer, all org-mode buffers are effected. Probably their display table is overwritten which only has effect if org-ellipsis is set? Steps to reproduce: * Start emacs as follows (no local init file, start attached minimal init file, open two small org-files, also attached): $ emacs -q -l init.test.el test1.org test2.org * Hit F10 in one org-mode buffer once. * Look at other org-mode buffer to see that spaces are visualized via a centered dot. What *is* happening: * Other buffers are effected by a supposedly local action (display table?). What *should* be happening: * No change to other buffers should occur. I'm not entirely convinced that org-mode is to blame here ... Emacs : GNU Emacs 23.1.1 (i686-pc-linux-gnu, GTK+ Version 2.14.7) of 2009-09-17 on monat400 Package: Org-mode version 6.21b Package: Org-mode version 6.32trans Org-settings see attachment. --------------010808010303080105070409 Content-Type: text/plain; name="test1.org" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="test1.org" abc def --------------010808010303080105070409 Content-Type: text/plain; name="test2.org" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="test2.org" abc def --------------010808010303080105070409 Content-Type: text/plain; name="init.test.el" Content-Transfer-Encoding: 8bit Content-Disposition: inline; filename="init.test.el" (custom-set-variables '(org-ellipsis "…")) (require 'whitespace) (defun my-whitespace-on () (interactive) (whitespace-mode 1) (whitespace-toggle-options (list 'space-mark))) (global-set-key [f10] 'my-whitespace-on) --------------010808010303080105070409 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --------------010808010303080105070409--