[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs
From: |
Michael Sperber |
Subject: |
Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs |
Date: |
Mon, 19 Apr 2010 13:19:03 +0200 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) XEmacs/21.5-b29 (darwin) |
One more thing: Are patches like this one acceptable? (Needed to make
yesterday's checkout work on XEmacs)
diff --git a/lisp/org.el b/lisp/org.el
index 7cad962..5cca11e 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -17743,7 +17743,7 @@ the functionality can be provided as a fall-back.")
(org-set-local 'fill-paragraph-function 'org-fill-paragraph)
;; Adaptive filling: To get full control, first make sure that
;; `adaptive-fill-regexp' never matches. Then install our own matcher.
- (unless (local-variable-p 'adaptive-fill-regexp)
+ (unless (local-variable-p 'adaptive-fill-regexp (current-buffer))
(org-set-local 'org-adaptive-fill-regexp-backup
adaptive-fill-regexp))
(org-set-local 'adaptive-fill-regexp "\000")
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
- [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs, (continued)
Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs, Jan Böcker, 2010/04/16
Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs, Günter Kolousek, 2010/04/16
[Orgmode] Re: Support (or not) for Emacs 21, and XEmacs, Michael Sperber, 2010/04/17
- Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs, Carsten Dominik, 2010/04/17
- Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs, Michael Sperber, 2010/04/18
- Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs, Carsten Dominik, 2010/04/18
- Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs, Michael Sperber, 2010/04/19
- Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs,
Michael Sperber <=
- Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs, Carsten Dominik, 2010/04/19
- Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs, Michael Sperber, 2010/04/19
- Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs, Carsten Dominik, 2010/04/19
Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs, Carsten Dominik, 2010/04/19
Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs, Michael Sperber, 2010/04/23
Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs, Carsten Dominik, 2010/04/23