emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-mode font-locking clobbers the rear-nonsticky text property; for other modes it doesn't
@ 2007-10-03  9:34 Tom Weissmann
  2007-10-04  8:44 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Weissmann @ 2007-10-03  9:34 UTC (permalink / raw)
  To: emacs-orgmode

I am trying to work out why font-lock for Org-mode changes the rear-nonsticky
property of text I insert, while it doesn't do it for other modes.

For example:

(with-current-buffer
    (get-buffer-create "foo")
  (insert (propertize ";;Try adding text after this ->" 
		      'read-only t 
		      'face 'underline 
		      'rear-nonsticky '(read-only))))

In the "foo" buffer you will be able to add text after the arrow. Turning on
lisp-interaction mode will fontify the text as a comment, but if you delete the
text you added you'll still be able to add some more - whereas in org-mode you
can't.

Does anyone know why this happens and how I can prevent it?

Cheers,
Tom SW

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-04  8:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-03  9:34 org-mode font-locking clobbers the rear-nonsticky text property; for other modes it doesn't Tom Weissmann
2007-10-04  8:44 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).