From: "Ed Hirgelt" <ehirgelt@gmail.com>
To: Carsten Dominik <dominik@science.uva.nl>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: buffer-substring-filters again
Date: Thu, 25 Jan 2007 13:33:54 -0800 [thread overview]
Message-ID: <44d0d9630701251333see4ab9ak2144850f06421e91@mail.gmail.com> (raw)
[-- 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
next reply other threads:[~2007-01-25 21:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-25 21:33 Ed Hirgelt [this message]
2007-01-26 9:55 ` buffer-substring-filters again Carsten Dominik
2007-01-26 16:09 ` buffer-substring-filters and emacs 21 Eric J Haywiser
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44d0d9630701251333see4ab9ak2144850f06421e91@mail.gmail.com \
--to=ehirgelt@gmail.com \
--cc=dominik@science.uva.nl \
--cc=emacs-orgmode@gnu.org \
/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 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.