all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug with timestamp fontification (bisected to b6b509b)
@ 2013-02-27 15:54 Nicolas Richard
  2013-02-27 16:14 ` Suvayu Ali
  2013-02-27 16:31 ` Bastien
  0 siblings, 2 replies; 6+ messages in thread
From: Nicolas Richard @ 2013-02-27 15:54 UTC (permalink / raw)
  To: emacs-orgmode


This is bisected to b6b509b (which 467f7ff claims to fix, and indeed
does partially)

Reproduce by doing:
emacs -q -L /home/youngfrog/sources/org-mode/lisp/ -f org-mode --eval '(insert "<2012-02-27 Wed.>")'
=> timestamp is not fontified.

or instead
emacs -q -L /home/youngfrog/sources/org-mode/lisp/ -f org-mode --eval '(insert "Whatever\n<2012-02-27 Wed.>")'
=> timestamp is fontified but fontification is lost if you hit RET

I tried to patch but didn't succeed. The newline (or beginning of
buffer in first case, but that's probably unimportant ?) seems to be the
problem. Any idea on that ?

-- 
N.

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

end of thread, other threads:[~2013-02-27 17:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-27 15:54 bug with timestamp fontification (bisected to b6b509b) Nicolas Richard
2013-02-27 16:14 ` Suvayu Ali
2013-02-27 16:46   ` Nicolas Richard
2013-02-27 16:31 ` Bastien
2013-02-27 17:01   ` Nicolas Richard
2013-02-27 17:15     ` Bastien

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.