]> git.eshelyaron.com Git - emacs.git/commit
Rafael Laboissiere <rafael@icp.inpg.fr> writes:
authorOliver Seidel <os10000@seidel-space.de>
Fri, 24 Oct 1997 16:51:02 +0000 (16:51 +0000)
committerOliver Seidel <os10000@seidel-space.de>
Fri, 24 Oct 1997 16:51:02 +0000 (16:51 +0000)
commit0aa18b36b310950db442eb748c61c329235b94fc
treef914aaacb99430cf88f88ab9dafbb8d55ba3ab59
parent562b13ae743187ff6b079a4da4725d85bce8017f
Rafael Laboissiere <rafael@icp.inpg.fr> writes:

I was just annoyed with the fact that there is no way
to dynamically control the insertion accuracy.  I mean:
the variable `todo-insert-threshold' does the job, but
it is not very handy if one wants to mix the two
behaviors (bisection and "insert right here under the
cursor").

Therefore I did a quick hack in the function
`todo-insert-item'.  Now by giving a prefix argument to
the insert command (i.e. by typing "C-u i"), entries
are inserted exactly at the line where the cursor is.
It would be better to give the value of
`todo-insert-threshold' as a numeric argument of
`todo-insert-item' (like "M-8 i"), but it's too late
now for continuing to hack.
lisp/calendar/todo-mode.el