[O] bug#10745: 24.0.93; Regression: org-meta-return does not honor vertical spacing in lists

2012-02-06 Thread Steve Revilak

Perhaps the value of org-blank-before-new-entry is getting clobbered?


For a start, this:

org-footnote.el:(defvar org-blank-before-new-entry nil) ; silence byte-compiler

is bogus (the relevant syntax is (defvar foo)).


Glenn,

I believe you found it.

Applying the change in org-footnote.el.patch (attached) corrects the
vertical spacing issue I noticed.

Steve
--- org-footnote.el.ORIG	2012-02-06 21:53:00.068908112 -0500
+++ org-footnote.el	2012-02-06 21:54:01.472540988 -0500
@@ -475,7 +475,7 @@
   (org-footnote-create-definition label)
   (org-footnote-auto-adjust-maybe)
 
-(defvar org-blank-before-new-entry nil) ; silence byte-compiler
+(defvar org-blank-before-new-entry) ; silence byte-compiler
 (defun org-footnote-create-definition (label)
   Start the definition of a footnote with label LABEL.
   (interactive sLabel: )


pgpTtOeIPCQCv.pgp
Description: PGP signature


[O] bug#9610: 24.0.90; org-mode: sluggish response and high CPU utilization with large .org files

2011-09-27 Thread Steve Revilak

I'd like to report an org-mode regression issue.  When working with
large .org files, Emacs 24.0.90 becomes sluggish, and consumes large
amounts of CPU.



If you type this:

 M-x set-variable RET bidi-paragraph-direction RET left-to-right RET

does the problem go away?


My bug report contained two scenarios to produce sluggish response and
high CPU utilization.  These scenarios were

 (1) move point to the end of buffer, and start typing

 (2) Put point in line 1, column zero; press and hold the down (then up)
 arrows to move point down (then up) the org-mode buffer.

Setting bidi-paragraph-direction: left-to-right eliminates the problem
with scenario (1).  However, it has no effect on scenario (2).

Steve


pgpo6td9uqXon.pgp
Description: PGP signature


[O] bug#9040: 24.0.50; wrong type argument: listp t when invoking org-ctrl-c-ctrl-c

2011-07-12 Thread Steve Revilak

Martin and Bastien,

Thank you for following up on my bug report.

I did a bzr pull and rebuilt emacs.  The behavior I described earlier
no longer occurs.

Sorry for the trouble.

Steve


pgp57DcrF8RGQ.pgp
Description: PGP signature