* buffer-substring-filters again
@ 2007-01-25 21:33 Ed Hirgelt
2007-01-26 9:55 ` Carsten Dominik
0 siblings, 1 reply; 3+ messages in thread
From: Ed Hirgelt @ 2007-01-25 21:33 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 396 bytes --]
Oops, my fix wasn't completely correct either. This one is and is less
redundant although it doesn't keep with the spirit of org-set-local
(org-set-local 'buffer-substring-filters
(cons (lambda (x) (set-text-properties 0 (length x) nil x) x)
(if (boundp 'buffer-substring-filters)
buffer-substring-filters nil)))
--
Ed Hirgelt
Life is too short to read bad books.
[-- Attachment #1.2: Type: text/html, Size: 567 bytes --]
[-- Attachment #2: Type: text/plain, Size: 149 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: buffer-substring-filters again
2007-01-25 21:33 buffer-substring-filters again Ed Hirgelt
@ 2007-01-26 9:55 ` Carsten Dominik
2007-01-26 16:09 ` buffer-substring-filters and emacs 21 Eric J Haywiser
0 siblings, 1 reply; 3+ messages in thread
From: Carsten Dominik @ 2007-01-26 9:55 UTC (permalink / raw)
To: Ed Hirgelt; +Cc: emacs-orgmode
Hi Ed,
thanks for looking into this. I have replaced the 4.63 release with a
version that contains this fix. New download required for xemacs
users.
- Carsten
On Jan 25, 2007, at 22:33, Ed Hirgelt wrote:
> Oops, my fix wasn't completely correct either. This one is and is
> less redundant although it doesn't keep with the spirit of
> org-set-local
>
> (org-set-local 'buffer-substring-filters
> (cons (lambda (x) (set-text-properties 0 (length x) nil x) x)
> (if (boundp 'buffer-substring-filters)
> buffer-substring-filters nil)))
>
>
> --
> Ed Hirgelt
>
> Life is too short to read bad books.
--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477
^ permalink raw reply [flat|nested] 3+ messages in thread
* buffer-substring-filters and emacs 21
2007-01-26 9:55 ` Carsten Dominik
@ 2007-01-26 16:09 ` Eric J Haywiser
0 siblings, 0 replies; 3+ messages in thread
From: Eric J Haywiser @ 2007-01-26 16:09 UTC (permalink / raw)
To: emacs-orgmode
On Fri, 26 Jan 2007, Carsten Dominik wrote:
> thanks for looking into this. I have replaced the 4.63 release with a
> version that contains this fix. New download required for xemacs users.
Actually, I had the buffer-substring-filters problem under
emacs 21.2.1 too. A new download may also be required for emacs
pre 22 users.
The 4.63 with Ed's correction works for me.
> On Jan 25, 2007, at 22:33, Ed Hirgelt wrote:
>
>> Oops, my fix wasn't completely correct either
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-01-26 16:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-25 21:33 buffer-substring-filters again Ed Hirgelt
2007-01-26 9:55 ` Carsten Dominik
2007-01-26 16:09 ` buffer-substring-filters and emacs 21 Eric J Haywiser
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.